Rob Bygrave
|
75462e7410
|
#1272 - ENH: Add built in support for Joda Period and java time Period
|
2018-02-23 17:54:02 +13:00 |
|
Rob Bygrave
|
265bda8cf2
|
#1272 - ENH: Add built in support for Joda Period
|
2018-02-23 17:41:01 +13:00 |
|
Rob Bygrave
|
7d0ed261b5
|
#1271 - ENH: Add BeanFinder and BeanRepository ... such that there is a read to go base class for DI repository style
|
2018-02-23 16:55:07 +13:00 |
|
Rob Bygrave
|
8b18e907af
|
#1063 - Add Event Listeners capable of being notified for delete by query or update by query
Adds QueryType and adds method query.getQueryType() which then can be used in a BeanQueryAdapter
|
2018-02-23 14:04:36 +13:00 |
|
Rob Bygrave
|
40704e2ef7
|
No Effective change - change test to use assertJ
|
2018-02-23 13:37:43 +13:00 |
|
Rob Bygrave
|
8ee68ac5e1
|
#1269 - Paging queries should not ALWAYS append an order by ID ... but only when the order by is empty
|
2018-02-22 22:40:22 +13:00 |
|
Rob Bygrave
|
f2d438f21a
|
Test only change - fix test assert for sql server
|
2018-02-22 22:11:56 +13:00 |
|
Rob Bygrave
|
20bd2241e4
|
Test only change - fix test assert to support sequence and identity insert
|
2018-02-22 22:11:36 +13:00 |
|
Rob Bygrave
|
dd907cc4bc
|
Test only change - fix keys for testing against Oracle
|
2018-02-22 22:10:59 +13:00 |
|
Rob Bygrave
|
3e8b06e38e
|
#994 - @OneToOne cacade does not honor orphanRemoval = true
|
2018-02-20 16:59:55 +13:00 |
|
Rob Bygrave
|
81d48d67a7
|
#123 - Mapping - Add support for OneToMany JoinTables
|
2018-02-20 14:40:21 +13:00 |
|
Rob Bygrave
|
8d0df6541e
|
Merge branch 'issue/1263-transaction-api'
|
2018-02-19 22:47:42 +13:00 |
|
Rob Bygrave
|
2be3099d55
|
#1228 - Add support to not generate FK Constraint when @JoinColumn(foreignKey=@ForeignKey(ConstraintMode.NO_CONSTRAINT))
|
2018-02-19 22:45:47 +13:00 |
|
Rob Bygrave
|
40634412f5
|
#323 - DDL Generation support for foreign key cascade options
|
2018-02-19 22:24:37 +13:00 |
|
 Roland PramlandRob Bygrave
