Robin Bygrave
|
27045baf44
|
#566 - Refactor internals - OrmQueryDetailProperties with final FetchConfig
|
2016-02-17 16:33:38 +13:00 |
|
Robin Bygrave
|
5c6d6608ef
|
#566 - Refactor internals - Initial tidy on OrmQueryDetail and OrmQueryDetailProperties - internals for fetch paths etc
|
2016-02-17 13:59:48 +13:00 |
|
Robin Bygrave
|
2fcaab44c6
|
#566 - Refactor internals - Initial tidy on OrmQueryDetail and OrmQueryDetailProperties
|
2016-02-17 10:52:55 +13:00 |
|
Robin Bygrave
|
69bf1758bc
|
#566 - Refactor internals - SpiExpression, add prepareExpression() to merge queryAutoTuneHash() and queryPlanHash() - tidy up OrmQueryRequest
|
2016-02-16 17:07:56 +13:00 |
|
Robin Bygrave
|
af554410fd
|
#566 - Refactor internals - SpiExpression, add prepareExpression() to merge queryAutoTuneHash() and queryPlanHash() - tidy up OrmQueryDetail
|
2016-02-16 16:10:39 +13:00 |
|
Robin Bygrave
|
ae7827c483
|
#566 - Refactor internals - SpiExpression, add prepareExpression() to merge queryAutoTuneHash() and queryPlanHash() - tidy up createQueryRequest - part 2
|
2016-02-16 09:21:10 +13:00 |
|
Robin Bygrave
|
4df2d4020e
|
#566 - Refactor internals - SpiExpression, add prepareExpression() to merge queryAutoTuneHash() and queryPlanHash() - tidy up createQueryRequest
|
2016-02-16 08:57:12 +13:00 |
|
Robin Bygrave
|
1aeffd31e0
|
#566 - Refactor internals - SpiExpression, add prepareExpression() to merge queryAutoTuneHash() and queryPlanHash() - no effective change, reorder methods
|
2016-02-16 01:46:12 +13:00 |
|
Robin Bygrave
|
5c59066ff8
|
#566 - Refactor internals - SpiExpression, add prepareExpression() to merge queryAutoTuneHash() and queryPlanHash() - rawSql key
|
2016-02-16 01:06:30 +13:00 |
|
Robin Bygrave
|
fe2c2e5331
|
#566 - Refactor internals - SpiExpression, add prepareExpression() to merge queryAutoTuneHash() and queryPlanHash() - sameByPlan() & sameByBind()
|
2016-02-15 23:46:28 +13:00 |
|
Robin Bygrave
|
3d91a4f927
|
#566 - Refactor internals - SpiExpression, add prepareExpression() to merge queryAutoTuneHash() and queryPlanHash() - sameByPlan() & sameByBind()
|
2016-02-15 23:44:56 +13:00 |
|
Robin Bygrave
|
165d4aca92
|
#566 - Refactor internals - SpiExpression, add prepareExpression() to merge queryAutoTuneHash() and queryPlanHash() - remove unused
|
2016-02-15 10:21:22 +13:00 |
|
Robin Bygrave
|
076f8a03b9
|
#566 - Refactor internals - SpiExpression, add prepareExpression() to merge queryAutoTuneHash() and queryPlanHash() - move to protected calculateQueryPlanHash()
|
2016-02-13 21:22:52 +13:00 |
|
Robin Bygrave
|
ca944eb756
|
#566 - Refactor internals - SpiExpression, add prepareExpression() to merge queryAutoTuneHash() and queryPlanHash() - refactor InQuery and Exists query
|
2016-02-13 20:52:41 +13:00 |
|
Robin Bygrave
|
769e4bb488
|
#566 - Refactor internals - SpiExpression, add prepareExpression() to merge queryAutoTuneHash() and queryPlanHash() - initial
|
2016-02-13 20:13:16 +13:00 |
|
Robin Bygrave
|
0d456b2ad6
|
Update TestOrderByFetch for running in Postgres ... by adding a 'name' property to the beans so that there is at least one property in the inserts
|
2016-02-13 13:09:41 +13:00 |
|
Robin Bygrave
|
39e913cbe2
|
#565 - Query plan hash collision on firstRow/maxRows combinations - change prime
|
2016-02-13 12:30:31 +13:00 |
|
Robin Bygrave
|
ae38672e02
|
#565 - Query plan hash collision on firstRow/maxRows combinations - tests
|
2016-02-13 12:30:00 +13:00 |
|
Robin Bygrave
|
8a8b36ec1e
|
#462 - When fetching, collections can get populated with too many entities - Fix
|
2016-02-13 00:43:47 +13:00 |
|
Robin Bygrave
|
62aca1e77b
|
#462 - When fetching, collections can get populated with too many entities - Fix
|
2016-02-12 23:33:17 +13:00 |
|
Robin Bygrave
|
f0b80068b6
|
#462 - No effective change, reformat code ... When fetching, collections can get populated with too many entities -
|
2016-02-12 23:32:43 +13:00 |
|
Rob Bygrave
|
5721fe3807
|
Merge pull request #560 from nedap/master
Add test for broken fetching issue #462
|
2016-02-12 21:58:35 +13:00 |
|
Robin Bygrave
|
f8804f8d18
|
#564 - DDL DB Migration - migration generation on history table, pending drop columns missing in the history view and tigger
|
2016-02-12 21:28:19 +13:00 |
|
Robin Bygrave
|
4848c24a0a
|
#563 - ENH: DDL DB Migration - add a suppressDropsForever="true" attribute such that drops we never want to run are not warned on and can't be selected for a migration.
|
2016-02-12 14:33:19 +13:00 |
|
Robin Bygrave
|
4c3d1d9edd
|
#561 - DDL DB Migration - change "ddl.migration.pendingDrop" to "ddl.migration.pendingDropsFor"
|
2016-02-12 11:04:25 +13:00 |
|
Pieter Bos
|
42b112c3d7
|
Add test for broken fetching issue #462
|
2016-02-11 17:00:39 +01:00 |
|
Robin Bygrave
|
ca824c5e0d
|
Refactor / fix .gitignore of test resources
|
2016-02-11 22:33:25 +13:00 |
|
Robin Bygrave
|
062f7a281f
|
#559 - DDL - DB Migration refactor - remove rollback.ddl generation (ultimately not used by FlywayDb etc)
|
2016-02-11 22:17:35 +13:00 |
|
Robin Bygrave
|
019ce4e614
|
#558 - Internal refactor - MTable pending dropped columns
|
2016-02-11 20:43:45 +13:00 |
|
Robin Bygrave
|
6b490ed8b1
|
#557 - DDL - DB Migration refactor - remove drop.ddl and use pendingDrops.
|
2016-02-11 20:26:53 +13:00 |
|
Robin Bygrave
|
1bee6fcae5
|
#557 - DDL - DB Migration refactor - remove drop.ddl and use pendingDrops.
|
2016-02-11 20:15:49 +13:00 |
|
Robin Bygrave
|
9e70ba915f
|
#556 - DDL - DB Migration for History - change treatment of dropped columns such that they are still included in apply script
|
2016-02-10 16:05:59 +13:00 |
|
Robin Bygrave
|
a1a5dcd035
|
#556 - DDL - DB Migration for History - change treatment of dropped columns such that they are still included in apply script
|
2016-02-10 16:04:46 +13:00 |
|
Robin Bygrave
|
d2b048b0b4
|
No effective change - reformat code
|
2016-02-09 14:51:26 +13:00 |
|
Robin Bygrave
|
4272c17689
|
#555 - Use a common timestamp value for @WhenCreated and @WhenModified
|
2016-02-09 14:48:41 +13:00 |
|
Robin Bygrave
|
11723e3a32
|
#554 - DDL - DB Migration with @History and Postgres - views need to be dropped early to support migration changes
|
2016-02-05 11:54:52 +13:00 |
|
Robin Bygrave
|
237cdcdd3d
|
#554 - DDL - DB Migration with @History and Postgres - views need to be dropped early to support migration changes
|
2016-02-05 11:52:06 +13:00 |
|
Robin Bygrave
|
f65ea96b89
|
#553 - DDL - DB Migration with @History and Postgres needs to re-create the "with_history" view when columns dropped
|
2016-02-05 00:11:25 +13:00 |
|
Robin Bygrave
|
a1bd0b469a
|
#551 - DDL - DB Migration with @History and @Draftable - @DraftOnly columns added when not part of change
|
2016-02-04 22:31:07 +13:00 |
|
Robin Bygrave
|
fd5563e3da
|
No effective change - javadoc update for RawSql tableAliasMapping
|
2016-02-02 15:35:31 +13:00 |
|
Robin Bygrave
|
f9156ede55
|
No effective change - add tests for RawSql tableAlias mapping of root type to null path and not mapping it
|
2016-02-02 14:58:59 +13:00 |
|
Robin Bygrave
|
a8da472872
|
#550 - ENH: Add generated file warning to DB migration XML files
|
2016-02-02 13:33:46 +13:00 |
|
Robin Bygrave
|
c930a1dd6b
|
#549 - Regression: ArrayIndexOutOfBoundsException when lazy loading on bean with inheritance - tidy up
|
2016-02-02 11:29:38 +13:00 |
|
Robin Bygrave
|
67ce6ef58e
|
#549 - Regression: ArrayIndexOutOfBoundsException when lazy loading on bean with inheritance
|
2016-02-02 11:24:46 +13:00 |
|
Robin Bygrave
|
afa4bc06d9
|
Testing CI - .travis - try setup_database
|
2016-01-28 10:44:14 +13:00 |
|
Robin Bygrave
|
4ad0e06aab
|
Testing CI - TestEncrypt change to only run against H2 for now
|
2016-01-27 22:53:06 +13:00 |
|
Robin Bygrave
|
86de7e845e
|
Testing CI - add sql logging for TestEncrypt run on CI server
|
2016-01-27 22:39:03 +13:00 |
|
Robin Bygrave
|
c28cff2f40
|
Modify .travis.yml for h2 and postgres runs using EBEAN_DB environment variable
|
2016-01-27 21:37:57 +13:00 |
|
Robin Bygrave
|
df112815ff
|
#545 - ENH: Read environment variable "EBEAN_DB" to set default datasource - typically for CI builds
|
2016-01-27 21:20:13 +13:00 |
|
Robin Bygrave
|
cf88f2375b
|
#544 - Postgres @History DB trigger using current_timestamp (transaction) and should instead use statement_timestamp()
|
2016-01-27 20:34:51 +13:00 |
|