Skip to content

Commit e5d04bf

Browse files
DATAJDBC-337 - Updated changelog.
1 parent f499017 commit e5d04bf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/main/resources/changelog.txt

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Spring Data JDBC Changelog
22
=========================
33

4+
Changes in version 1.1.0.M3 (2019-04-11)
5+
----------------------------------------
6+
* DATAJDBC-357 - Introduce dialect support to render paginated queries.
7+
* DATAJDBC-355 - Remove unnecessary null check in converters.
8+
* DATAJDBC-354 - Fix test fixture after Mockito upgrade.
9+
* DATAJDBC-347 - SelectBuilder (SelectAndFrom) does not override from(String).
10+
* DATAJDBC-346 - HSQLDB integration tests fail when the MSSQL database is used.
11+
* DATAJDBC-343 - INSERT and UPDATE statement assignments contain table prefix.
12+
* DATAJDBC-340 - Use infrastructure for semantic SQL generation in Spring Data JDBC.
13+
* DATAJDBC-337 - Release 1.1 M3 (Moore).
14+
* DATAJDBC-327 - Add support for conversion to JdbcValue and store byte[] as binary.
15+
16+
417
Changes in version 1.0.6.RELEASE (2019-04-01)
518
---------------------------------------------
619
* DATAJDBC-334 - How to escape case sensitive identifiers?.

0 commit comments

Comments
 (0)