We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3cf2d4 commit 9d8b148Copy full SHA for 9d8b148
1 file changed
ChangeLog/7.2.0-Beta-1-dev.txt
@@ -8,5 +8,6 @@
8
[main] Temporary tables population is increased with multi-row inserts - 256 and 16 items per INSERT
9
[main] PersistParameterBinding has new field RowIndex, use it for multi-row inserts if needed
10
[main] TemporaryTableDescriptor changed interface to IMultiRecordPersistDescriptor, fully compatible with IPersistDescriptor
11
+[main] SqlNode.Clone() method now returns SqlNode to take advantage of C# covariant returns and reduce casts overhead
12
[postgresql] QueryInfo.MaxQueryParameterCount actualized, it is 65535 now
13
[oracle] QueryInfo.MaxQueryParameterCount actualized, it is 65535 now
0 commit comments