Rob Bygrave
|
2a6d38eef2
|
#852 - javax.persistence.PersistenceException: No ScalarType registered for class Foo$1 ... where Foo is an Enum where individual instances override a method (example below).
|
2016-11-06 20:33:56 +13:00 |
|
Rob Bygrave
|
77e3346d9e
|
Refactor - clean up CQueryPlan, CQueryPlanStats
|
2016-11-05 15:11:17 +13:00 |
|
Roland Praml
|
3701b314a0
|
FIX some java warnings / rawtypes
|
2016-11-04 12:19:38 +01:00 |
|
Rob Bygrave
|
f08dd01035
|
#836 - ENH: Add support for @DbArray even for H2 db
|
2016-11-04 01:16:32 +13:00 |
|
Rob Bygrave
|
d0230491e5
|
#99 - ENH (419) : Simplify aggregation queries - part 2
|
2016-11-03 23:06:54 +13:00 |
|
Rob Bygrave
|
3526f71f0a
|
#99 - ENH (419) : Simplify aggregation queries
|
2016-11-02 22:10:22 +13:00 |
|
Rob Bygrave
|
920fa73d11
|
#837 - ENH: Support using @HistoryExclude on normal properties (other than @ManyToMany)
|
2016-10-31 21:57:16 +13:00 |
|
Rob Bygrave
|
cd62686337
|
#845 - Fix EQL parsing to support the 'inverse' form - e.g. where 'Rob' eq firstName (where the path is on the RHS rather than LHS)
|
2016-10-31 21:32:29 +13:00 |
|
Rob Bygrave
|
e9ad459fa5
|
#843 - Change ServerConfig name to default to "db" (prior default was null) and defaultServer to true
|
2016-10-31 20:40:26 +13:00 |
|
Rob Bygrave
|
3161e24677
|
#835 - Tests for - A query that includes a fetch() of a many that is @SoftDelete where all the rows are soft deleted returns incorrect results
|
2016-10-17 20:51:22 +13:00 |
|
Rob Bygrave
|
37804bd083
|
Modify tests to avoid MySql keyword (mod) for column names
|
2016-10-17 20:50:48 +13:00 |
|
Rob Bygrave
|
0a2a987695
|
Modify tests to avoid Oracle keywords for column names
|
2016-10-15 17:03:32 +13:00 |
|
Rob Bygrave
|
67469ef4d3
|
No effective change - change Line endings to CR (from CRLF)
|
2016-10-15 14:39:20 +13:00 |
|
Rob Bygrave
|
c3f43d503f
|
#832 - Refactor: Change generated SQL to use "left join" rather than "left outer join" - change tests
|
2016-10-15 14:37:36 +13:00 |
|
Rob Bygrave
|
20634233ca
|
Update tests only - handle MySql specifics (boolean literal, lack of order by nulls last)
|
2016-10-15 00:55:09 +13:00 |
|
 Rob BygraveandGitHub
|
3ca0f7b776
|
Merge pull request #828 from FOCONIS/feature/postconstruct
Feature/postconstruct
|
2016-10-14 23:44:45 +13:00 |
|
Rob Bygrave
|
85caca48de
|
No effective change - add tests for naming convention on m2m columns
|
2016-10-14 23:29:50 +13:00 |
|
Rob Bygrave
|
da5d5296b6
|
#831 - EQL query language parser needs to throw exception on invalid query ... "find ..." - remove unhelpful tests
|
2016-10-14 21:09:23 +13:00 |
|
Rob Bygrave
|
d6cd41f8d2
|
#831 - EQL query language parser needs to throw exception on invalid query ... "find ..." - tests
|
2016-10-14 21:07:31 +13:00 |
|
Rob Bygrave
|
504a209a78
|
Merge branch 'master' of https://github.com/ebean-orm/ebean
|
2016-10-14 20:24:13 +13:00 |
|
Rob Bygrave
|
9f98b5333d
|
Update tests - for asserts trim column alias from generated SQL if necessary (to support generating without column alias)
|
2016-10-14 20:23:36 +13:00 |
|
Eddie Mc Greal
|
2a600adbcf
|
Added tests for EQL - syntactically incorrect und named parameter on LHS of comparison operator
|
2016-10-12 19:42:31 +02:00 |
|
Roland Praml
|
b01ddea781
|
FIX: fixed non-deterministic failing TestHistoryInsert testcase
|
2016-10-05 21:51:42 +02:00 |
|
Roland Praml
|
b848587cd3
|
ADD: Testcases for PostConstruct
|
2016-10-05 21:51:04 +02:00 |
|
Robin Bygrave
|
4f98ca5d91
|
#821 - CQueryIteratorSimple not working with consecutive calls to hasNext() - ie. without matching calls to next()
|
2016-10-03 23:36:03 +13:00 |
|
Robin Bygrave
|
014a9aef6f
|
#826 - Remove deprecated methods - migrate findRowCount() to findCount() & findFutureRowCount() to findFutureCount()
|
2016-10-03 22:31:33 +13:00 |
|
Robin Bygrave
|
f1eb494e0d
|
#824 - Refactor com.avaje.ebean.config.dbplatform DbType & DbPlatformType - handle logical and plaform ddl conversion
|
2016-10-03 22:04:37 +13:00 |
|
Robin Bygrave
|
d26203db1f
|
#824 - Refactor com.avaje.ebean.config.dbplatform DbType & DbPlatformType - support custom DbType mapping options
|
2016-10-03 20:52:53 +13:00 |
|
Robin Bygrave
|
d0ad5f6c48
|
#824 - Refactor com.avaje.ebean.config.dbplatform DbType & DbPlatformType
|
2016-09-23 00:17:51 +12:00 |
|
Robin Bygrave
|
a3143b1cf6
|
#822 - EbeanServer.getBeanId(entity) does not trigger jdbc batch flush - when bean inserted with jdbc batch mode
|
2016-09-22 21:25:22 +12:00 |
|
Robin Bygrave
|
bd3e7c8035
|
#823 - Remove deprecated API from PagedList
|
2016-09-22 21:02:28 +12:00 |
|
Robin Bygrave
|
b753ce3a73
|
#820 - #718 Removed PagedList.getPageIndex() - Can it be added back?
|
2016-09-22 20:57:17 +12:00 |
|
Robin Bygrave
|
d218fff374
|
#819 - Fix for bug in @ManyToOne relations with enabled soft-deletes
|
2016-08-31 23:03:00 +12:00 |
|
 Rob BygraveandGitHub
