Skip to content

6.3.1

Compare
Choose a tag to compare
@rbygrave rbygrave released this 17 Aug 20:32
· 6570 commits to master since this release

API Change

#374 SpiEbeanPlugin API change : DatabasePlatform dbPlatform parameter removed refactor

#363 - BeanPersistController postLoad() ... moved to new/separate BeanPostLoad interface breaking-api

Issues:

#376 Refactor - Remove PstmtDelegate ... that was used to access the underlying oracle specific PreparedStatement

#375 MS SQL Server - javax.persistence.PersistenceException: Query threw SQLException:Incorrect syntax near the keyword distinct

#373 Internals for Oracle - Remove the oracle proprietary jdbc batch handling in favour of standard jdbc batch api

#371 Internal - BeanRequest.rollbackTransIfRequired() ... change catch from PersistenceException -> Exception

#366 ServerConfigStart when registered via instance rather than class not fired

#364 CallableStatement with a parameter that is both IN and OUT (so an INOUT parameter)

#233 @OnetoOne mapping DDL generation for MS SQL Server

Enhancements:

#380 ENH: Add DB migration - determine diff and generating change sets

#379 Add MySql support for @history

#369 Internal changes for DB Migration / DDL generation

#367 ENH: Add EbeanServer deleteAll() with an explicit transaction