Robin Bygrave
|
737022bc57
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.4.1
avaje-ebeanorm-7.4.1
|
2016-03-29 16:39:32 +13:00 |
|
Robin Bygrave
|
de6ba31996
|
#627 - Rename Query.includeSoftDeletes() to Query.setIncludeSoftDeletes()
|
2016-03-29 16:38:09 +13:00 |
|
Robin Bygrave
|
df95f4759b
|
Bump pom to 7.4.1-SNAPSHOT
|
2016-03-29 16:11:37 +13:00 |
|
Robin Bygrave
|
32f4a56ab4
|
#626 - ENH: Add support for where().idIn(...) using varargs
|
2016-03-29 16:10:00 +13:00 |
|
Robin Bygrave
|
04965892f0
|
#625 - Rename @DocStoreEmbedded to @DocEmbedded (with deprecation)
|
2016-03-29 15:46:10 +13:00 |
|
Robin Bygrave
|
fdb2965d6e
|
#622 - Set interrupted status for findFutureList() ... (specifically the FutureList.getUnchecked() methods)
|
2016-03-25 16:49:03 +13:00 |
|
Robin Bygrave
|
ab2789dd08
|
#621 - EbeanServer.shutdown(true, false) followed by EbeanServerFactory create() when using the same ServerConfig give SQLException: Trying to access the Connection Pool when it is shutting down
|
2016-03-25 16:22:11 +13:00 |
|
Robin Bygrave
|
8f80280105
|
No effective change - tidy up in DefaultContainer
|
2016-03-25 16:18:29 +13:00 |
|
Robin Bygrave
|
1179f84611
|
Javadoc only update #619
|
2016-03-25 10:51:41 +13:00 |
|
Robin Bygrave
|
8593d3e496
|
[maven-release-plugin] prepare for next development iteration
|
2016-03-24 14:34:54 +13:00 |
|
Robin Bygrave
|
c658b8c80c
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.3.1
avaje-ebeanorm-7.3.1
|
2016-03-24 14:34:31 +13:00 |
|
Robin Bygrave
|
44e3c6b9a8
|
Bump pom to 7.3.1-SNAPSHOT
|
2016-03-24 14:30:07 +13:00 |
|
Robin Bygrave
|
c296127bab
|
#618 - Refactor - remove DataSourcePool implementation as separate dependency
|
2016-03-24 14:29:21 +13:00 |
|
Robin Bygrave
|
83d0d6320c
|
No effective change - remove from test properties on H2 DB_CLOSE_DELAY=-1
|
2016-03-24 14:21:45 +13:00 |
|
Robin Bygrave
|
6ce4ca4a5b
|
No effective change - fix test method visibility
|
2016-03-24 11:32:17 +13:00 |
|
Robin Bygrave
|
21c97e786d
|
No effective change - fix test to put back connections
|
2016-03-24 11:30:55 +13:00 |
|
Robin Bygrave
|
2a1c394093
|
#617 - Refactor - tidy up DataSource internals, reduce method visibility
|
2016-03-23 21:21:50 +13:00 |
|
Robin Bygrave
|
f55b348a55
|
#617 - Refactor - tidy up DataSource internals, reduce method visibility - markWithError()
|
2016-03-23 20:54:55 +13:00 |
|
Robin Bygrave
|
84b2ffa971
|
#617 - Refactor - tidy up DataSource internals, reduce method visibility
|
2016-03-23 20:51:32 +13:00 |
|
Robin Bygrave
|
406b7304ad
|
[maven-release-plugin] prepare for next development iteration
|
2016-03-23 18:20:56 +13:00 |
|
Robin Bygrave
|
2b00899513
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.2.3
avaje-ebeanorm-7.2.3
|
2016-03-23 18:20:35 +13:00 |
|
Robin Bygrave
|
6fe557e237
|
#616 - No effective change - rename methods
|
2016-03-23 18:11:25 +13:00 |
|
Robin Bygrave
|
a227f8c469
|
#616 - ElasticSearch expression - IllegalArgumentException: unhandled type class org.example.domain.Customer
|
2016-03-23 18:08:37 +13:00 |
|
Robin Bygrave
|
a9d7ea0299
|
#614 - 'Matches for the concatenated key columns where not found' - fix test to run on Postgres
|
2016-03-23 17:11:39 +13:00 |
|
Robin Bygrave
|
0c4a2d5664
|
#614 - 'Matches for the concatenated key columns where not found' - fix
|
2016-03-23 17:03:55 +13:00 |
|
Robin Bygrave
|
577dbad9bd
|
#614 - 'Matches for the concatenated key columns where not found' - tests
|
2016-03-23 17:01:43 +13:00 |
|
Robin Bygrave
|
ae28599825
|
No effective change - use existing CamelCaseHelper implementation
|
2016-03-23 16:10:50 +13:00 |
|
Robin Bygrave
|
0627976f6d
|
No effective change - format
|
2016-03-23 14:39:24 +13:00 |
|
Robin Bygrave
|
7d89b97e2b
|
#615 - ENH: Change DDL generation with @SoftDelete to add 'default false' to column definition
|
2016-03-23 11:10:35 +13:00 |
|
Robin Bygrave
|
90ee903c52
|
No effective change - alter tests to run against Oracle
|
2016-03-23 10:41:55 +13:00 |
|
Robin Bygrave
|
ffa68f6815
|
No effective change - alter tests to run against Oracle
|
2016-03-23 10:41:42 +13:00 |
|
Robin Bygrave
|
2cb0794a01
|
#612 - ENH: Add deletePermanent() to com.avaje.ebean.Model
|
2016-03-22 12:06:39 +13:00 |
|
Robin Bygrave
|
67a267f843
|
#604 - @SoftDelete with deletePermanent() on lazy loaded @OneToOne
|
2016-03-22 11:57:44 +13:00 |
|
Robin Bygrave
|
e57ce7a6c4
|
#611 - findRowCount ignores @SoftDelete, does not add predicate
|
2016-03-22 10:35:20 +13:00 |
|
Robin Bygrave
|
5d3d73aac8
|
[maven-release-plugin] prepare for next development iteration
|
2016-03-22 09:47:16 +13:00 |
|
Robin Bygrave
|
436988694d
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.2.2
avaje-ebeanorm-7.2.2
|
2016-03-22 09:46:58 +13:00 |
|
Robin Bygrave
|
90f786babd
|
#610 - ManyToOne returns wrong ID value (prior ManyToOne with inheritance and null value). Regression introduced in 7.2.1.
|
2016-03-22 09:46:12 +13:00 |
|
Robin Bygrave
|
0d8146d453
|
[maven-release-plugin] prepare for next development iteration
|
2016-03-21 12:20:17 +13:00 |
|
Robin Bygrave
|
0eca613b41
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.2.1
avaje-ebeanorm-7.2.1
|
2016-03-21 12:19:57 +13:00 |
|
Robin Bygrave
|
dcde54fca4
|
#100 - SQLITE (365) : ADD CONSTRAINT DDL SQLite Incompatibility
|
2016-03-21 11:06:52 +13:00 |
|
Robin Bygrave
|
49b8efbc30
|
#609 - SQLite DDL - disable use of comments and alter table add foreign key (as these are not supported by SQLite)
|
2016-03-21 10:31:57 +13:00 |
|
Robin Bygrave
|
fc70161909
|
No effective change - bump SQLite jdbc driver for testing
|
2016-03-21 10:31:42 +13:00 |
|
Rob Bygrave
|
44ba6d3bb2
|
Merge pull request #608 from btimo/fixSQLiteDdl
SQLite Ddl : autoincrement attribute
|
2016-03-21 10:14:05 +13:00 |
|
Robin Bygrave
|
d56e071f53
|
No effective change - javadoc only
|
2016-03-21 09:20:11 +13:00 |
|
Robin Bygrave
|
ce33c230c7
|
No effective change - javadoc only
|
2016-03-21 08:43:33 +13:00 |
|
btimo
|
2da6a6960e
|
- fix SQLiteDdl : https://www.sqlite.org/autoinc.html
|
2016-03-18 17:55:29 +01:00 |
|
Robin Bygrave
|
62f88c9e4f
|
#607 - bool conversion for and(), or() and not()
|
2016-03-18 16:19:41 +13:00 |
|
Robin Bygrave
|
42f65ead47
|
#607 - must(), should(), mustNot() always mark setUseDocStore(true);
|
2016-03-18 16:17:32 +13:00 |
|
Robin Bygrave
|
8e98e88e8a
|
#607 - Tidy "text" extensions to criteria API - remove endMust(), endShould(), endMustNot() ... just use endJunction()
|
2016-03-18 14:24:07 +13:00 |
|
Robin Bygrave
|
5de67e1939
|
#606 - Add not() as a junction expression (like and() and or()) to the query criteria API
|
2016-03-18 14:11:51 +13:00 |
|