Skip to content

Commit 4944b4c

Browse files
committed
Update changelog.
[#218] Signed-off-by: Mark Paluch <mpaluch@vmware.com>
1 parent 2bde6c0 commit 4944b4c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
R2DBC MSSQL Changelog
22
=============================
33

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+
423
0.9.0.M1
524
------------------
625
* Upgrade to Reactor 2020.0.4 #193

0 commit comments

Comments
 (0)