rbygrave
|
0c4fc4eea3
|
Fix for #173 - Ability to use a MappedSuperClass without being enhanced as long as it doesn't have persistent fields
|
2014-07-19 17:49:03 +12:00 |
|
rbygrave
|
2dca1bdf5b
|
Fix for #172 - Regression: @Where predicates not applied in eager fetch (but are on lazy load)
|
2014-07-18 23:35:14 +12:00 |
|
rbygrave
|
6403a83e0e
|
No effective change - format only
|
2014-07-18 22:52:49 +12:00 |
|
Rob Bygrave
|
b57b91ffef
|
[maven-release-plugin] prepare for next development iteration
|
2014-07-16 23:18:02 +12:00 |
|
Rob Bygrave
|
4ba5702211
|
[maven-release-plugin] prepare release avaje-ebeanorm-4.1.3
avaje-ebeanorm-4.1.3
|
2014-07-16 23:17:06 +12:00 |
|
Rob Bygrave
|
2e7aeae004
|
Bump version in README
|
2014-07-16 23:14:52 +12:00 |
|
rbygrave
|
3f2676ab49
|
Fix for #168 - ENH: DataSource - add support for configuring autocommit=true
|
2014-07-16 21:58:32 +12:00 |
|
rbygrave
|
3f29acb25c
|
Fix for #169 - Caused by: java.lang.ClassCastException: org.example.Order cannot be cast to org.example.Customer
|
2014-07-15 23:09:08 +12:00 |
|
rbygrave
|
6d1a41f979
|
Fix for #167 - Ebean try to do update child nodes instead of inserting them on cascading save resulting in OptimisticLockException
|
2014-07-15 22:05:56 +12:00 |
|
Rob Bygrave
|
aee46955a7
|
Add test which saves parent and child using same pk value
|
2014-07-10 23:27:18 +12:00 |
|
rbygrave
|
38a93b9814
|
Update README with new version
|
2014-07-10 22:41:38 +12:00 |
|
rbygrave
|
5f2ad0dc62
|
[maven-release-plugin] prepare for next development iteration
|
2014-07-10 21:41:01 +12:00 |
|
rbygrave
|
ece7f481bc
|
[maven-release-plugin] prepare release avaje-ebeanorm-4.1.2
avaje-ebeanorm-4.1.2
|
2014-07-10 21:40:39 +12:00 |
|
rbygrave
|
fa4d0380e5
|
Add extra test - TestQueryRowCountWithMany
|
2014-07-10 21:29:44 +12:00 |
|
rbygrave
|
713ba4889d
|
Clean up of test for #162
|
2014-07-10 21:23:45 +12:00 |
|
rbygrave
|
0543745e18
|
Test case for #162 - no issue reproduced, no assert failing
|
2014-07-10 19:48:06 +12:00 |
|
rbygrave
|
4e2bc6cce6
|
Fix for #166 - Incorrect join with @OneToOne optional on one side and
NOT optional on other side
|
2014-07-10 03:05:52 +12:00 |
|
rbygrave
|
f2d422ff5a
|
Test case for #165 - Incorrect join used when query language with where
expression has a many property and ends with a foreign key column
|
2014-07-10 01:20:51 +12:00 |
|
rbygrave
|
176197513d
|
No effective change - format only
|
2014-07-09 23:51:19 +12:00 |
|
rbygrave
|
1e3035c558
|
Fix for #164 - Incorrect join used when where expression has a many
property and ends with a foreign key column
|
2014-07-09 23:31:15 +12:00 |
|
rbygrave
|
17f7143447
|
Fix for #163 - Remove detection of autocommit=true from JdbcTransaction
|
2014-07-09 22:24:28 +12:00 |
|
rbygrave
|
394dfc96d1
|
Update Test - cleanup and add clarification test to TestManyWhereJoin
|
2014-07-09 22:23:31 +12:00 |
|
Rob Bygrave
|
452ce78c3d
|
Fix for #161 - DDL Generation - @OneToOne (foreign key column / JoinColumn) should default to having a unique constraint on it
|
2014-07-08 23:23:46 +12:00 |
|
Rob Bygrave
|
4cb13760c2
|
Fix for #160 - DDL generation throwing NPE at com.avaje.ebeaninternal.server.ddl.CreateTableVisitor.isDbColumnWritten(CreateTableVisitor.java:60)
|
2014-07-08 23:04:27 +12:00 |
|
Rob Bygrave
|
5cc2eff0d4
|
Fix for #158 - Add support for using setDistinct (by excluding id property from generated sql)
|
2014-07-07 23:29:48 +12:00 |
|
Rob Bygrave
|
af9a01be77
|
No effective change - update test
|
2014-07-05 23:08:09 +12:00 |
|
Rob Bygrave
|
cceb7c035c
|
Fix for #159 - Refactor - cleanup clode when closing query only transaction + change default option
|
2014-07-05 22:10:53 +12:00 |
|
Rob Bygrave
|
1ddc103582
|
Fix for #157 - Regression for @OrderBy on a @ManyToMany property due to change from issue 154
|
2014-07-02 23:56:42 +12:00 |
|
Rob Bygrave
|
b973cc3b86
|
No effective change - imports of Assert in tests + formatting
|
2014-07-02 23:29:54 +12:00 |
|
Rob Bygrave
|
10f0ea9bae
|
No effective change - code format and tidy up
|
2014-07-02 23:10:53 +12:00 |
|
Rob Bygrave
|
c49dd54500
|
Improve exception throw in BeanReflectProperties when _ebean_props not found
|
2014-07-02 21:23:28 +12:00 |
|
Rob Bygrave
|
bf0944bb2a
|
[maven-release-plugin] prepare for next development iteration
|
2014-06-30 22:06:04 +12:00 |
|
Rob Bygrave
|
59ba6244c1
|
[maven-release-plugin] prepare release avaje-ebeanorm-4.1.1
avaje-ebeanorm-4.1.1
|
2014-06-30 22:05:43 +12:00 |
|
Rob Bygrave
|
f88524b34c
|
Fix for #156 - NPE in DDL Generation when Embedded bean as column with unique constraint
|
2014-06-30 22:03:31 +12:00 |
|
Rob Bygrave
|
6838b4df4f
|
Fix for #155 Add markAsDirty() method
|
2014-06-27 23:08:36 +12:00 |
|
Rob Bygrave
|
5db7ae504e
|
[maven-release-plugin] prepare for next development iteration
|
2014-06-26 19:39:13 +12:00 |
|
Rob Bygrave
|
723ae6bffc
|
[maven-release-plugin] prepare release avaje-ebeanorm-4.1.0
avaje-ebeanorm-4.1.0
|
2014-06-26 19:38:48 +12:00 |
|
Rob Bygrave
|
33b173dd55
|
Bump pom to 4.1.0-SNAPSHOT
|
2014-06-26 19:37:15 +12:00 |
|
Rob Bygrave
|
7966d74eb3
|
Just tweaking some very common string appending with buffer size prediction
|
2014-06-26 01:15:48 +12:00 |
|
Rob Bygrave
|
28cb2e210d
|
Merge branch 'master' of github.com:ebean-orm/avaje-ebeanorm
|
2014-06-26 00:37:40 +12:00 |
|
Rob Bygrave
|
1109d412e7
|
Fix for #154 - @OrderBy on a @OneToMany property is not used when lazy loading
|
2014-06-26 00:37:31 +12:00 |
|
Rob Bygrave
|
3e33ece65a
|
No effective change - add protected modified
|
2014-06-26 00:12:55 +12:00 |
|
Rob Bygrave
|
1dd200fba2
|
Merge pull request #153 from waffle-iron/master
waffle.io Badge
|
2014-06-25 09:16:10 +12:00 |
|
Making GitHub Delicious.
|
f0ea977f91
|
add waffle.io badge
|
2014-06-24 15:13:51 -06:00 |
|
Rob Bygrave
|
e830d8efc7
|
Additional test in TestOrderByWithMany
|
2014-06-24 00:17:11 +12:00 |
|
Rob Bygrave
|
0b2ba2a82e
|
Fix for #151 - IllegalArgumentException using enum in filter - toBeanType() throws
|
2014-06-24 00:04:32 +12:00 |
|
Rob Bygrave
|
df526b8f3c
|
Fix for #149 - OneToMany with nested ManyToMany deletion bug
|
2014-06-23 23:34:22 +12:00 |
|
Rob Bygrave
|
8fe1f32e78
|
No effective change - code reformat on PersistRequestBean
|
2014-06-21 00:03:28 +12:00 |
|
Rob Bygrave
|
c5ea93fb8e
|
Fix for #150 - Stateless update - property changed in BeanPersistAdapter
preUpdate not included in update
|
2014-06-20 23:49:29 +12:00 |
|
Rob Bygrave
|
dd83bc4d26
|
Test BeanPersistAdapter with stateless update
|
2014-06-19 02:03:59 +12:00 |
|