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 |
|
Robin Bygrave
|
6b19b6410c
|
No effective change - change test to look for sql
|
2016-05-06 17:15:30 +12:00 |
|
Robin Bygrave
|
7f546afdca
|
No effective change - test await on l2 cache statistics
|
2016-05-06 17:07:02 +12:00 |
|
Robin Bygrave
|
4e9e11ac34
|
#668 - ENH: Add ability to register a custom IdGenerator
|
2016-05-06 17:01:15 +12:00 |
|
Robin Bygrave
|
036092d470
|
#694 - Refactor - Rename IdGenerator to PlatformIdGenerator ... with a view to support customer Id generators
|
2016-05-06 14:50:50 +12:00 |
|
Robin Bygrave
|
2b602f6e51
|
#570 - ENH: Add ability to configure eBean to use true "ilike" expression
|
2016-05-06 14:26:08 +12:00 |
|
Robin Bygrave
|
2797f6bbcc
|
No effective change - Add test for undo of soft deleted bean
|
2016-05-06 13:38:09 +12:00 |
|
Robin Bygrave
|
e9e1a975f9
|
No effective change - @DbJsonB use in test
|
2016-05-06 13:28:26 +12:00 |
|
Robin Bygrave
|
13f7d37e76
|
#542 - ENH: @DbJson fields are auto serialized and deserialized to specified classes.
|
2016-05-06 13:20:51 +12:00 |
|
Robin Bygrave
|
deb6ce23d7
|
#693 - ENH: ... support @DbJson with Set<String> and Set<Long> support
|
2016-05-05 21:34:29 +12:00 |
|
Robin Bygrave
|
2c95d9dc9a
|
#693 - ENH: Add support for mapping @DbJson to list of scalar types like List<String>
|
2016-05-05 16:36:16 +12:00 |
|
Robin Bygrave
|
8c86976e68
|
No effective change - variable names
|
2016-05-05 16:15:25 +12:00 |
|
Robin Bygrave
|
c1ca02d871
|
No effective change - variable names
|
2016-05-05 16:14:58 +12:00 |
|
Robin Bygrave
|
0508b0254f
|
#692 - MigrationVersion parses version "0.1.1-SNAPSHOT" as "0.1"
|
2016-05-05 08:31:31 +12:00 |
|
Robin Bygrave
|
45e488cadb
|
Merge remote-tracking branch 'origin/master'
|
2016-05-04 15:09:24 +12:00 |
|
Robin Bygrave
|
23731072b7
|
Updates for example running db migration
|
2016-05-04 12:14:05 +12:00 |
|
Robin Bygrave
|
dc230af60b
|
No effective change - add test for explicit deleted = true property use
|
2016-05-04 10:50:30 +12:00 |
|
Rob Bygrave
|
622258c82c
|
Update ISSUE_TEMPLATE.md
|
2016-05-04 10:46:04 +12:00 |
|
Robin Bygrave
|
dbed34cc51
|
[maven-release-plugin] prepare for next development iteration
|
2016-05-02 16:35:23 +12:00 |
|
Robin Bygrave
|
b4d49161af
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.9.1
avaje-ebeanorm-7.9.1
|
2016-05-02 16:35:04 +12:00 |
|
Robin Bygrave
|
8a68e72305
|
No effective change - modify test, add l2 cache await
|
2016-05-02 16:32:08 +12:00 |
|
Robin Bygrave
|
07fe1cde6b
|
#689 - Refactor DB Migration to support "V" prefix
|
2016-05-02 16:25:27 +12:00 |
|
Robin Bygrave
|
9da5ce01a7
|
#686 - Trouble with non-standard java.sql.Date values caching in 7.8.1.
|
2016-04-29 22:22:38 +12:00 |
|
Robin Bygrave
|
5bcfce9cd4
|
#684 - Refactor - rename @CacheStrategy to @Cache ... require explicit enableQueryCache=true for query cache use
|
2016-04-29 21:52:50 +12:00 |
|
Robin Bygrave
|
a6d276d4d3
|
#683 - Refactor - rename @CacheTuning to @CacheBeanTuning ... for consistency
|
2016-04-29 09:48:36 +12:00 |
|
Robin Bygrave
|
5b100e6d37
|
#682 - Remove deprecated Model.Finder constructors that take Id type ... migrate to ones that don't
|
2016-04-29 09:28:43 +12:00 |
|