Rob Bygrave
05dcdf162b
Refactor internals of batch lazy loading and query fetches
2014-01-18 23:35:42 +13:00
Rob Bygrave
e97e77e2e0
Add reading/setting of namingconvention.schema from ebean.properties
2014-01-17 00:31:03 +13:00
Rob Bygrave
e685e2f4ac
Updated maven version in README
2014-01-16 23:16:00 +13:00
Rob Bygrave
c6019bf3c5
Fix for issue 46 - Persistence Context Cache not cleared when deleting a collection of entities in a running transaction
2014-01-16 23:09:57 +13:00
Rob Bygrave
1a9a4c957c
Fix for issue 49 - Query parsing error for SELECT something * 1.5 AS something_else
2014-01-16 21:48:27 +13:00
Rob Bygrave
bd57a3b9c8
Merge pull request #65 from yuba/master
...
make Transaction interface extends Closeable
2014-01-16 00:18:33 -08:00
Rob Bygrave
21a71c3a4f
Fix for Issue 62 - Query.setId should not return all results for null input Object
2014-01-16 21:10:13 +13:00
Rob Bygrave
f66439a62e
Fix for Issue 40 - Expr does not have a betweenProperties(...) method.
2014-01-16 21:02:19 +13:00
Rob Bygrave
73452a5f68
Fix for issue 68 - findRowCount sql error when using a @Formula property in the where clause
2014-01-16 20:36:23 +13:00
Rob Bygrave
5f4789f9ba
Support heart beat timeout, tidy up free buffer
2014-01-16 00:28:00 +13:00
yuba
eaac874ac0
make Transaction interface extends Closeable
...
To avoid method name conflict, JtaTransaction#close was renamed to
closeConnection()
2013-12-27 14:00:00 +09:00
Rob Bygrave
4900a460d1
Fix for DataSourcePool trim idle connections not firing frequently
...
enough
2013-12-14 21:24:26 +13:00
Rob Bygrave
d16f33d26b
Modified DataSource pool - cleanup of reset and statistics collection
2013-12-12 20:57:50 +13:00
Rob Bygrave
664f08fd6f
[maven-release-plugin] prepare for next development iteration
2013-11-25 21:06:09 +13:00
Rob Bygrave
39416e933e
[maven-release-plugin] prepare release avaje-ebeanorm-3.2.5
avaje-ebeanorm-3.2.5
2013-11-25 21:06:00 +13:00
Rob Bygrave
74b118e8f0
Merge pull request #59 from andersha/db2
...
support db2 and SqlLimiter for db2
2013-11-21 03:19:10 -08:00
AndersHA
43853b0357
cleanup db2 platform
2013-11-20 13:54:01 +01:00
AndersHA
f62bc9a35f
support db2 and write sqllimiter for db2
2013-11-20 11:07:23 +01:00
Mark Bell
d8391ba90c
Test embedded fetch also as this throws the same exception
2013-11-11 13:23:53 -05:00
Mark Bell
c4d41ecb00
Failing test case for auto fetch + embedded exception
2013-11-11 13:13:46 -05:00
Rob Bygrave
9d8fe97de0
Adjusted Fix for Issue 56 - Using findIterate with MySQL streams the
...
entire result set at once. This makes the fix specific to the
DatabasePlatform and findIterate() or findVisit().
2013-11-07 23:58:15 +13:00
Rob Bygrave
b896e55af1
Fix for Issue 56 - Using findIterate with MySQL streams the entire
...
result set at once
2013-11-07 23:07:39 +13:00
Rob Bygrave
bd75f2cf77
Merge pull request #55 from rvowles/master
...
Add support for bang paths
2013-11-07 01:15:15 -08:00
Rob Bygrave
4f33fe087e
Merge pull request #47 from romming/BUG420
...
Thanks!!
2013-11-07 00:08:54 -08:00
Rob Bygrave
ccf94bf1a4
Merge pull request #51 from mollstam/limitbug
...
Invalid SQL when firstRow set but not maxRows
2013-11-06 23:16:08 -08:00
Richard Vowles
0acabf820e
Add support for bang paths
2013-11-02 20:07:35 +13:00
Tobias
1330fe8fb6
Generate valid SQL when firstRow is set but not maxRows
2013-10-07 16:29:23 +02:00
Rob Bygrave
09ea5217dc
[maven-release-plugin] prepare for next development iteration
2013-09-11 16:26:44 +12:00
Rob Bygrave
93304949e8
[maven-release-plugin] prepare release avaje-ebeanorm-3.2.4
avaje-ebeanorm-3.2.4
2013-09-11 16:26:36 +12:00
Rob Bygrave
1a292275d8
Json Timestamp parsing - Add support for long values
2013-09-11 14:20:36 +12:00
Christian Romming
236fb5541b
Fixed whitespace in test.
2013-08-28 23:15:20 +02:00
Christian Romming
1cafea20c6
Test and fix for BUG 420.
2013-08-28 23:06:37 +02:00
Rob Bygrave
f71eac5f1e
[maven-release-plugin] prepare for next development iteration
2013-08-02 12:18:45 +12:00
Rob Bygrave
3f9c3c1db5
[maven-release-plugin] prepare release avaje-ebeanorm-3.2.3
avaje-ebeanorm-3.2.3
2013-08-02 12:18:36 +12:00
Rob Bygrave
b4df899314
Move agent dependency to 3.2.2 (Fix for Issue 44 @Transactional
...
handling)
2013-08-02 12:16:41 +12:00
Rob Bygrave
9c7f62e8b1
Allow more flexibility with JSON marshalling of non-entity beans
2013-08-02 12:16:00 +12:00
Rob Bygrave
bf8574833a
Remove Thread UncaughtExceptionHandler as part of fix for pull/44
...
@Transactional not rolling back for uncaught RuntimeException - This
change is not required for 44 but is nice cleanup as
UncaughtExceptionHandler is no used.
2013-08-02 12:14:17 +12:00
Rob Bygrave
6f1bb5a9d7
Merge pull request #44 from hei1233212000/master
...
added a test case to show the issue that the user record does NOT rolback when there is an exception thrown
2013-08-01 16:45:15 -07:00
harry.chan
2f7b4e3a24
added a test case to show the issue that the user record does NOT
...
rolback when there is an exception thrown
2013-08-01 11:42:38 +08:00
Rob Bygrave
44d95dc06c
Fix for Issue 43 - Support for JSON unmarshalling of @XmlRootElement
...
beans.
2013-07-29 23:24:30 +12:00
Robin Bygrave
6f579ba890
[maven-release-plugin] prepare for next development iteration
2013-07-12 21:10:49 +12:00
Robin Bygrave
cd1772fa05
[maven-release-plugin] prepare release avaje-ebeanorm-3.2.2
avaje-ebeanorm-3.2.2
2013-07-12 21:10:37 +12:00
Robin Bygrave
1fa7a0a45d
Make SNAPSHOT again after failed release prepare
2013-07-12 21:08:16 +12:00
Robin Bygrave
01548da0c5
[maven-release-plugin] prepare release avaje-ebeanorm-3.2.2
2013-07-12 20:53:55 +12:00
Robin Bygrave
a9ff65f7b5
Make SNAPSHOT again after failed release prepare
2013-07-12 20:51:26 +12:00
Robin Bygrave
7d23c93411
[maven-release-plugin] prepare release avaje-ebeanorm-3.2.2
2013-07-12 20:33:13 +12:00
Tobias Wallura
39f5284a76
unit test for issue #37
2013-07-10 10:24:03 +02:00
Robin Bygrave
243864fef7
Fix for Issue 35 Connection pool leak with findFutureRowCount(),
...
findFutureList() and findFutureIds()
2013-07-01 20:17:38 +12:00
Rob Bygrave
c0b83b939d
Merge pull request #33 from arielscarpinelli/master
...
Tests for ... Join fetching related objects that use inheritance causes wrong SQL
2013-06-30 14:55:39 -07:00
Robin Bygrave
c176e4f05e
Fix for Issue 34 - JSR 303 Validation groups are ignored for DDL
...
generation (of @NotNull)
2013-07-01 09:50:42 +12:00