|
b8aa822a30
|
[utf8mb4-support] limited the size of all indexed string columns, as max key length on mysql/mariadb is 767 bytes (which are <= 191 chars on utf8mb4) (#1264)
|
2018-02-19 16:15:28 +13:00 |
|
Rob Bygrave
|
3d62e84d59
|
#1263 - ENH: Make Transaction API Fluid such that we can set multiple thing like batchSize and label in a fluid fashion
|
2018-02-16 14:40:35 +13:00 |
|
Rob Bygrave
|
5237e8ba66
|
#1261 - ENH: Support use of getGeneratedKeys with SqlUpdate
|
2018-02-16 09:45:49 +13:00 |
|
Rob Bygrave
|
9926cad7f1
|
#1262 - ENH: Support firstRow maxRows with findNative()
|
2018-02-16 00:11:27 +13:00 |
|
Rob Bygrave
|
628af31ddd
|
#1142 - Mapping - Add support for @OrderColumn (Ebean automatically maintains an order column)
|
2018-02-15 22:31:41 +13:00 |
|
Rob Bygrave
|
31cac60393
|
#107 - Mapping - Add support for @PrimaryKeyJoinColumn/@PrimaryKeyJoinColumns
Adds Bi-directional support
|
2018-02-15 00:49:51 +13:00 |
|
Rob Bygrave
|
6a067c0cf7
|
#107 - Mapping - Add support for @PrimaryKeyJoinColumn/@PrimaryKeyJoinColumns
Extra test with UUID and optional OneToOne so has left join
|
2018-02-14 23:09:10 +13:00 |
|
Rob Bygrave
|
842292ef6b
|
#107 - Mapping - Add support for @PrimaryKeyJoinColumn/@PrimaryKeyJoinColumns
|
2018-02-14 22:59:57 +13:00 |
|
Rob Bygrave
|
6db9a60f4f
|
#107 - Fix existing test - Ah ??? ... this PrimaryKeyJoinColumn was ignored and should never have been in this test.
|
2018-02-14 17:24:14 +13:00 |
|
Rob Bygrave
|
a95fd063ae
|
#1256 - Query where many isNotEmpty() ... on ManyToMany with SoftDelete produces incorrect SQL (Part 2)
|
2018-02-13 14:52:18 +13:00 |
|
Rob Bygrave
|
17abd6d977
|
#1255 - Regression on raw LIKE expression with slashes on Postgres
Tests
|
2018-02-09 21:25:36 +13:00 |
|
Rob Bygrave
|
cc5f3689f3
|
No effective change - modify tests for SqlServer
|
2018-02-09 21:10:18 +13:00 |
|
Rob Bygrave
|
caa36262c1
|
#1253 - Query where many isNotEmpty() ... on ManyToMany with SoftDelete produces incorrect SQL
Failing test
|
2018-02-09 15:00:29 +13:00 |
|
Rob Bygrave
|
b83412281e
|
#1251 - Delete cascade with 11+ and Postgres throws exception
Failing test
|
2018-02-07 16:39:58 +13:00 |
|
Rob Bygrave
|
478bba292d
|
#1250 - Add explicit coverage for Enum with abstract method - no new issue
|
2018-02-07 14:01:11 +13:00 |
|
Rob Bygrave
|
f9404639d7
|
Fix test for H2 select for update - my bad.
|
2018-02-02 23:36:12 +13:00 |
|
Rob Bygrave
|
bbef5a6bbb
|
#1243 - Add IDENTITY support for Oracle platform (since 12c Oracle supports auto generated identity)
|
2018-02-02 23:18:23 +13:00 |
|
Rob Bygrave
|
823cb45221
|
Cleanup tests for Oracle
|
2018-02-02 23:17:03 +13:00 |
|
Rob Bygrave
|
5ff71324d0
|
#1247 - Unique index or primary key violation - when jdbc batch cascading to PrivateOwned child with unique constraint
|
2018-02-02 20:43:55 +13:00 |
|
Rob Bygrave
|
2d929837c4
|
No effective change - Update testing for profile location enhancement (#1227)
|
2018-01-24 19:11:59 +13:00 |
|
Rob Bygrave
|
07e2605a30
|
#1240 - ENH: Add support for @Transactional skipCache and label
|
2018-01-22 22:57:35 +13:00 |
|
Rob Bygrave
|
9a0b742f14
|
#1240 - ENH: Add support for @Transactional skipCache and label
|
2018-01-22 15:07:50 +13:00 |
|
Rob Bygrave
|
51d2e4c600
|
ENH: Add ProfileLocation - Part 2 - performance metrics for transactions with label and profileLocation
|
2018-01-22 14:54:27 +13:00 |
|
Rob Bygrave
|
0a809b0fb3
|
#1239 - When Transaction.setSkipCache(true) ... Query with useQueryCache is still use L2 query cache
|
2018-01-19 10:46:49 +13:00 |
|
Rob Bygrave
|
07cdf64ece
|
#1238 - Refactor MetaInfoManager - collect query plan stats, fix collection of stats on UpdateQuery
|
2018-01-19 01:07:37 +13:00 |
|
Rob Bygrave
|
b9ae76d465
|
#1237 - ENH: Add ProfileLocation - support for relating performance metrics for queries and transactions back to source line of code
|
2018-01-18 18:10:03 +13:00 |
|
Rob Bygrave
|
14105eb1eb
|
#1236 - ENH: Add Transaction.current() ... as alternative to obtain the current transaction
|
2018-01-11 22:34:31 +13:00 |
|
Rob Bygrave
|
8cff85fdda
|
#1233 - Remove deprecated CacheMode.RECACHE (migrate to CacheMode.PUT)
|
2018-01-09 19:50:26 +13:00 |
|
Rob Bygrave
|
932986a6b5
|
#1232 - Performance: Add support for a second read-only DataSource (for implicit query-only transactions)
|
2018-01-09 16:35:22 +13:00 |
|
rob bygrave
|
9f91d8bcf9
|
No effective change - modify specific test to run with Postgres specific syntax
|
2017-12-27 23:23:01 +13:00 |
|
Rob Bygrave
|
ac97444ad1
|
No effective change - add test for @Aggregation with order by clause
|
2017-12-27 13:49:46 +13:00 |
|
Rob Bygrave
|
4a4134ee93
|
#1227 - NPE when using L2 Query cache with findOne() or findOneOrEmpty()
|
2017-12-13 22:19:25 +13:00 |
|
Rob Bygrave
|
e07bd8f736
|
#1223 - Support mapping @DbArray to a List or Set of enums
|
2017-12-13 21:15:19 +13:00 |
|
Rob Bygrave
|
fd2d083971
|
#1217 - L2 query cache not caching empty result set
|
2017-11-22 22:03:35 +13:00 |
|
Rob Bygrave
|
7ff3d703f7
|
#1215 - ENH: Add Query setBeanCacheMode(CacheMode) ... with a view to it replacing the existing setUseCache(boolean) and setLoadBeanCache(boolean)
|
2017-11-19 20:16:40 +13:00 |
|
Rob Bygrave
|
ef91c643ed
|
#1214 - ENH: Add inPairs() expression - support L2 cache hits for complex natural key with findList() and in pairs expression
|
2017-11-19 16:47:32 +13:00 |
|