rob bygrave
|
7f9ce5bdd4
|
#1396 merge() with ManyToMany throwing error Referential integrity constraint violation
|
2018-05-30 03:32:38 +12:00 |
|
rob bygrave
|
23e5de0819
|
#1394 #1395 - ENH: Add addBatch() and executeBatch() to SqlUpdate ... alternative to changing transaction batch mode enhancement
|
2018-05-30 03:32:23 +12:00 |
|
rob bygrave
|
9a096e272e
|
#1392 - MergeOptionsBuilder setClientGeneratedIds() ... should not be required if the Id property does not have Identity/Sequence generator assigned
|
2018-05-29 15:24:32 +12:00 |
|
rob bygrave
|
21e87e12cb
|
Adjust test for #1391 ... such that OrganizationTreeNode has at least one db column as part of insert (for PG)
|
2018-05-29 13:38:17 +12:00 |
|
 chrishartlandRoland Praml
|
bccb9f8ddb
|
Fix/create reference with descriptor using inheritance (#13)
* FIXED: Discriminator must be ask for inherited classes
* Fixed: Compile
* Refactoring and Testing
|
2018-05-28 16:54:53 +02:00 |
|
 Roland PramlandRob Bygrave
|
5a7f24da5d
|
FIX: jsonRead of transient maps (#1389)
FIX: jsonRead of transient maps - to skip the read of start_array - Avoid error "Unexpected token start_object - expecting start_array "
|
2018-05-28 23:06:45 +12:00 |
|
rob bygrave
|
33ec8abb9d
|
No effective change - update test remove unused exception
|
2018-05-27 17:38:33 +12:00 |
|
rob bygrave
|
ae58d9223a
|
No effective change - add test for PrimaryKeyJoinColumn - insertWithoutExtra
|
2018-05-24 00:07:30 +12:00 |
|
 Roland PramlandRob Bygrave
|
ab301f970c
|
FIX: correct caching when collection with different inherited beans is put to the cache (#1379)
* FIX: correct cahcing when collection with different inherited beans is put to the cache
* removed some sysouts
|
2018-05-20 16:53:56 +12:00 |
|
rob bygrave
|
89789f3347
|
#1372 - Missing @OneToOne mapping yields unusable error messages.
Restore mapping.
|
2018-05-14 21:33:11 +12:00 |
|
rob bygrave
|
9dc5ca602c
|
#1372 - Missing @OneToOne mapping yields unusable error messages.
|
2018-05-14 21:32:48 +12:00 |
|
 Roland PramlandRob Bygrave
|
0a49fc9b62
|
FIX: NPE when fetching inherited beans from cache (#1373)
|
2018-05-14 21:12:42 +12:00 |
|
rob bygrave
|
cfaedcdbc5
|
#1371 - Regression in 11.15.5 with @Inheritance on abstract class with discriminatorType = INTEGER
|
2018-05-10 17:20:09 +12:00 |
|
rob bygrave
|
33031d1c69
|
#1369 - BeanListener and/or BeanPersistAdapter not fired on delete of children when cascaded
|
2018-05-06 20:21:10 +12:00 |
|
 Roland PramlandRob Bygrave
|
49d9d88fbe
|
FIX: load all props from cache when inheritance is involved (#1366)
|
2018-04-27 14:44:18 +12:00 |
|
rob bygrave
|
e49a0c9ffb
|
#1360 - ENH: Add transaction.setNestedUseSavepoint() ... such that nested transactions are actually Savepoints
Additional tests
|
2018-04-05 21:48:54 +12:00 |
|
rob bygrave
|
dd6f223ae1
|
#1360 - ENH: Add transaction.setNestedUseSavepoint() ... such that nested transactions are actually Savepoints
|
2018-04-05 21:35:29 +12:00 |
|
Rob Bygrave
|
b8c4e1c3d3
|
#1357 - Regression in 11.15.2 - for nested Ebean.beginTransaction(TxScope.requiresNew()); ... where closed via ebeanServer.endTransaction(); rather than transaction.end()
|
2018-03-29 10:22:12 +13:00 |
|
Rob Bygrave
|
acd5578d8a
|
#115 - Mapping - Add support for @ElementCollection enhancement
Add element collection L2 cache support
|
2018-03-29 01:15:58 +13:00 |
|
Rob Bygrave
|
07946cd505
|
#115 - Mapping - Add support for @ElementCollection enhancement
Add element collection notification - combine into preUpdate/postUpdate of the bean
|
2018-03-28 17:31:53 +13:00 |
|
Rob Bygrave
|
57870aaa05
|
#115 - Mapping - Add support for @ElementCollection enhancement
Add embedded bean support
|
2018-03-28 13:22:46 +13:00 |
|
Rob Bygrave
|
dfa7b765f9
|
#1354 - ENH: Add SqlUpdate setNextParameter() ... as alternative for positioned parameters
|
2018-03-27 22:58:19 +13:00 |
|
Rob Bygrave
|
eb96c726fd
|
No effective change - Modify some tests to use transaction try with resources
|
2018-03-27 10:47:24 +13:00 |
|
Rob Bygrave
|
abbcd35ee6
|
#1353 - Use of ebeanServer.commitTransaction() in nested transaction doesn't match transction.commit() and closes parent scope
|
2018-03-27 09:14:45 +13:00 |
|
 Yuan XueguiandRob Bygrave
|
6cf5e3386d
|
ENH: Add mappingsLocation config to search xml mapping files. (#1350)
ENH: Add mappingsLocation config and search xml mapping files feature.
|
2018-03-26 16:37:25 +13:00 |
|
Rob Bygrave
|
057d7480b0
|
#115 - Mapping - Add support for @ElementCollection enhancement
Add simple Map support with Json
|
2018-03-21 00:15:40 +13:00 |
|
Rob Bygrave
|
85c4385498
|
#115 - Mapping - Add support for @ElementCollection enhancement
Initial support - add simple Set support and Json support for simple List and Set.
|
2018-03-20 17:24:35 +13:00 |
|
Rob Bygrave
|
74a9019535
|
#115 - Mapping - Add support for @ElementCollection enhancement
Initial support - simple List.
|
2018-03-20 14:22:29 +13:00 |
|
Rob Bygrave
|
f3251691e2
|
Test only change - Add test for SavePoint and compare to transaction.setRollbackOnly()
|
2018-03-19 09:18:00 +13:00 |
|
Rob Bygrave
|
9895e48485
|
#1349 - Example passing test for - RawSql fetch object with inheritance / 2
|
2018-03-15 22:47:37 +13:00 |
|
Rob Bygrave
|
4799c56e25
|
#225 - Mapping - Add / review support for @IdClass
|
2018-03-15 18:19:17 +13:00 |
|
Rob Bygrave
|
602a35d0b6
|
#1348 - ENH: Add support for bitwiseAnd / bitwiseAny / bitwiseAll .. expressions for use with integer/long "Flags" properties
|
2018-03-14 16:23:16 +13:00 |
|
Rob Bygrave
|
afead2da41
|
#1221 - ENH: Add a merge(bean) and merge(bean, paths)
|
2018-03-13 23:55:47 +13:00 |
|
Rob Bygrave
|
607cf3156c
|
#1347 - Improve cleanup of inactive transactions from threadLocal when no end() used
|
2018-03-13 00:15:42 +13:00 |
|
Rob Bygrave
|
85bfe3d03e
|
#1345 - Refactor io.ebean.meta.MetaInfoManager API (query execution metrics). Breaking change for people collecting query execution metrics.
|
2018-03-10 02:51:51 +13:00 |
|
Rob Bygrave
|
824f5e468e
|
#1340 - (test only change) Split SQL Server Platform into SqlServer16 and SqlServer17 (where 2017 which uses UTF8 types nvarchar etc and prefers Sequences).
Reset Offline platform in DbMigrationSqlServerTest
|
2018-03-08 18:18:13 +13:00 |
|
Rob Bygrave
|
d84cdab714
|
#1340 - Split SQL Server Platform into SqlServer16 and SqlServer17 (where 2017 which uses UTF8 types nvarchar etc and prefers Sequences).
Only need to run H2 based test TestAutoCommitDataSource with H2
|
2018-03-08 17:45:19 +13:00 |
|
Rob Bygrave
|
f840cfc2ae
|
#1340 - Split SQL Server Platform into SqlServer16 and SqlServer17 (where 2017 which uses UTF8 types nvarchar etc and prefers Sequences).
test changes
|
2018-03-08 17:40:11 +13:00 |
|
Rob Bygrave
|
e182190f96
|
#1339 - Regression: Fix for not throwing OptimisticLockException when loaded bean has @Version property set
|
2018-03-07 20:19:48 +13:00 |
|
Rob Bygrave
|
55a257a64c
|
#1334 - ENH: Convert ORM query into DTO query ... with dynamic formula support
|
2018-03-07 01:52:18 +13:00 |
|
Rob Bygrave
|
a18cac035b
|
#1333 - ENH: Support "dynamic formula" with findSingleAttributeList() ... e.g. .select("concat(lastName,', ',firstName)")
Support property alias via "AS" ... concat(lastName,', ',firstName) as lastName
|
2018-03-06 21:14:26 +13:00 |
|
Rob Bygrave
|
873c14faaf
|
#1333 - ENH: Support "dynamic formula" with findSingleAttributeList() ... e.g. .select("concat(lastName,', ',firstName)")
Support cast of formula like ... select("max(updtime)::Instant")
|
2018-03-06 20:58:30 +13:00 |
|
Rob Bygrave
|
e1af7c29eb
|
#1333 - ENH: Support "dynamic formula" with findSingleAttributeList() ... e.g. .select("concat(lastName,', ',firstName)")
Concat automatically maps to String ScalarType
|
2018-03-06 17:35:26 +13:00 |
|
Rob Bygrave
|
c1c85b67c2
|
#1333 - ENH: Support "dynamic formula" with findSingleAttributeList() ... e.g. .select("concat(lastName,', ',firstName)")
|
2018-03-06 17:29:45 +13:00 |
|
Rob Bygrave
|
3ca4efc818
|
#1331 - ENH: Support Aggregation formula with findSingleAttribute() ... max, min, avg, count and count(distinct ..)
|
2018-03-06 12:58:43 +13:00 |
|
Rob Bygrave
|
5a3e386b7c
|
No effective change - add test for selecting only some @Aggregation properties
|
2018-03-05 19:59:40 +13:00 |
|
Rob Bygrave
|
740532da4b
|
#1329 - Ebean 11.12.1 broken when using ScalarTypeConverter with enum
|
2018-03-05 19:19:27 +13:00 |
|
 Roland PramlandRob Bygrave
|
514416a1e0
|
Testcase Fix for SqlServer (#1326)
Test change only - Testcase Fix for SqlServer
|
2018-03-02 16:38:59 +13:00 |
|
Rob Bygrave
|
ebaeafc11b
|
#1303 - NEW: Ebean.checkUniqueness ... add example to javadoc
|
2018-03-02 16:25:13 +13:00 |
|
Rob Bygrave
|
98e014f8c8
|
#1300 - NEW: FetchCountDistinct ... add example to javadoc + support chaining use via ExpressionList
|
2018-03-02 14:30:38 +13:00 |
|