Pieter Bos
|
42b112c3d7
|
Add test for broken fetching issue #462
|
2016-02-11 17:00:39 +01:00 |
|
Robin Bygrave
|
67ce6ef58e
|
#549 - Regression: ArrayIndexOutOfBoundsException when lazy loading on bean with inheritance
|
2016-02-02 11:24:46 +13:00 |
|
Robin Bygrave
|
d1cdbe94de
|
#529 - @OneToOne with @JoinColumn to non primary key throws Data conversion error
|
2016-01-19 19:46:41 +13:00 |
|
Robin Bygrave
|
d33afd85de
|
#533 - DDL - Invalid foreign key constraint name for @ManyToMany when using explicit schema in @Table - Temp testing removed
|
2016-01-19 10:01:04 +13:00 |
|
Robin Bygrave
|
77bcb4aef9
|
#533 - DDL - Invalid foreign key constraint name for @ManyToMany when using explicit schema in @Table - Temp testing
|
2016-01-19 09:57:49 +13:00 |
|
Robin Bygrave
|
89c83c90d1
|
No effective change - add test to show findRowCount with joins
|
2016-01-13 12:35:52 +13:00 |
|
Robin Bygrave
|
b04419d9c7
|
#527 - @OrderBy on child-of-child property
|
2016-01-13 11:37:38 +13:00 |
|
Robin Bygrave
|
4e665fd66f
|
#499 - DDL issue for entity bean that is both @Draftable with @History - draft only columns included in history table
|
2015-12-15 15:44:22 +13:00 |
|
Robin Bygrave
|
09cd2c12e2
|
Add tests for @Draftable from example application
|
2015-12-15 15:25:19 +13:00 |
|
Robin Bygrave
|
282463c2e8
|
#247 - @AttributeOverride at class level not read - was: @AttributeOverride annotation does not seem to work (Play 2.2.0 - ebean 3.2.2)
|
2015-12-11 10:23:34 +13:00 |
|
Robin Bygrave
|
638446680c
|
#365 - ENH: Add @DbComment with DDL generation of table and column comments
|
2015-12-09 16:52:58 +13:00 |
|
Robin Bygrave
|
bd9bfa25be
|
No effective change - rename test property from 'top' as that is ms sql server keyword
|
2015-12-09 16:49:35 +13:00 |
|
Robin Bygrave
|
93b2f4035c
|
#485 - @SoftDelete with join to nullable relation (optional @ManyToOne for example) ... will incorrectly filter out row from result when FK value is null.
|
2015-12-09 10:12:25 +13:00 |
|
Robin Bygrave
|
aea7a7fd65
|
#118 - ENH: Add support for for Soft Deletes (Logical Deletion) ...
|
2015-12-02 23:46:26 +13:00 |
|
Robin Bygrave
|
f39a684c8e
|
#118 - ENH: Add support for for Soft Deletes (Logical Deletion) ...
|
2015-12-02 21:38:34 +13:00 |
|
Robin Bygrave
|
0ad52cf6a7
|
#118 - ENH: Add support for for Soft Deletes (Logical Deletion) ... - initial
|
2015-12-01 23:21:11 +13:00 |
|
Robin Bygrave
|
51bee836d4
|
#472 - DDL column ordering for @WhoCreated / @WhoModified. These columns should appear in the DDL with the @WhenCreated/@WhenModified columns.
|
2015-12-01 10:19:36 +13:00 |
|
Robin Bygrave
|
788a200d16
|
#445 - Multiple @*ToMany relations referencing the same type
|
2015-11-02 14:11:23 +13:00 |
|
Robin Bygrave
|
b326724139
|
#443 - ENH: Enum mapping - Add annotation @DbEnumValue that can be used to on a enum method which provides DB values
|
2015-10-30 21:42:21 +13:00 |
|
Robin Bygrave
|
fc0b47342b
|
#436 - @DiscriminatorColumn mapped also as @Column leads to NullPointerException
|
2015-10-29 22:01:28 +13:00 |
|
Robin Bygrave
|
ec1a68a133
|
#435 - Duplicate foreign key name with ManyToMany relations
|
2015-10-29 17:44:29 +13:00 |
|
Robin Bygrave
|
67c711d75f
|
#442 - @JsonIgnore / @Expose ... not working on @OneToMany or @ManyToMany - was - @Transient field on @MappedSuperclass is not ignored by toJson()
|
2015-10-28 09:10:19 +13:00 |
|
Robin Bygrave
|
dc968f16bf
|
Q: Ebean @ManyToMany(cascade=REMOVE) described #429
|
2015-10-06 14:38:05 +13:00 |
|
Robin Bygrave
|
5e97c3bbbc
|
#425 - Extra instance of root level bean with findIterate() and fetch of OneToMany relationship - Ebean parses the first bean correctly and the rest not
|
2015-09-30 23:24:53 +13:00 |
|
Robin Bygrave
|
606e1e6d3a
|
#414 - Enh info: @History support for H2
|
2015-09-18 17:16:46 +12:00 |
|
Robin Bygrave
|
54172aec6c
|
#405 - ENH: Add @ReadAudit and associated functionality for auditing reads including queries and L2 cache access
|
2015-09-03 13:54:52 +12:00 |
|
Robin Bygrave
|
ccba5d08ef
|
#368 - ENH: Enhance @Index to support multiple columns, unique flag and hence also be able to put on the class (annotation target TYPE)
|
2015-08-28 21:56:38 +12:00 |
|
Robin Bygrave
|
fca80ac649
|
#399 - ENH: Add new Finder ... to effectively replace Model.Finder
|
2015-08-28 20:32:40 +12:00 |
|
Robin Bygrave
|
f3e66c459a
|
#390 - ChangeLog - Add ServerConfig.isChangeLogIncludeInserts() and ChangeLogInsertMode enum with associated changes
|
2015-08-25 13:54:34 +12:00 |
|
Robin Bygrave
|
fe8a32ea18
|
#390 - ENH: Add Change log mechanism for easy fine grained logging of insert, update, delete activity.
This adds default implementations for register,filter, prepare and log of the change sets.
|
2015-08-22 12:10:30 +12:00 |
|
Robin Bygrave
|
2caeb4fff1
|
#392 - Fix for AutoCommit mode ... fixing change from #204 ... such that AutoCommitJdbcTransaction works as expected
|
2015-08-20 22:38:53 +12:00 |
|
Robin Bygrave
|
84190f3c2a
|
#390 - ENH: Add Change log mechanism for easy fine grained logging of insert, update, delete activity
|
2015-08-20 20:46:28 +12:00 |
|
Robin Bygrave
|
1dd0841f00
|
#374 - MsSqlServer - adjust tests (due to jdbc batch support etc) add in support for unique index handling
|
2015-08-06 21:49:04 +12:00 |
|
Robin Bygrave
|
13ed298ee8
|
MySql update - Internal changes for DB Migration / DDL generation #369
|
2015-08-06 11:15:31 +12:00 |
|
Robin Bygrave
|
efd5e16511
|
Update tests for better cross database execution (ordering of results etc)
|
2015-08-06 07:27:04 +12:00 |
|
Robin Bygrave
|
d1584bed40
|
Change tests for better portability - Internal changes for DB Migration / DDL generation #369
|
2015-08-06 05:28:25 +12:00 |
|
Robin Bygrave
|
689d201b04
|
Update for pg - Internal changes for DB Migration / DDL generation #369
|
2015-08-05 20:59:09 +12:00 |
|
Robin Bygrave
|
3bd281bea0
|
DB migration initial
|
2015-08-04 17:37:16 +12:00 |
|
Robin Bygrave
|
069b83b78d
|
No effective change - code cleanup - unused imports
|
2015-07-31 14:37:13 +12:00 |
|
Robin Bygrave
|
3fa8f04a4c
|
#358 - ENH: Add ServerConfig updateAllPropertiesInBatch with a default of true
|
2015-07-27 22:59:18 +12:00 |
|
Robin Bygrave
|
d396f09b3a
|
#296 - ENH: Add to transaction setUpdateAllLoadedProperties() - force update all properties api
|
2015-07-24 21:56:11 +12:00 |
|
Robin Bygrave
|
eae06059c9
|
#349 - ENH: Add @WhoCreated @WhoModified ... with CurrentUserProvider interface
|
2015-07-24 12:33:04 +12:00 |
|
Robin Bygrave
|
1085a8d608
|
#348 - ENH: Add @WhenCreated and @WhenModified ... as alias to existing @CreatedTimestamp and @UpdatedTimstamp
|
2015-07-24 10:50:35 +12:00 |
|
Robin Bygrave
|
160e4d7dd1
|
#318 - JSON - toBean error at Transient (with support for #327, #328, #329)
|
2015-07-19 21:41:20 +12:00 |
|
Robin Bygrave
|
0f503b2a2f
|
No effective change - format code
|
2015-07-19 09:35:27 +12:00 |
|
rbygrave
|
041324d177
|
#310 - Child bean with @Id long id = 0 ... when cascade saved from parent ... tries to update instead of insert resulting in OptimisticLockingException
|
2015-06-17 23:16:02 +12:00 |
|
rbygrave
|
0d92807308
|
No effective change - change test code to use Long as @Version on BasicDomain
|
2015-06-01 12:14:20 +12:00 |
|
rbygrave
|
6aa915b420
|
Fix test for cross database use
|
2015-05-29 20:38:38 +12:00 |
|
rbygrave
|
67f427b83e
|
#299 - ENH: Add support for mapping Jackson JsonNode as JSON content to DB including Postgres JSON and JSON types
|
2015-05-28 22:54:32 +12:00 |
|
rbygrave
|
f5a2cf8ff9
|
#297 - ENH: Add support for mapping Map<String,Object> as JSON content to DB including Postgres JSON and JSON types.
|
2015-05-28 00:02:57 +12:00 |
|