File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
R2DBC MSSQL Changelog
2
2
=============================
3
3
4
+ 0.9.0.M2
5
+ ------------------
6
+ * Statements hang up on reading `nvarchar(max)` columns #216
7
+ * Add support for Attention token (cancelling running queries) #215
8
+ * Add support for lock wait timeout #214
9
+ * Add support for statement timeout #213
10
+ * Upgrade to R2DBC SPI 0.9 M2 #212
11
+ * The FOR XML clause is not allowed in a CURSOR statement #209
12
+ * `OffsetDateTimeCodec` does not properly decode negative timezone offsets #208
13
+ * Upgrade to Testcontainers 1.15.3 #203
14
+ * ClassCastException when calling RowMetadata.getColumnNames().toArray(T[]) #200
15
+ * Add support to consume return values from stored procedures #199
16
+ * Exclude transitive SLF4J pulled from HikariCP #198
17
+ * Can't combine bind variables with T-SQL local variables #197
18
+ * Statement batch doesn't produce the correct number of update counts #196
19
+ * Eager buffer allocation in `TdsEncoder.writeChunkedMessage(…)` can lead to memory leaks #195
20
+ * Add support for trustServerCertificate flag #184
21
+ * Exception is not thrown when do SQL insert through ReactiveCrudRepository's save method. #180
22
+
4
23
0.9.0.M1
5
24
------------------
6
25
* Upgrade to Reactor 2020.0.4 #193
You can’t perform that action at this time.
0 commit comments