Commit Graph
59 Commits
Author SHA1 Message Date
Rob Bygrave 5d46904341 Fix for introduced issue with sub-query expression 2014-03-16 00:05:43 +13:00
Rob Bygrave f0dd069ed2 Fix for #70 - @PrivateOwned makes Ebean try to remove non persistent objects from DB and throws OptimisticLockException 2014-03-15 13:48:56 +13:00
Icaro Muniz 170cd6051e Adding test case TestPrivateOwnedIgnoreTransientOrphan 2014-02-26 09:23:35 -03:00
Rob Bygrave 0014ea3501 Remove unused Lucene references including Query.UserIndex and associated methods 2014-01-31 01:26:12 +13:00
Rob Bygrave db3140512f set specific packages on dynamically loaded agent for tests 2014-01-31 00:59:48 +13:00
Rob Bygrave 695d3374a8 Default classPath scan include all jars (hopefully better default
behaviour)
2014-01-31 00:17:11 +13:00
Rob Bygrave 1b8aa682c6 Change classPath scan to support searching manifest (maven surefire classpath scanning) 2014-01-30 23:21:50 +13:00
Rob Bygrave ef39bfcf14 Merge branch 'many-lazy-load' 2014-01-30 22:32:50 +13:00
Rob Bygrave 749f8d0d45 Change *ToMany lazy loading to not use the parent entity/table 2014-01-30 22:27:52 +13:00
Rob Bygrave 2fd221bbb5 Removed old XML code that never got into main code 2014-01-23 00:55:09 +13:00
Rob Bygrave ee96c4afa6 Fix for Issue 72 - Bug - models.Role cannot be cast to java.util.Map [error] at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveAssocManyDetails(DefaultPersister.java:877) 2014-01-23 00:50:09 +13:00
Rob Bygrave 87a948223c Merge branch 'dbpool-logging' 2014-01-22 01:09:19 +13:00
Rob Bygrave acca803a80 Add MetaObjectGraphNodeStats and MetaQueryPlanOriginCount etc 2014-01-22 01:05:22 +13:00
Rob Bygrave f287205421 Refactor of query plan hash - add HashQueryPlan, HashQuery etc 2014-01-21 00:48:38 +13:00
Rob Bygrave 6bd8c2bd05 Add MetaInfoManager API, remove MetaQueryStatistic entity bean, refactor query execution stats collection 2014-01-19 22:49:18 +13:00
Rob Bygrave 05dcdf162b Refactor internals of batch lazy loading and query fetches 2014-01-18 23:35:42 +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 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
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 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
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
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
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
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 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 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
Robin Bygrave 7e6a6e3875 Delete BeanWithTimezone.java, extra class after rename 2013-05-02 21:30:33 +12:00
Robin Bygrave 2f97c5c36e Remove unused ServerConfig debugSql options, Update Tests to use agentloader 2013-04-29 22:42:27 +12:00
Robin Bygrave e79a5d4332 Remove LogLevel enum and associated code 2013-04-28 00:29:30 +12:00
Robin Bygrave bcce1a7148 Fix for Issue 4 - Allow programmatic shutdown of EbeanServer 2013-04-26 23:21:25 +12:00
Robin Bygrave 97cc2984cf Fix for Issue 11 - Jaxrs and Inheritance - BeanDescriptor bug 2013-04-25 16:10:34 +12:00
Robin Bygrave 85f3a8987d Fix for issue 17, Fix JSON support for TimeZone 2013-04-24 00:08:25 +12:00
Robin Bygrave 2567022d95 Remove Subclassing/Dynamic Proxy support - beans must be enhanced 2013-04-19 16:25:10 +12:00
Rob Bygrave 66880aa340 Merge pull request #14 from Timshel/master
Correction not to fail with an IllegalArgumentException when using find on an object with an enum as id.
2013-04-15 04:42:13 -07:00