File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data JDBC Changelog
2
2
=========================
3
3
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
+
4
17
Changes in version 1.0.6.RELEASE (2019-04-01)
5
18
---------------------------------------------
6
19
* DATAJDBC-334 - How to escape case sensitive identifiers?.
You can’t perform that action at this time.
0 commit comments