File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -333,6 +333,9 @@ public override JoinFragment CreateOuterJoinFragment()
333
333
return new InformixJoinFragment ( ) ;
334
334
}
335
335
336
+ /// <inheritdoc />
337
+ public override bool SupportsCrossJoin => false ;
338
+
336
339
/// <summary> The SQL literal value to which this database maps boolean values. </summary>
337
340
/// <param name="value">The boolean value </param>
338
341
/// <returns> The appropriate SQL literal. </returns>
Original file line number Diff line number Diff line change @@ -126,10 +126,7 @@ public override JoinFragment CreateOuterJoinFragment()
126
126
return new ANSIJoinFragment ( ) ;
127
127
}
128
128
129
- /// <inheritdoc />
130
- public override bool SupportsCrossJoin => false ;
131
-
132
- /// <summary>
129
+ /// <summary>
133
130
/// Does this Dialect have some kind of <c>LIMIT</c> syntax?
134
131
/// </summary>
135
132
/// <value>False, unless overridden.</value>
You can’t perform that action at this time.
0 commit comments