Robin Bygrave
|
eb85931fe2
|
#500 - Change raw(String, Object[]) expression to varargs raw(String, Object...)
|
2015-12-16 08:11:32 +13:00 |
|
Robin Bygrave
|
1745334737
|
No effective change - add extra test
|
2015-12-16 08:06:12 +13:00 |
|
Robin Bygrave
|
03bb7a4aaf
|
#494 - ENH: Support findPagingList() ... that uses firstRow & maxRows (rather than pageIndex, pageSize)
|
2015-12-11 10:20:53 +13:00 |
|
Robin Bygrave
|
e4fa031cd3
|
#494 - ENH: Support findPagingList() ... that uses firstRow & maxRows (rather than pageIndex, pageSize)
|
2015-12-10 14:52:27 +13:00 |
|
Robin Bygrave
|
fae39fe650
|
#291 - ENH: Add ability to validate a query or property expression - Was Please check column exist on entity
|
2015-11-30 15:10:22 +13:00 |
|
Robin Bygrave
|
a30948d38d
|
#438 - findPagedList and getTotalRowCount, the query.getAlias() is null
|
2015-10-28 08:15:15 +13:00 |
|
Robin Bygrave
|
19459b71b4
|
Fix for #425 - Extra instance of root level bean with findIterate() and fetch of OneToMany relationship - Ebean parses the first bean correctly and the rest not
|
2015-09-30 23:35:10 +13:00 |
|
Robin Bygrave
|
5e97c3bbbc
|
#425 - Extra instance of root level bean with findIterate() and fetch of OneToMany relationship - Ebean parses the first bean correctly and the rest not
|
2015-09-30 23:24:53 +13:00 |
|
Robin Bygrave
|
5b26e77cfd
|
#413 - ENH: Add ability to clear the OrderBy ... so that a default order by can be set in code and then cleared / overwritten
|
2015-09-18 11:39:47 +12:00 |
|
Robin Bygrave
|
47829f3985
|
#410 - Require findPagedList() query to specify an order by clause - throw exception if no order by supplied
|
2015-09-14 11:29:38 +12:00 |
|
Robin Bygrave
|
ec4f655312
|
#410 - Require findPagedList() query to specify an order by clause - throw exception if no order by supplied
|
2015-09-14 10:39:41 +12:00 |
|
Robin Bygrave
|
0a8c902790
|
#411 - Refactor AutoFetch, rename to "AutoTune", store/load tuning and profiling as XML
|
2015-09-10 23:20:57 +12:00 |
|
Robin Bygrave
|
9632279c2f
|
AutoTune update - clean up for query ignore
|
2015-09-10 22:36:12 +12:00 |
|
Robin Bygrave
|
262d52ed44
|
Merge AutoTune refactor with master
|
2015-09-10 10:27:24 +12:00 |
|
Robin Bygrave
|
71dd0e5728
|
AutoTune update - rename and profiling against original query
|
2015-09-10 00:17:49 +12:00 |
|
Robin Bygrave
|
5b8ce8eaa0
|
WIP AutoTune refactor
|
2015-09-04 08:48:25 +12:00 |
|
Robin Bygrave
|
54172aec6c
|
#405 - ENH: Add @ReadAudit and associated functionality for auditing reads including queries and L2 cache access
|
2015-09-03 13:54:52 +12:00 |
|
Robin Bygrave
|
987fe38618
|
WIP AutoTune refactor
|
2015-09-01 07:55:25 +12:00 |
|
Robin Bygrave
|
641ada001e
|
Fix test for CustomerFinder
|
2015-08-28 20:43:05 +12:00 |
|
Robin Bygrave
|
fca80ac649
|
#399 - ENH: Add new Finder ... to effectively replace Model.Finder
|
2015-08-28 20:32:40 +12:00 |
|
Robin Bygrave
|
1a0f3a6614
|
#386 - ENH: Add setDistinct() onto ExpressionList ... so you don't need to get back to the query(and #385 javadoc)
|
2015-08-19 12:37:53 +12:00 |
|
Robin Bygrave
|
5166fbed96
|
#374 - Merge BaseColumnDdl into BaseTableDdl
|
2015-08-14 12:14:18 +12:00 |
|
Robin Bygrave
|
851f40e7b0
|
DbMigration update - constraints up front
|
2015-08-11 08:25:29 +12:00 |
|
Robin Bygrave
|
48f0da9343
|
No effective change - update test to give slf4j a little time in multithreaded case to catch logged sql
|
2015-08-07 13:24:26 +12:00 |
|
Robin Bygrave
|
1dd0841f00
|
#374 - MsSqlServer - adjust tests (due to jdbc batch support etc) add in support for unique index handling
|
2015-08-06 21:49:04 +12:00 |
|
Robin Bygrave
|
8cde0da419
|
#374 - Update tests for cross db (order by and too fast)
|
2015-08-06 13:36:55 +12:00 |
|
Robin Bygrave
|
13ed298ee8
|
MySql update - Internal changes for DB Migration / DDL generation #369
|
2015-08-06 11:15:31 +12:00 |
|
Robin Bygrave
|
d1584bed40
|
Change tests for better portability - Internal changes for DB Migration / DDL generation #369
|
2015-08-06 05:28:25 +12:00 |
|
Robin Bygrave
|
689d201b04
|
Update for pg - Internal changes for DB Migration / DDL generation #369
|
2015-08-05 20:59:09 +12:00 |
|
Robin Bygrave
|
06b6638926
|
No effective change - code cleanup - string indexOf to contains
|
2015-07-31 15:00:02 +12:00 |
|
Robin Bygrave
|
069b83b78d
|
No effective change - code cleanup - unused imports
|
2015-07-31 14:37:13 +12:00 |
|
Robin Bygrave
|
87b485cfa4
|
#355 - ENH: Add notIn(...) expressions. Just to make life easier in those cases
|
2015-07-27 20:39:34 +12:00 |
|
Robin Bygrave
|
936e56835c
|
Internal SpiQuery : remove unused lazyLoadForParentsIds
|
2015-07-20 12:47:09 +12:00 |
|
Robin Bygrave
|
9677e585b6
|
#331 - Remove deprecated method - EbeanServer.findVisit() ... in favor of findEachWhile() or findEach()
|
2015-07-20 10:22:50 +12:00 |
|
rbygrave
|
0d92807308
|
No effective change - change test code to use Long as @Version on BasicDomain
|
2015-06-01 12:14:20 +12:00 |
|
rbygrave
|
7d43f5a3d7
|
Fix test for cross database use
|
2015-05-29 20:36:51 +12:00 |
|
rbygrave
|
43003f4a3a
|
No effective change - adjust test to miss cache
|
2015-05-13 20:54:54 +12:00 |
|
rbygrave
|
82471c2573
|
#288 - Exclude MaxRows FirstRow in findRowCount
|
2015-05-08 23:49:11 +12:00 |
|
rbygrave
|
0c5e092d16
|
Fix for #277 - please check fetchPaths not null - NPE on OrmQueryDetail.convertManyFetchJoinsToQueryJoins(OrmQueryDetail.java:331)
|
2015-04-24 22:18:22 +12:00 |
|
rbygrave
|
c3ccb1afb5
|
No effective change - reformat code whitespace etc
|
2015-03-22 22:05:15 +13:00 |
|
Ryszard-Trojnacki
|
2e03452e2e
|
Added SQL command "EXISTS" and "NOT EXISTS" to Ebean (ExpressionFactory,
ExpressionList).
|
2015-03-19 10:43:12 +01:00 |
|
Ryszard-Trojnacki
|
f78f4ea64a
|
Added ability to set alias for root table of sql query.
|
2015-03-18 10:28:54 +01:00 |
|
rbygrave
|
af36c9ec7d
|
No effective change - update TestQueryFindPagedList with better test case error message
|
2015-02-02 22:03:42 +13:00 |
|
rbygrave
|
b1b9f68b7e
|
Fix for #228 - LazyLoad bug with QueryIterator. Getting EntityNotFoundException("Bean has been deleted - lazy loading failed")
|
2015-01-12 20:41:37 +13:00 |
|
rbygrave
|
56fd6b90be
|
Rename db columns that clash with sql server keywords etc
|
2014-12-17 00:49:23 +13:00 |
|
rbygrave
|
6bb38f2674
|
#220 - Refactor Persist batch, add effectively add PersistBatch.INSERT (to ALL and NONE) and allow batching per request (save(), insert(), update(), delete())
|
2014-12-10 03:29:44 +13:00 |
|
rbygrave
|
3a86be5f3d
|
#219 - Update PagedList javadoc - enable foreground query for getTotalRowCount() when loadRowCount() has not been used
|
2014-12-03 22:33:35 +13:00 |
|
rbygrave
|
8237072f5b
|
#217 - ENH: Restore findFutureList() removing its previous deprecated status. Change implementation to use its own PersistenceContext (aka PersistenceContextScope.QUERY)
|
2014-12-01 23:09:25 +13:00 |
|
rbygrave
|
370267ab6f
|
Refactor properties bootup, remove GlobalProperties and allow ServerConfig.loadFromProperties()
|
2014-11-30 17:08:02 +13:00 |
|
rbygrave
|
fe65a0ccb9
|
Change Test - make test more explicit wrt batch lazy loading
|
2014-11-30 12:55:46 +13:00 |
|