Rob Bygrave
|
b581c893ec
|
No effective change - tidy up test conversation User entity bean
|
2016-11-07 19:47:34 +13:00 |
|
 Rob BygraveandGitHub
|
51364763fb
|
Merge pull request #860 from 0xbaadf00d/feature/replace-anonymous-classes
Replace anonymous classes with lambda expressions
|
2016-11-07 13:02:33 +13:00 |
|
Thibault Meyer
|
8dc521ca8b
|
Remove redundant "public" modifier for interface methods
|
2016-11-06 11:48:59 +01:00 |
|
Thibault Meyer
|
6680e2ea75
|
Replace anonymous classes with lambda expressions
|
2016-11-06 11:17:53 +01:00 |
|
 Rob BygraveandGitHub
|
d12ea89388
|
Merge pull request #854 from 0xbaadf00d/feature/explicit-type-to-diamond
Replace explicit type with <>
|
2016-11-06 22:54:24 +13:00 |
|
 Rob BygraveandGitHub
|
c98d258127
|
Merge pull request #857 from 0xbaadf00d/feature/boxing-unboxing
Remove unnecessary boxing and unboxing
|
2016-11-06 22:43:33 +13:00 |
|
 Rob BygraveandGitHub
|
a4922a5b1d
|
Merge pull request #856 from 0xbaadf00d/feature/identical-catch
Change identical 'catch' statements
|
2016-11-06 22:42:13 +13:00 |
|
 Rob BygraveandGitHub
|
edb2a69f6e
|
Merge pull request #853 from 0xbaadf00d/fix/javadoc-error
Javadoc error
|
2016-11-06 22:40:52 +13:00 |
|
Thibault Meyer
|
b94f852b67
|
Remove unnecessary boxing and unboxing
|
2016-11-06 10:29:42 +01:00 |
|
Thibault Meyer
|
a8778ef14c
|
Change identical 'catch' statements
|
2016-11-06 10:26:13 +01:00 |
|
Rob Bygrave
|
cbfce0d14d
|
#855 - Fix @Aggregation lazy loading and base select issue
|
2016-11-06 22:18:23 +13:00 |
|
Thibault Meyer
|
abb25d397a
|
Fix comments
|
2016-11-06 10:03:33 +01:00 |
|
Thibault Meyer
|
969a3c8b8d
|
Replace explicit type with <>
|
2016-11-06 10:00:12 +01:00 |
|
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 |
|