Robin Bygrave
|
026f0e161f
|
#711 - Refactor: Extract DB Migration runner as separate module (called avaje-dbmigration)
|
2016-05-18 17:27:54 +12:00 |
|
Robin Bygrave
|
75a2633590
|
#710 - Behavior change - query with invalid fetch path (without properties) now throws PersistenceException
|
2016-05-18 12:34:16 +12:00 |
|
Robin Bygrave
|
362ceea79b
|
#709 - Refactor: BeanCollection internals, rename method isEmptyAndUntouched() to isSkipSave(), remove 'touched' flag
|
2016-05-18 11:19:01 +12:00 |
|
Robin Bygrave
|
1c9b974427
|
#708 - Refactor - Remove BeanCollectionTouched interface
|
2016-05-18 10:13:03 +12:00 |
|
Robin Bygrave
|
f181e3946f
|
No effective change - format code
|
2016-05-18 09:36:26 +12:00 |
|
Robin Bygrave
|
6df145b4fa
|
No effective change - format code
|
2016-05-18 09:35:26 +12:00 |
|
Robin Bygrave
|
a4cb116d4f
|
No effective change - format code
|
2016-05-18 09:34:20 +12:00 |
|
Robin Bygrave
|
3161664d58
|
No effective change - additional test for constructor enhancement (from agent https://github.com/ebean-orm/avaje-ebeanorm-agent/issues/31)
|
2016-05-17 16:41:58 +12:00 |
|
Robin Bygrave
|
4b3f63f6e0
|
Update pom - update agent version to 4.10.1
|
2016-05-17 16:40:51 +12:00 |
|
Robin Bygrave
|
d89b1b0367
|
#511 Add Test (that is clearer with better asserts)
|
2016-05-17 08:19:13 +12:00 |
|
Robin Bygrave
|
17433bb70b
|
[maven-release-plugin] prepare for next development iteration
|
2016-05-16 16:58:02 +12:00 |
|
Robin Bygrave
|
fb6ea92ae9
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.11.3
avaje-ebeanorm-7.11.3
|
2016-05-16 16:57:39 +12:00 |
|
Robin Bygrave
|
08b0a6350d
|
#706 - NPE when using @DbArray with null values
|
2016-05-16 16:54:18 +12:00 |
|
Robin Bygrave
|
bd330b4c0e
|
No effective change - additional tests for @DbArray inserting nulls
|
2016-05-16 16:30:41 +12:00 |
|
Robin Bygrave
|
ec234f1f39
|
#568 - ENH: Add ability to turn of getGeneratedKeys with @Transactional annotation (Also needs agent update)
|
2016-05-16 15:50:11 +12:00 |
|
Robin Bygrave
|
dd28b28095
|
#704 - Update javadoc for @Cache and @Query.setUseCache()
|
2016-05-13 16:30:43 +12:00 |
|
Robin Bygrave
|
2a5be6db3d
|
No effective change - sys out for CI server - fix PG like clause in test
|
2016-05-13 16:23:19 +12:00 |
|
Robin Bygrave
|
545f40703e
|
No effective change - sys out for CI server
|
2016-05-13 16:18:17 +12:00 |
|
Robin Bygrave
|
35d0481644
|
No effective change - sys out for CI server
|
2016-05-13 16:05:13 +12:00 |
|
Robin Bygrave
|
2282ff3c6e
|
#704 - Internal refactor to use excludeBeanCache in DefaultOrmQuery
|
2016-05-13 15:57:20 +12:00 |
|
Robin Bygrave
|
d1d4bf1da8
|
#704 - Internal refactor to use excludeBeanCache in DefaultOrmQuery
|
2016-05-13 15:56:45 +12:00 |
|
Robin Bygrave
|
8c6653605d
|
#704 - Update tests for 704 removing the use of Query.setUseCache(true) which is redundant
|
2016-05-13 14:31:03 +12:00 |
|
Robin Bygrave
|
e344b5c0a1
|
#703 - Refactor - When batch lazy loading hits the L2 bean cache and misses initially, it checks that initial bean again (and should skip the second attempt)
|
2016-05-13 14:12:28 +12:00 |
|
Robin Bygrave
|
0e5859716b
|
#702 - IllegalStateException: No bean cache enabled error ... when updating bean that is not using caching (but is related to a bean with @Cache)
|
2016-05-13 12:52:27 +12:00 |
|
Robin Bygrave
|
90a794fca5
|
No effective change - sys out for CI server - add ReadAuditQueryPlan equals/hashCode for CI issue
|
2016-05-13 11:06:26 +12:00 |
|
Robin Bygrave
|
1d6e480402
|
No effective change - sys out for CI server
|
2016-05-13 10:55:36 +12:00 |
|
Robin Bygrave
|
54706302df
|
#701 - DB Migration - incorrect alter column DDL when removing not null constraint (Postgres specific)
|
2016-05-13 09:07:43 +12:00 |
|
Robin Bygrave
|
4a59cf4c3d
|
No effective change - sys out for CI server
|
2016-05-12 21:31:15 +12:00 |
|
Robin Bygrave
|
8cb8f9eabf
|
#278 - SqlQuery setFirstRow fail - modify SQL using LIMIT/OFFSET etc to support firstRows/maxRows
|
2016-05-12 20:59:52 +12:00 |
|
Robin Bygrave
|
58a36e6b67
|
No effective change - cleanup comment
|
2016-05-12 19:07:52 +12:00 |
|
Robin Bygrave
|
064d282f7b
|
[maven-release-plugin] prepare for next development iteration
|
2016-05-12 17:43:22 +12:00 |
|
Robin Bygrave
|
e83ec42bbc
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.11.2
avaje-ebeanorm-7.11.2
|
2016-05-12 17:43:03 +12:00 |
|
Robin Bygrave
|
409720d854
|
#700 - Postgres ARRAY and JSON expressions cast Long to ::integer rather than ::bigint
|
2016-05-12 17:38:15 +12:00 |
|
Robin Bygrave
|
1d8bb8c800
|
#700 - Postgres ARRAY and JSON expressions cast Long to ::integer rather than ::bigint
|
2016-05-12 17:22:40 +12:00 |
|
Robin Bygrave
|
ad3b9b2f84
|
No effective change - sys out for CI server
|
2016-05-12 17:09:55 +12:00 |
|
Robin Bygrave
|
b8ecbd507e
|
#522 - DDL - DB migration diff does not include DDL to add comment
|
2016-05-12 16:52:22 +12:00 |
|
Robin Bygrave
|
45453bbcd8
|
No effective change - include the search packages in the classpath scan INFO logging message
|
2016-05-12 16:17:33 +12:00 |
|
Robin Bygrave
|
44dfab2ace
|
No effective change - sys out for CI server
|
2016-05-12 14:47:35 +12:00 |
|
Robin Bygrave
|
4ab5cdf841
|
#698 - History DDL generation for Postgres does not respect non-public schema
|
2016-05-12 14:32:38 +12:00 |
|
Robin Bygrave
|
b384cb4043
|
#699 - DB Migration not generating sql to alter check constraints
|
2016-05-12 13:44:30 +12:00 |
|
Robin Bygrave
|
2a323f2256
|
#697 - Refactor - tidy objectMapper detection in DefaultTypeManager
|
2016-05-10 13:00:04 +12:00 |
|
Robin Bygrave
|
8cfba1015f
|
No effective change - remove incorrect comment
|
2016-05-10 11:17:04 +12:00 |
|
Robin Bygrave
|
bd6ff5d855
|
[maven-release-plugin] prepare for next development iteration
|
2016-05-10 00:04:08 +12:00 |
|
Robin Bygrave
|
7256c3ef90
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.11.1
avaje-ebeanorm-7.11.1
|
2016-05-10 00:03:47 +12:00 |
|
Robin Bygrave
|
17042a9faf
|
#696 - ENH: Add fallback for @DbHstore ... fallback to JSON storage in VARCHAR
|
2016-05-09 23:24:13 +12:00 |
|
Robin Bygrave
|
b197d8a637
|
#695 - ENH: Add @DbArray for storing scalar types (UUID, Long, String) to Postgres ARRAY type
|
2016-05-09 22:38:51 +12:00 |
|
Robin Bygrave
|
2bb39b02d0
|
No effective change - javadoc on Query.setIncludeSoftDeletes()
|
2016-05-09 10:00:37 +12:00 |
|
Robin Bygrave
|
654e12422d
|
[maven-release-plugin] prepare for next development iteration
|
2016-05-06 17:22:12 +12:00 |
|
Robin Bygrave
|
82d24b300a
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.10.1
avaje-ebeanorm-7.10.1
|
2016-05-06 17:21:50 +12:00 |
|
Robin Bygrave
|
f69a22736d
|
Bump pom to 7.10.1 SNAPSHOT
|
2016-05-06 17:21:02 +12:00 |
|