|
1 | 1 | Spring Data JDBC Changelog
|
2 | 2 | =========================
|
3 | 3 |
|
| 4 | +Changes in version 1.1.0.M2 (2019-03-07) |
| 5 | +---------------------------------------- |
| 6 | +* DATAJDBC-335 - Add StatementBuilder's for INSERT, UPDATE, and DELETE. |
| 7 | +* DATAJDBC-334 - How to escape case sensitive identifiers?. |
| 8 | +* DATAJDBC-331 - Introduce @MappedCollection annotation replacing @Column(keyColumn). |
| 9 | +* DATAJDBC-330 - JdbcRepositoryConfigExtension looks up beans before they get registered. |
| 10 | +* DATAJDBC-329 - Fix accidentially broken API. |
| 11 | +* DATAJDBC-326 - ID of one-to-many relationship not properly converted. |
| 12 | +* DATAJDBC-325 - SqlGeneratorSource needs thread safety. |
| 13 | +* DATAJDBC-324 - Implement support of ReadOnlyProperty annotation. |
| 14 | +* DATAJDBC-322 - Update Mybatis dependencies. |
| 15 | +* DATAJDBC-316 - Introduce Concourse CI. |
| 16 | +* DATAJDBC-313 - Update copyright years to 2019. |
| 17 | +* DATAJDBC-309 - Add infrastructure for semantic SQL generation. |
| 18 | +* DATAJDBC-308 - Release 1.1 M2 (Moore). |
| 19 | +* DATAJDBC-307 - Add distribution module for Spring Data JDBC. |
| 20 | +* DATAJDBC-303 - Fix flaky test. |
| 21 | +* DATAJDBC-296 - Allow plain @Table use without providing a table name. |
| 22 | +* DATAJDBC-293 - @EnableJdbcRepositories support multi jdbcTemplate. |
| 23 | +* DATAJDBC-290 - Support ResultSetExtractor as an alternative to RowMapper. |
| 24 | +* DATAJDBC-287 - Document the usage of JdbcConfiguration. |
| 25 | +* DATAJDBC-285 - Add description for `@Table` and `@Column` to the reference documentation. |
| 26 | +* DATAJDBC-282 - Dedicated insert and update methods in the JdbcRepository. |
| 27 | +* DATAJDBC-259 - Store collections and arrays of simple types in an ARRAY column. |
| 28 | +* DATAJDBC-111 - Support for ValueObjects/Embedded. |
| 29 | + |
| 30 | + |
4 | 31 | Changes in version 1.0.5.RELEASE (2019-02-13)
|
5 | 32 | ---------------------------------------------
|
6 | 33 | * DATAJDBC-325 - SqlGeneratorSource needs thread safety.
|
|
0 commit comments