Robin Bygrave
|
f9a3dfeda0
|
#503 - @DraftDirty should be marked as not null automatically
|
2015-12-22 07:52:05 +13:00 |
|
Robin Bygrave
|
eb85931fe2
|
#500 - Change raw(String, Object[]) expression to varargs raw(String, Object...)
|
2015-12-16 08:11:32 +13:00 |
|
Robin Bygrave
|
1745334737
|
No effective change - add extra test
|
2015-12-16 08:06:12 +13:00 |
|
Robin Bygrave
|
ea92ddfd89
|
[maven-release-plugin] prepare for next development iteration
|
2015-12-15 15:46:21 +13:00 |
|
Robin Bygrave
|
3400928798
|
[maven-release-plugin] prepare release avaje-ebeanorm-6.13.5
avaje-ebeanorm-6.13.5
|
2015-12-15 15:45:55 +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
|
e3e45929f0
|
#498 - @Draftable - lazy loading after stateless update results in - EntityNotFoundException: Bean not found during lazy load or refresh
|
2015-12-15 15:15:20 +13:00 |
|
Robin Bygrave
|
2caeafaaa2
|
#498 - @Draftable - lazy loading after stateless update results in - EntityNotFoundException: Bean not found during lazy load or refresh
|
2015-12-15 14:38:39 +13:00 |
|
Robin Bygrave
|
5cd21de174
|
#496 - @EnumValue is being trimmed, may result in unexpected behaviour with CHAR columns for some database systems
|
2015-12-14 17:21:01 +13:00 |
|
Robin Bygrave
|
78df595861
|
[maven-release-plugin] prepare for next development iteration
|
2015-12-11 10:28:21 +13:00 |
|
Robin Bygrave
|
3c89a0537f
|
[maven-release-plugin] prepare release avaje-ebeanorm-6.13.4
avaje-ebeanorm-6.13.4
|
2015-12-11 10:28:01 +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
|
03bb7a4aaf
|
#494 - ENH: Support findPagingList() ... that uses firstRow & maxRows (rather than pageIndex, pageSize)
|
2015-12-11 10:20:53 +13:00 |
|
Robin Bygrave
|
e4fa031cd3
|
#494 - ENH: Support findPagingList() ... that uses firstRow & maxRows (rather than pageIndex, pageSize)
|
2015-12-10 14:52:27 +13:00 |
|
Robin Bygrave
|
00d227c598
|
#491 - RawSqlParser doesn't seem to understand new lines directly after the SELECT keyword
|
2015-12-09 17:24:58 +13:00 |
|
Robin Bygrave
|
fb86cb91bc
|
#492 - MS Sql Server DDL - Fix for drop constraint syntax (remove extra IF EXISTS) and ignore table and column comments
|
2015-12-09 16:59:51 +13:00 |
|
Robin Bygrave
|
f11ee20b73
|
#365 - ENH: Add @DbComment with DDL generation of table and column comments
|
2015-12-09 16:56:29 +13:00 |
|
Robin Bygrave
|
3665c5bfaf
|
No effective change - adjust test connection properties for sql server
|
2015-12-09 16:53:26 +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
|
753d17a8d2
|
[maven-release-plugin] prepare for next development iteration
|
2015-12-09 12:46:40 +13:00 |
|
Robin Bygrave
|
f5cfce3f44
|
[maven-release-plugin] prepare release avaje-ebeanorm-6.13.3
avaje-ebeanorm-6.13.3
|
2015-12-09 12:46:18 +13:00 |
|
Robin Bygrave
|
1c6363e85c
|
#490 - Invalid SQL for generating ID from sequence on DB2
|
2015-12-09 12:44:27 +13:00 |
|
Robin Bygrave
|
b8bcbd8af9
|
#489 - @Draftable - insert does not set 'draft' to true ... so subsequent update fails
|
2015-12-09 11:06:48 +13:00 |
|
Robin Bygrave
|
d70768277b
|
#488 - BeanPropertyAssocManyJsonHelp error when Jackson not in classPath
|
2015-12-09 11:00:21 +13:00 |
|
Robin Bygrave
|
b39b4a2e8c
|
#487 - DDL - @SoftDelete deleted column should have NOT NULL constraint in create table DDL
|
2015-12-09 10:27:04 +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
|
31ee0c4582
|
#486 - Postgres DDL - Add "if exists" to alter table [if exists] drop constraint if exists ....
|
2015-12-09 10:06:03 +13:00 |
|
Robin Bygrave
|
6c2dad4851
|
[maven-release-plugin] prepare for next development iteration
|
2015-12-07 22:20:54 +13:00 |
|
Robin Bygrave
|
ed190ede03
|
[maven-release-plugin] prepare release avaje-ebeanorm-6.13.2
avaje-ebeanorm-6.13.2
|
2015-12-07 22:20:25 +13:00 |
|
Robin Bygrave
|
f252b80c2d
|
#476 - ENH: Enable ServiceConfig to use alternate ClassLoader - was ServiceConfig add setClassloader api --- part 3: Refactor with ClassLoadConfig
|
2015-12-07 22:13:27 +13:00 |
|
Robin Bygrave
|
2859ea657e
|
#484 - JDBC4+ drivers do not need Class.forName() registration - removing that call
|
2015-12-07 21:02:00 +13:00 |
|
Robin Bygrave
|
664b1cbd75
|
#476 - ENH: Enable ServiceConfig to use alternate ClassLoader - was ServiceConfig add setClassloader api --- part 2 : Use current context classLoader
|
2015-12-07 17:41:56 +13:00 |
|
Robin Bygrave
|
8bc283fef4
|
#476 - ENH: Enable ServiceConfig to use alternate ClassLoader - was ServiceConfig add setClassloader api --- part 1 : protected methods
|
2015-12-07 17:37:59 +13:00 |
|
Robin Bygrave
|
7d85398139
|
#483 - ENH: Draftable - Add FK from live table back to draft table (for top level @Draftable tables)
|
2015-12-07 15:21:22 +13:00 |
|
Robin Bygrave
|
f42be3d65a
|
#482 - ENH: @Draftable - Save or update is not allowed on a 'live' bean - only draft beans ... add this check when @Draft property is used
|
2015-12-07 12:09:10 +13:00 |
|
Robin Bygrave
|
ff8e5af4e5
|
#481 - ENH: @Draftable ... add support for transient @Draft boolean draft; property ... used to distinguish a 'live' instance from a 'draft' instance.
|
2015-12-07 11:11:22 +13:00 |
|
Robin Bygrave
|
526d67eeb4
|
No effective change - whitespace
|
2015-12-07 11:02:32 +13:00 |
|
Robin Bygrave
|
374fc8d702
|
#480 - @History trigger on @Draftable does not exclude the @DraftOnly and @DraftDirty properties - ERROR: column "dirty" of relation "link_history" does not exist Where: PL/pgSQL function link_history_version()
|
2015-12-07 09:44:34 +13:00 |
|
Robin Bygrave
|
9c6c59afab
|
#479 - Insert of @Draftable with getGeneratedKeys ... PersistenceException executing insert
|
2015-12-07 09:21:26 +13:00 |
|
Robin Bygrave
|
c3eae0d3a5
|
#477 - findUnique() should throw NonUniqueResultException and not PersistenceException
|
2015-12-04 11:12:45 +13:00 |
|
Robin Bygrave
|
25ec73364e
|
[maven-release-plugin] prepare for next development iteration
|
2015-12-03 21:41:41 +13:00 |
|
Robin Bygrave
|
c7818e7f23
|
[maven-release-plugin] prepare release avaje-ebeanorm-6.13.1
avaje-ebeanorm-6.13.1
|
2015-12-03 21:41:20 +13:00 |
|
Robin Bygrave
|
8318bbc4ca
|
#118 - Additional: Add query includeSoftDeletes() asDraft() to ExpressionList (for fluid style when added after predicates)
|
2015-12-03 17:42:26 +13:00 |
|
Robin Bygrave
|
337646a6ce
|
No effective change - javadoc update
|
2015-12-03 16:47:19 +13:00 |
|
Robin Bygrave
|
fa6ee93e5b
|
Bump pom to 6.13.1-SNAPSHOT
|
2015-12-03 16:35:43 +13:00 |
|
Robin Bygrave
|
0fe691112f
|
Merge branch 'softDelete1' into softDelete2
|
2015-12-03 00:33:47 +13:00 |
|
Robin Bygrave
|
6946ff07e0
|
[maven-release-plugin] prepare for next development iteration
|
2015-12-02 23:48:15 +13:00 |
|
Robin Bygrave
|
7c3d052da0
|
[maven-release-plugin] prepare release avaje-ebeanorm-6.12.3
avaje-ebeanorm-6.12.3
|
2015-12-02 23:47:49 +13:00 |
|