Rob Bygrave
|
f08dd01035
|
#836 - ENH: Add support for @DbArray even for H2 db
|
2016-11-04 01:16:32 +13:00 |
|
Rob Bygrave
|
a1b4af2716
|
Refactor - no effective change - remove un-required callback from PersistExecute to PersistRequestBean
|
2016-11-03 23:42:43 +13:00 |
|
Rob Bygrave
|
8c500c5836
|
#846 - Add soft delete related callbacks
|
2016-11-03 23:27:39 +13:00 |
|
Rob Bygrave
|
c1d6cc7b75
|
Refactor - no real change - tighter access on SqlTreeNodeBean
|
2016-11-03 23:18:14 +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
|
ea5e9fa75a
|
#842 - For @DbJson map the type Map<String, ?> (using the wildcard) ... the same as Map<String, Object>
|
2016-10-31 20:15:23 +13:00 |
|
Roland Praml
|
0e5ebf3fea
|
FIX: softDeleting an entity calls now preUpdate/postUpdate
|
2016-10-26 15:47:54 +02:00 |
|
Roland Praml
|
42d35f8ec6
|
FIX: removed trailing commas in logs
|
2016-10-26 15:45:10 +02:00 |
|
Rob Bygrave
|
d0f75a940c
|
#239 - Support Geometric types of Postgres, Also adding LineString, MultiLineString and MultiPoint
|
2016-10-25 22:19:33 +13:00 |
|
Rob Bygrave
|
44ad78b5e0
|
#239 - Support Geometric types of Postgres
|
2016-10-21 02:45:06 +13:00 |
|
Rob Bygrave
|
967b4de784
|
#239 - Support Geometric types of Postgres
|
2016-10-21 02:42:25 +13:00 |
|
Rob Bygrave
|
deac291951
|
#835 - 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:52:18 +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
|
4a085cb819
|
#834 - Oracle DDL for drop index and drop constraints incorrectly includes "if exits"
|
2016-10-15 17:02:44 +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
|
9158f46bb3
|
#832 - Refactor: Change generated SQL to use "left join" rather than "left outer join"
|
2016-10-15 14:36:11 +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 Bygrave
|
7c9dda586e
|
No effective change - format only
|
2016-10-14 23:49:00 +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
|
ff85a51994
|
No effective change - format only
|
2016-10-14 23:29:27 +13:00 |
|
 Rob BygraveandGitHub
|
6dc3038d0d
|
Merge pull request #830 from lvffilho/master
Add NamingConvention support to ManyToMany columns
|
2016-10-14 23:27:32 +13:00 |
|
 Rob BygraveandGitHub
|
c0fcb77f3d
|
Merge pull request #829 from kdazzle/patch-1
Remove outdated findPageList(int, int) javadocs
|
2016-10-14 23:17:42 +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
|
f04ab28c3f
|
#831 - EQL query language parser needs to throw exception on invalid query ... "find ..."
|
2016-10-14 21:08: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 |
|
Luiz Filho
|
9ce6007330
|
Add NamingConvention support to ManyToMany columns
|
2016-10-07 16:46:40 -03:00 |
|
 Kyle ValadeandGitHub
|
7780dd6272
|
Remove outdated findPageList(int, int) javadocs
The class no longer supports that type of call
|
2016-10-07 12:26:06 -04: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 |
|
Roland Praml
|
fe7e929a99
|
Refactor: Removed duplicate code from BootupClasses - use generics.
|
2016-10-05 21:50:22 +02:00 |
|
Roland Praml
|
3ee0b0224e
|
ENH: Support for javax.annotation.PostConstruct. BeanPostConstructListener will be informed when an entity-bean is constructed/created to perform dependency-injection (e.g. Spring-Autowire)
|
2016-10-05 21:48:11 +02:00 |
|
Roland Praml
|
169eba4296
|
No effective code change - fixed commets
|
2016-10-05 21:39:44 +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
|
abfe58fb06
|
#824 - Refactor com.avaje.ebean.config.dbplatform DbType & DbPlatformType - no effective change, tidy.
|
2016-09-23 00:27:39 +12: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 |
|