Commit Graph
121 Commits
Author SHA1 Message Date
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 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
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
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
Ariel Scarpinelli c3b26104f3 Tests BUG 408 2013-06-29 10:50:47 -03:00
Robin Bygrave 4f2f9a2e99 Fix for Issue 32 Deleted bean not removed from PersistenceContext 2013-06-27 23:23:20 +12:00
Robin Bygrave 4bbbad9b3b Fix for Issue 30 Invalidating L2 Cache on deletion for referenced
OneToMany relations not working
2013-06-27 23:13:06 +12:00
Robin Bygrave 488b856470 Merge fix from Peter Fu, avaje-ebeanorm/pull/9 request plus associated
test
2013-06-23 15:19:46 +12:00
Rob Bygrave 7cd71559b6 Merge pull request #31 from outersky/master
Json parser now supports unicode escape sequence
2013-06-19 04:06:51 -07:00
Robin Bygrave 0c373f99c6 Modified query to fetch the ordered column - possible restriction in h2 2013-06-19 22:53:33 +12:00
Robin Bygrave a32ca484c5 Merge branch 'master' of https://github.com/dastultz/avaje-ebeanorm into dastultz-master 2013-06-19 22:41:56 +12:00
Robin Bygrave 9ad4931c12 Add fix and test for BUG 408 from Eddie 2013-06-19 22:35:42 +12:00
outersky 251076e30d reformat code 2013-06-03 13:49:34 +08:00
outersky 93d3638f6c support unicode escape sequence for json
like: {"name":"\u60a8\u597d"}
2013-06-03 13:45:39 +08:00
Daryl Stultz 0d3b1c625f Expose order by columns omitted from select. 2013-05-10 13:07:46 -04:00
Daryl Stultz 2de57f7b35 Exposed bug 417 (and 408?) 2013-05-08 14:32:57 -04:00
Rob Bygrave 60a1a4bb5b Merge pull request #21 from rvowles/master
Support for WAR classpath entries and issues around DDL gen
2013-05-03 02:52:17 -07:00
Richard Vowles d2f532ad3c prevent Ebean from issuing duplicate SQL when generating the database so it doesnt fail. A problem for classes with the same generator 2013-05-03 20:06:18 +12:00
Richard Vowles 26a8af8c5b add support for having a WAR classpath entry in the classpath 2013-05-03 20:05:07 +12:00