 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 |
|
 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 |
|
Robin Bygrave
|
91d3279061
|
[maven-release-plugin] prepare for next development iteration
|
2016-10-03 23:40:32 +13:00 |
|
Robin Bygrave
|
b4b7c631da
|
[maven-release-plugin] prepare release ebean-8.4.1
ebean-8.4.1
|
2016-10-03 23:40:22 +13: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
|
f21c33df7b
|
Bump pom to 8.4.1-SNAPSHOT
|
2016-10-03 22:16:52 +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
|
bc4a246f33
|
[maven-release-plugin] prepare for next development iteration
|
2016-09-22 22:25:14 +12:00 |
|
Robin Bygrave
|
61f590944b
|
[maven-release-plugin] prepare release ebean-8.3.1
ebean-8.3.1
|
2016-09-22 22:25:05 +12:00 |
|
Robin Bygrave
|
223e53416d
|
Bump pom version to 8.3.1-SNAPSHOT
|
2016-09-22 22:24:17 +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
|
a0f2ebe448
|
[maven-release-plugin] prepare for next development iteration
|
2016-09-01 21:08:23 +12:00 |
|
Robin Bygrave
|
7e7810602e
|
[maven-release-plugin] prepare release ebean-8.2.3
ebean-8.2.3
|
2016-09-01 21:08:09 +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
|
d1e2176a5a
|
[maven-release-plugin] prepare for next development iteration
|
2016-08-24 22:53:15 +12:00 |
|
Robin Bygrave
|
43968e70b8
|
[maven-release-plugin] prepare release ebean-8.2.2
ebean-8.2.2
|
2016-08-24 22:53:02 +12:00 |
|
Robin Bygrave
|
0aa3bd3c97
|
Update README
|
2016-08-24 22:52:02 +12:00 |
|
Robin Bygrave
|
2d85a9a20c
|
Update README
|
2016-08-24 22:45:14 +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 |
|
Robin Bygrave
|
da15d0b2c6
|
No effective change - format javadoc
|
2016-08-23 20:00:07 +12:00 |
|
 Rob BygraveandGitHub
|
9c5fd496c1
|
Merge pull request #814 from FOCONIS/master
ENHANCEMENT: multiple indices & meta-annotation support similar to spring-framework
|
2016-08-23 19:43:04 +12:00 |
|
Roland Praml
|
5075ea32b4
|
Merge branch 'master' of github.com:FOCONIS/avaje-ebeanorm
|
2016-08-23 09:27:28 +02:00 |
|
Roland Praml
|
f5c8d8896f
|
Used @Repeatable feature from JDK8 for @Indices
|
2016-08-23 09:27:12 +02:00 |
|
Roland Praml
|
32fdff9f11
|
Used @Repeatable feature from JDK8 for @Indices
|
2016-08-22 10:00:13 +02: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 |
|