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
|
409720d854
|
#700 - Postgres ARRAY and JSON expressions cast Long to ::integer rather than ::bigint
|
2016-05-12 17:38:15 +12:00 |
|
Robin Bygrave
|
ad3b9b2f84
|
No effective change - sys out for CI server
|
2016-05-12 17:09:55 +12:00 |
|
Robin Bygrave
|
44dfab2ace
|
No effective change - sys out for CI server
|
2016-05-12 14:47:35 +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
|
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
|
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
|
dc230af60b
|
No effective change - add test for explicit deleted = true property use
|
2016-05-04 10:50:30 +12:00 |
|
Robin Bygrave
|
8a68e72305
|
No effective change - modify test, add l2 cache await
|
2016-05-02 16:32:08 +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
|
840c5f8992
|
#679 - Remove SqlQuery.setListener() ... migrate to SqlQuery.findEach() or SqlQuery.findEachWhile()
|
2016-04-29 08:43:30 +12:00 |
|
Robin Bygrave
|
8a84eaf7a7
|
#675 - ENH: Add SqlQuery.findEach() and SqlQuery.findEachWhile() methods ... to replace setListener()
|
2016-04-28 22:15:41 +12:00 |
|
Robin Bygrave
|
81531b6cda
|
#671 - ENH: Add support for @View and extra-ddl.xml to nicely support entity beans based on views
|
2016-04-28 20:19:05 +12:00 |
|
Robin Bygrave
|
69c2810fbe
|
No effective change - add test for SqlQuery listener
|
2016-04-28 09:54:17 +12:00 |
|
Robin Bygrave
|
ae261d3782
|
#660 - findPagedList() does not handle raw sql order by
|
2016-04-26 22:54:34 +12:00 |
|
Robin Bygrave
|
d2ae044d1f
|
#665 - Remove deprecated @DocStoreEmbedded ... should migrate to @DocEmbedded
|
2016-04-26 21:35:57 +12:00 |
|
Robin Bygrave
|
03189ac92a
|
#661 - ENH: Add deletePermanent(beanType, id) and deleteAllPermanent(beanType, ids) ... (basically missing API)
|
2016-04-26 21:30:52 +12:00 |
|
Robin Bygrave
|
2067568a5e
|
No effective change - migrate test from deprecated method
|
2016-04-26 21:12:22 +12:00 |
|
Robin Bygrave
|
4cec878242
|
#662 - Postgres Timestamp with time zone testing
|
2016-04-26 16:41:11 +12:00 |
|
Robin Bygrave
|
2e7aec3b3d
|
#662 - Postgres Timestamp with time zone testing - remove extra oracle test code
|
2016-04-26 10:13:33 +12:00 |
|
Robin Bygrave
|
104dc599e8
|
#662 - Postgres Timestamp with time zone testing
|
2016-04-26 10:12:37 +12:00 |
|
Robin Bygrave
|
e769abf737
|
#659 - ENH: Add support for Instant with @WhenCreated @WhenModified
|
2016-04-22 16:51:30 +12:00 |
|
Robin Bygrave
|
221f5ad879
|
#651 - ENH: Add type support for java.nio.file.Path ... such that it stores the underlying URI as VARCHAR/string
|
2016-04-21 11:33:26 +12:00 |
|
Robin Bygrave
|
2de78cd20f
|
#652 - ENH: L2 cache - add @CacheQueryTuning annotation
|
2016-04-18 09:46:42 +12:00 |
|
Robin Bygrave
|
444b848c22
|
#648 - Test that does not reproduce this issue
|
2016-04-13 19:36:26 +12:00 |
|
Robin Bygrave
|
3fb9a7414c
|
#647 - REFACTOR: L2 cache - remove cache warming support (from @CacheStrategy and API)
|
2016-04-12 23:44:24 +12:00 |
|
Robin Bygrave
|
2c6f637dab
|
#646 - REFACTOR: L2 cache towards remote data grid caches (like Ignite etc)
|
2016-04-12 23:20:16 +12:00 |
|
Robin Bygrave
|
4059034891
|
#642 - ENH: Add support for OneToMany expression isEmpty() / isNotEmpty() ... which is effectively an EXISTS and NOT EXISTS subquery
|
2016-04-08 13:41:43 +12:00 |
|
Robin Bygrave
|
c58db0033d
|
No effective change - add more tests for raw use of exists / not exists
|
2016-04-08 08:28:13 +12:00 |
|
Robin Bygrave
|
524be4ce55
|
#641 - ENH: Add EbeanServer.setBeanId(bean, id) ... to make it easy to convert id value to appropriate type and set
|
2016-04-08 01:15:34 +12:00 |
|
Robin Bygrave
|
c9b0fd708a
|
#631 - With find by id query, and id value type conversion (e.g. String to Long) this does not hit L2 cache
|
2016-03-31 15:18:33 +13:00 |
|
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
|
c296127bab
|
#618 - Refactor - remove DataSourcePool implementation as separate dependency
|
2016-03-24 14:29:21 +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
|
577dbad9bd
|
#614 - 'Matches for the concatenated key columns where not found' - tests
|
2016-03-23 17:01:43 +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 |
|