|
a0e927d353
|
Merge pull request #819 from FOCONIS/test-softdelete
ADD: testcase for bug in @ManyToOne relations with enabled soft-deletes
|
2016-08-31 22:05:46 +12:00 |
|
Robin Bygrave
|
51a58d4993
|
No effective change - remove whitespace in test
|
2016-08-31 20:57:24 +12:00 |
|
Roland Praml
|
b9f0ee7ac0
|
ADD: testcase for https://groups.google.com/forum/#!topic/ebean/WKbGmROoIRA
|
2016-08-31 09:48:11 +02:00 |
|
Roland Praml
|
4f3b461f8e
|
FIX: TestHistoryInsert / TestNewTypes failing nondeterministic
|
2016-08-30 09:14:22 +02:00 |
|
Roland Praml
|
adfe5f0305
|
FIX: Bean did not get dirty when modified with ExpressionPath.pathSet
|
2016-08-30 09:13:44 +02:00 |
|
Robin Bygrave
|
1796c8b9bc
|
#817 - SqlRow getBoolean() does not treat numeric 1 value as true (with MySql and other DB's without native boolean type) - Fix test for PG
|
2016-08-29 21:50:14 +12:00 |
|
Robin Bygrave
|
4bad4358f0
|
Merge branch 'master' of https://github.com/ebean-orm/ebean
|
2016-08-29 21:06:55 +12:00 |
|
Robin Bygrave
|
92665ebc3b
|
Refactor - tidy of DefaultSqlRow - no logical change
|
2016-08-29 21:06:31 +12:00 |
|
Robin Bygrave
|
59670d0303
|
#817 - SqlRow getBoolean() does not treat numeric 1 value as true (with MySql and other DB's without native boolean type)
|
2016-08-29 20:54:49 +12:00 |
|
Robin Bygrave
|
244275fd72
|
#816 - Error saving circular relationships (when generated Id values)
|
2016-08-25 22:44:22 +12:00 |
|
Robin Bygrave
|
157dfcfeb6
|
#815 - ENH: When loading ebean-autotune.xml also look in resources (if not found as file)
|
2016-08-24 22:19:46 +12:00 |
|
Robin Bygrave
|
2b7c204072
|
No effective change - adjust tests for deleting OneToOne - Tire to Wheel
|
2016-08-24 21:32:10 +12:00 |
|
Robin Bygrave
|
be731feb6b
|
No effective change - adjust tests for H2 error vs Postgres truncate with oversized varchar input
|
2016-08-23 20:01:11 +12:00 |
|
Roland Praml
|
87f6964995
|
Ignored tests that make problems with Postgres
|
2016-08-22 09:34:45 +02:00 |
|
Roland Praml
|
b45226dd41
|
Merge remote-tracking branch 'ebean/master'
|
2016-08-16 11:06:47 +02:00 |
|
Roland Praml
|
992c40d362
|
no effective code change - fix indentions
|
2016-08-16 11:06:01 +02:00 |
|
Robin Bygrave
|
43afaf1344
|
#811 - ENH: Restore findIterate() as alternative to findEach / findEachWhile
|
2016-08-05 13:01:42 +12:00 |
|