Robin Bygrave
|
32dcbc6703
|
Change test to only run with H2 (but it would also run with db's that use history table views/triggers but not with oracle total recall)
|
2015-09-18 21:13:19 +12:00 |
|
Robin Bygrave
|
c9e733df4e
|
Fix test - incorrect raw sql syntax (breaks in Oracle)
|
2015-09-18 21:06:54 +12:00 |
|
Robin Bygrave
|
606e1e6d3a
|
#414 - Enh info: @History support for H2
|
2015-09-18 17:16:46 +12: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
|
0096477757
|
AutoTune update - repackage tests and sort profiling xml entries
|
2015-09-10 09:16:39 +12:00 |
|
Robin Bygrave
|
a2a4a15f32
|
AutoTune update - rename and profiling against original query
|
2015-09-10 00:18:11 +12:00 |
|
Robin Bygrave
|
71dd0e5728
|
AutoTune update - rename and profiling against original query
|
2015-09-10 00:17:49 +12:00 |
|
Robin Bygrave
|
116cc3a3fe
|
AutoTune update - remove resources
|
2015-09-09 15:21:10 +12:00 |
|
Robin Bygrave
|
5b8ce8eaa0
|
WIP AutoTune refactor
|
2015-09-04 08:48:25 +12:00 |
|
Robin Bygrave
|
97cf8b30f6
|
Extend test for #322 - using inheritance discriminator with RawSql - extra test with columnMappingIgnore()
|
2015-09-03 16:29:45 +12:00 |
|
Robin Bygrave
|
7e66e0db1f
|
Extend test for #322 - using inheritance discriminator with RawSql
|
2015-09-03 15:57:38 +12:00 |
|
Robin Bygrave
|
088fcfb296
|
#406 - Remove diff "non flat mode" ... so diff going forward only supports flat mode
|
2015-09-03 14:29:03 +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
|
5c1de0a886
|
WIP Autotune refactor
|
2015-09-02 09:28:17 +12:00 |
|
Robin Bygrave
|
987fe38618
|
WIP AutoTune refactor
|
2015-09-01 07:55:25 +12:00 |
|
Robin Bygrave
|
1c23720605
|
#398 - ENH: Support delete using a Query instance
|
2015-08-29 00:58:47 +12:00 |
|
Robin Bygrave
|
ccba5d08ef
|
#368 - ENH: Enhance @Index to support multiple columns, unique flag and hence also be able to put on the class (annotation target TYPE)
|
2015-08-28 21:56:38 +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
|
aaefaa5dcd
|
#390 - ChangeLog - Add inheritance hierarchy check for @ChangeLog
|
2015-08-26 10:42:12 +12:00 |
|
Robin Bygrave
|
f3e66c459a
|
#390 - ChangeLog - Add ServerConfig.isChangeLogIncludeInserts() and ChangeLogInsertMode enum with associated changes
|
2015-08-25 13:54:34 +12:00 |
|
Robin Bygrave
|
16d5e04809
|
#390 - ChangeLog - Change userContext to be Map<String,String>
|
2015-08-25 13:22:09 +12:00 |
|
Robin Bygrave
|
b01df515bd
|
#390 - ChangeLog - Refactor DefaultChangeLogListener (simplify to use standard logger)
|
2015-08-25 13:05:58 +12:00 |
|
Robin Bygrave
|
fe8a32ea18
|
#390 - ENH: Add Change log mechanism for easy fine grained logging of insert, update, delete activity.
This adds default implementations for register,filter, prepare and log of the change sets.
|
2015-08-22 12:10:30 +12:00 |
|
Robin Bygrave
|
547fa342c4
|
Internal change only - just reuse class name as bean descriptor key
|
2015-08-21 18:28:10 +12:00 |
|
Robin Bygrave
|
f8b8a41bce
|
#394 - ENH: Add plugin API SpiServer, SpiBeanType ... migrate plugins towards using this API, migrate away from direct use of BeanDescriptor etc.
|
2015-08-21 17:33:43 +12:00 |
|
Robin Bygrave
|
1437843f08
|
#393 - ENH: Add ServerConfig.getProperties() ... serverConfig remembers the properties that were used in configuration in order to make these available to plugins
|
2015-08-21 16:05:09 +12:00 |
|
Robin Bygrave
|
7c705e2baa
|
#377 - Add back support for JsonWriteBeanVisitor
|
2015-08-21 08:20:47 +12:00 |
|
Robin Bygrave
|
2caeb4fff1
|
#392 - Fix for AutoCommit mode ... fixing change from #204 ... such that AutoCommitJdbcTransaction works as expected
|
2015-08-20 22:38:53 +12:00 |
|
Robin Bygrave
|
84190f3c2a
|
#390 - ENH: Add Change log mechanism for easy fine grained logging of insert, update, delete activity
|
2015-08-20 20:46:28 +12:00 |
|
Robin Bygrave
|
b172a32710
|
No effective change - remove commented out test
|
2015-08-19 15:58:13 +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
|
75e9770d5e
|
#383 - Refactor - Rename Oracle10Platform to OraclePlatform, remove Oracle9Platform (as not different)
|
2015-08-18 22:26:44 +12:00 |
|
Robin Bygrave
|
18aeedc153
|
#381 - Change DbMigration to use default server platform when no platform specified
|
2015-08-18 22:15:11 +12:00 |
|
Robin Bygrave
|
116425b460
|
#374 - Add support for rollback on history function
|
2015-08-17 14:43:44 +12:00 |
|
Robin Bygrave
|
b9774e64e9
|
#374 - Add comments for when a history table trigger/function is regenerated
|
2015-08-17 07:44:59 +12:00 |
|
Robin Bygrave
|
a15dd33380
|
#374 - Add GeneratedWhenCreated and GeneratedWhenModified marker interfaces etc - used to find bean properties with those behaviours
|
2015-08-16 20:08:56 +12:00 |
|
Robin Bygrave
|
f22563b36a
|
#374 - ms sql server ... alter column default values
|
2015-08-15 16:53:02 +12:00 |
|
Robin Bygrave
|
fe17ec5dbb
|
#374 - Update tests
|
2015-08-15 16:09:27 +12:00 |
|
Robin Bygrave
|
0a6941bda5
|
#374 - Update ModelDiff and migration generation
|
2015-08-15 00:06:14 +12:00 |
|
Robin Bygrave
|
215417a43c
|
#374 - Move db constraint max length to database platform
|
2015-08-14 17:06:08 +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
|
845faf74ff
|
WIP: Db migration alterColumn ...
|
2015-08-10 14:26:47 +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 |
|