Robin Bygrave
|
de6ba31996
|
#627 - Rename Query.includeSoftDeletes() to Query.setIncludeSoftDeletes()
|
2016-03-29 16:38:09 +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
|
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
|
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
|
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
|
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 |
|
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 |
|
Robin Bygrave
|
3ddd7099b5
|
#605 - Add and() and or() ... as synonyms for conjunction() and disjunction() ... to the "Query Criteria API"
|
2016-03-18 13:06:10 +13:00 |
|
Robin Bygrave
|
5d889790c2
|
No effective change - move related methods together
|
2016-03-18 12:53:15 +13:00 |
|
Robin Bygrave
|
636acc61e5
|
#594 ElasticSearch - Add match / TextExpression support - move expressions onto ExpressionList (remove TextExpressionList)
|
2016-03-18 12:51:39 +13:00 |
|
Robin Bygrave
|
cb347ff5fa
|
#602 - Elastic - Add support for ebean.docstore.generateMapping
|
2016-03-15 17:10:03 +13:00 |
|
Robin Bygrave
|
db9d39ef61
|
#583 - MSSQL Server - Delete query syntax error, mssql does not like the table alias in the delete statement
|
2016-03-15 01:03:08 +13:00 |
|
Robin Bygrave
|
5216014d50
|
#601 - Second Nested filterMany not executed but joined
|
2016-03-14 23:54:34 +13:00 |
|
Robin Bygrave
|
c40715733e
|
#600 - Unique index or primary key violation - double insert attempted on ManyToMany intersection
|
2016-03-14 22:32:03 +13:00 |
|
Robin Bygrave
|
9bcc8a77fe
|
No effective change - imports
|
2016-03-14 21:28:14 +13:00 |
|
Robin Bygrave
|
7be3a01823
|
No effective change - tidy up tests
|
2016-03-14 21:06:48 +13:00 |
|
Robin Bygrave
|
0ca4f92b26
|
#592 - Fetched empty collection of null child of parent entity
|
2016-03-14 20:10:07 +13:00 |
|
Robin Bygrave
|
b99f002968
|
#599 - ElasticSearch - add query join support for find, findList, findPagedList, findEach, findEachWhile
|
2016-03-14 17:40:26 +13:00 |
|
Robin Bygrave
|
fa451078b7
|
No effective change - cleanup imports
|
2016-03-11 21:56:11 +13:00 |
|