Rob Bygrave
|
4d82b86f81
|
#993 - ENH: Add flush() to EbeanServer and Model to make it more accessible than the current transaction.flushBatch()
|
2017-03-13 23:07:17 +13:00 |
|
Rob Bygrave
|
c8d01828b3
|
#991 ENH: Add forUpdateNoWait() and forUpdateSkipLocked() options ... #528 ENH: Improve exception handling
|
2017-03-13 20:50:22 +13:00 |
|
Rob Bygrave
|
140c1dd965
|
#985 - IllegalArgumentException when using @DbArray of type List<String> with @ChangeLog
|
2017-03-05 11:40:17 +13:00 |
|
Rob Bygrave
|
d91729f65d
|
#983 - Add credentials configuration support for document store (like basic auth for ElasticSearch)
|
2017-03-01 22:15:28 +13:00 |
|
 Roland PramlandRob Bygrave
|
5f63d5c35f
|
Fix multi tenant bean change (#982)
* FIX: beanChange has tenant-id
* FIX: NPE in DefaultServer.currentTenantId()
|
2017-02-26 13:12:26 +13:00 |
|
 Roland PramlandRob Bygrave
|
a315c7c11e
|
More small fixes (#977)
* no effecitve code change: add @FunctionalInterface to designated interfaces
* no effective code change: removed obsolete imports
* no effective code change: removed obsolete @SuppressWarnings
* no effective code change: add @SuppressWarnings to UUID_PLACEHOLDER
|
2017-02-24 08:42:27 +13:00 |
|
 Roland PramlandRob Bygrave
|
40f5596837
|
add missing @override (#975)
* no effective code change: add missing @override in "io.ebean.*" package
* no effective code change: add missing @override in "io.ebeaninternal.api.*" package
* no effective code change: add missing @override in "io.ebeaninternal.server.*" package
* no effective code change: add missing @override in "io.ebeaninternal.util.*" package
* no effective code change: add missing @override in "io.ebeanservice.*" package
* no effective code change: add missing @override in "src/test/java/"
|
2017-02-24 00:01:25 +13:00 |
|
Rob Bygrave
|
8bb884374b
|
#970 - FOR UPDATE queries are not honored when beans are already cached
|
2017-02-21 22:53:14 +13:00 |
|
Rob Bygrave
|
3d8db775f7
|
#966 - ENH: Add serverConfig.setDbOffline(true) ... for creating new EbeanServer without a DataSource (for DbMigration typically)
|
2017-02-21 22:04:28 +13:00 |
|
Rob Bygrave
|
82102340b8
|
#960 - Incorrect query when using '.betweenProperties' with '@SoftDelete'
|
2017-02-09 23:43:45 +13:00 |
|
Rob Bygrave
|
7e15faa9a8
|
#967 - ENH: Add DocStoreConfig.setAllowAllCertificates(true) ...
|
2017-02-09 22:37:25 +13:00 |
|
 Nagy VilmosandRob Bygrave
|
8fd04807c7
|
WhoCreated, WhoModified on OneToMany connections. (#942)
* WhoCreated, WhoModified on OneToMany connections.
* PostgreSQL table name fix in tests.
|
2017-01-11 20:54:20 +13:00 |
|
Rob Bygrave
|
335cef870f
|
#939 - Make ModifyAwareSet serializable ... (for serializable entity beans with @DbJson etc)
|
2017-01-09 19:39:54 +13:00 |
|
Rob Bygrave
|
3efcfec300
|
#930 - Refactor (renames etc) for SQL Server History support
|
2016-12-23 13:18:15 +13:00 |
|
vilmos.nagy
|
9ae27ddcdd
|
SqlServer 2016 history support.
|
2016-12-22 19:22:44 +01:00 |
|
Rob Bygrave
|
fcc58d77e8
|
No effective change - update tests using Platform enum rather than name
|
2016-12-20 20:41:55 +13:00 |
|
Rob Bygrave
|
bc93a82b1a
|
#900 - Error - Can't fetch JsonDB field - org.postgresql.util.PSQLException: ERROR: could not identify an equality operator for type json
|
2016-12-20 03:00:08 +13:00 |
|
Rob Bygrave
|
84e1e12b66
|
#900 - Error - Can't fetch JsonDB field - org.postgresql.util.PSQLException: ERROR: could not identify an equality operator for type json
|
2016-12-20 02:59:47 +13:00 |
|
Rob Bygrave
|
cf37fda3f4
|
#921 - Refactor internals - Change internal use of "findRowCount" to "findCount"
|
2016-12-13 19:51:11 +13:00 |
|
Rob Bygrave
|
971e2dc91b
|
#919 - io.ebean package initial
|
2016-12-11 23:23:22 +13:00 |
|