Robin Bygrave
|
ae38672e02
|
#565 - Query plan hash collision on firstRow/maxRows combinations - tests
|
2016-02-13 12:30:00 +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 |
|
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
|
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
|
84fa373728
|
WIP update for migration runner
|
2016-02-10 20:51:55 +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
|
4272c17689
|
#555 - Use a common timestamp value for @WhenCreated and @WhenModified
|
2016-02-09 14:48:41 +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
|
67ce6ef58e
|
#549 - Regression: ArrayIndexOutOfBoundsException when lazy loading on bean with inheritance
|
2016-02-02 11:24:46 +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
|
24151f11fd
|
#543 - Tidy up test logging - adjust test LoggedSqlCollector - remove logging noise when running tests
|
2016-01-27 20:12:36 +13:00 |
|
Robin Bygrave
|
424a83fa0a
|
#543 - Tidy up test logging - adjust test LoggedSqlCollector - remove logging noise when running tests
|
2016-01-27 19:10:52 +13:00 |
|
Robin Bygrave
|
53dd91416c
|
#543 - Tidy up test logging - adjust test LoggedSqlCollector - remove logging noise when running tests
|
2016-01-27 19:05:19 +13:00 |
|
Robin Bygrave
|
bc3cf1348a
|
#543 - Tidy up test logging - adjust test LoggedSqlCollector
|
2016-01-27 18:25:16 +13:00 |
|
Robin Bygrave
|
f3b1024283
|
Fix for test asserts to run against Postgres with escape clause on LIKE expression
|
2016-01-27 17:22:55 +13:00 |
|
Robin Bygrave
|
38dd3d82fc
|
#536 - @ManyToOne with @JoinColumn throw error - Update tests
|
2016-01-26 16:41:15 +13:00 |
|
Robin Bygrave
|
d1462b032a
|
#535 - Bean lazy loading can execute an extra query when one of the lazy loaded beans has been deleted
|
2016-01-21 20:51:45 +13:00 |
|
Robin Bygrave
|
0e46184656
|
No effective change - Rename test class
|
2016-01-21 16:03:51 +13:00 |
|
Robin Bygrave
|
d1cdbe94de
|
#529 - @OneToOne with @JoinColumn to non primary key throws Data conversion error
|
2016-01-19 19:46:41 +13:00 |
|
Robin Bygrave
|
e7c6223799
|
#530 - Bad join with raw() expression on a @ManyToMany path.
|
2016-01-19 13:18:28 +13:00 |
|
Robin Bygrave
|
d33afd85de
|
#533 - DDL - Invalid foreign key constraint name for @ManyToMany when using explicit schema in @Table - Temp testing removed
|
2016-01-19 10:01:04 +13:00 |
|
Robin Bygrave
|
77bcb4aef9
|
#533 - DDL - Invalid foreign key constraint name for @ManyToMany when using explicit schema in @Table - Temp testing
|
2016-01-19 09:57:49 +13:00 |
|
Robin Bygrave
|
7238f39be5
|
#531 - AutoTune - On shutdown provide ability to saving profiling without garbage collection
|
2016-01-19 08:16:17 +13:00 |
|
Robin Bygrave
|
ae44b59c5f
|
#532 - Change example expression such that it supports nested beans
|
2016-01-18 23:52:28 +13:00 |
|
Robin Bygrave
|
9665de2dbe
|
#502 - jsonContext.toJson(o, generator, path) can not apply path on @Transient field that is an entity bean
|
2016-01-13 13:29:06 +13:00 |
|
Robin Bygrave
|
89c83c90d1
|
No effective change - add test to show findRowCount with joins
|
2016-01-13 12:35:52 +13:00 |
|
Robin Bygrave
|
cdd25351a6
|
No effective change - test code static imports
|
2016-01-13 11:40:23 +13:00 |
|
Robin Bygrave
|
b04419d9c7
|
#527 - @OrderBy on child-of-child property
|
2016-01-13 11:37:38 +13:00 |
|
Robin Bygrave
|
0453892ebd
|
#526 - findPagedList with @EmbeddedId broken - automatically adds orderby t0.null
|
2016-01-13 10:43:56 +13:00 |
|
Robin Bygrave
|
eb2f7cd852
|
#525 - Automatic autotune data
|
2016-01-13 00:08:00 +13:00 |
|
Robin Bygrave
|
3639c2a540
|
#518 - Refactor: Remove getDdlGenerator() from SpiEbeanServer.
|
2016-01-07 14:27:27 +13:00 |
|
Robin Bygrave
|
0351a15067
|
#516 - DdlParser for seed and init sql is not ignoring sql comment lines (starting with --)
|
2016-01-07 14:03:17 +13:00 |
|
Robin Bygrave
|
7bcf1da823
|
#506 - Changes to DB Migration, support run on startup and external version numbering - suffix/subdirectory refactor
|
2016-01-05 21:21:16 +13:00 |
|
Rob Bygrave
|
2ccd8dabeb
|
Merge pull request #510 from apuckey/master
Added support for custom database functions that have multiple arguments
|
2016-01-05 10:25:19 +13:00 |
|
Robin Bygrave
|
f9800dd59e
|
#509 - ExpressList.notIn method does not work
|
2016-01-05 09:11:14 +13:00 |
|
Robin Bygrave
|
fb3e8b9fc4
|
#511 - PagedList getTotalRowCount() includes soft deleted rows in its count
|
2016-01-05 07:37:17 +13:00 |
|
Antony Puckey
|
18be5989c7
|
Added support for custom database functions that have multiple arguments
seperated by commas inside brackets.
|
2015-12-29 11:06:22 +10:00 |
|
Robin Bygrave
|
be91e3f3f7
|
#506 - Changes to DB Migration, support run on startup and external version numbering
|
2015-12-24 16:41:06 +13:00 |
|
Robin Bygrave
|
03a9aa3dec
|
#507 - PropertiesWrapper support null enum values with getEnum()
|
2015-12-24 15:23:25 +13:00 |
|
Robin Bygrave
|
7592178b6b
|
No effective change - update tests to ensure query does not hit L2 cache
|
2015-12-22 17:02:35 +13:00 |
|
Robin Bygrave
|
70d65b734f
|
#504 - @Draft treated as transient such that it doesn't invoke lazy loading in 4.8.1 enhancement agent
|
2015-12-22 16:48:42 +13:00 |
|
Robin Bygrave
|
eb85931fe2
|
#500 - Change raw(String, Object[]) expression to varargs raw(String, Object...)
|
2015-12-16 08:11:32 +13:00 |
|