rbygrave
|
f7ece0f13c
|
Fix for #174 - Incorrect SQL generated with syntax error at the "order by" clause
|
2014-07-21 21:49:31 +12:00 |
|
rbygrave
|
562c6fafc9
|
Update maven-enhancer to 4.1.5, improve test - TestNotEnhancedMappedSuper
|
2014-07-19 19:41:57 +12:00 |
|
rbygrave
|
0c4fc4eea3
|
Fix for #173 - Ability to use a MappedSuperClass without being enhanced as long as it doesn't have persistent fields
|
2014-07-19 17:49:03 +12:00 |
|
rbygrave
|
2dca1bdf5b
|
Fix for #172 - Regression: @Where predicates not applied in eager fetch (but are on lazy load)
|
2014-07-18 23:35:14 +12:00 |
|
rbygrave
|
6403a83e0e
|
No effective change - format only
|
2014-07-18 22:52:49 +12:00 |
|
rbygrave
|
3f2676ab49
|
Fix for #168 - ENH: DataSource - add support for configuring autocommit=true
|
2014-07-16 21:58:32 +12:00 |
|
rbygrave
|
6d1a41f979
|
Fix for #167 - Ebean try to do update child nodes instead of inserting them on cascading save resulting in OptimisticLockException
|
2014-07-15 22:05:56 +12:00 |
|
Rob Bygrave
|
aee46955a7
|
Add test which saves parent and child using same pk value
|
2014-07-10 23:27:18 +12:00 |
|
rbygrave
|
fa4d0380e5
|
Add extra test - TestQueryRowCountWithMany
|
2014-07-10 21:29:44 +12:00 |
|
rbygrave
|
713ba4889d
|
Clean up of test for #162
|
2014-07-10 21:23:45 +12:00 |
|
rbygrave
|
0543745e18
|
Test case for #162 - no issue reproduced, no assert failing
|
2014-07-10 19:48:06 +12:00 |
|
rbygrave
|
4e2bc6cce6
|
Fix for #166 - Incorrect join with @OneToOne optional on one side and
NOT optional on other side
|
2014-07-10 03:05:52 +12:00 |
|
rbygrave
|
f2d422ff5a
|
Test case for #165 - Incorrect join used when query language with where
expression has a many property and ends with a foreign key column
|
2014-07-10 01:20:51 +12:00 |
|
rbygrave
|
1e3035c558
|
Fix for #164 - Incorrect join used when where expression has a many
property and ends with a foreign key column
|
2014-07-09 23:31:15 +12:00 |
|
rbygrave
|
394dfc96d1
|
Update Test - cleanup and add clarification test to TestManyWhereJoin
|
2014-07-09 22:23:31 +12:00 |
|
Rob Bygrave
|
5cc2eff0d4
|
Fix for #158 - Add support for using setDistinct (by excluding id property from generated sql)
|
2014-07-07 23:29:48 +12:00 |
|
Rob Bygrave
|
af9a01be77
|
No effective change - update test
|
2014-07-05 23:08:09 +12:00 |
|
Rob Bygrave
|
cceb7c035c
|
Fix for #159 - Refactor - cleanup clode when closing query only transaction + change default option
|
2014-07-05 22:10:53 +12:00 |
|
Rob Bygrave
|
1ddc103582
|
Fix for #157 - Regression for @OrderBy on a @ManyToMany property due to change from issue 154
|
2014-07-02 23:56:42 +12:00 |
|
Rob Bygrave
|
b973cc3b86
|
No effective change - imports of Assert in tests + formatting
|
2014-07-02 23:29:54 +12:00 |
|
Rob Bygrave
|
6838b4df4f
|
Fix for #155 Add markAsDirty() method
|
2014-06-27 23:08:36 +12:00 |
|
Rob Bygrave
|
1109d412e7
|
Fix for #154 - @OrderBy on a @OneToMany property is not used when lazy loading
|
2014-06-26 00:37:31 +12:00 |
|
Rob Bygrave
|
e830d8efc7
|
Additional test in TestOrderByWithMany
|
2014-06-24 00:17:11 +12:00 |
|
Rob Bygrave
|
0b2ba2a82e
|
Fix for #151 - IllegalArgumentException using enum in filter - toBeanType() throws
|
2014-06-24 00:04:32 +12:00 |
|
Rob Bygrave
|
df526b8f3c
|
Fix for #149 - OneToMany with nested ManyToMany deletion bug
|
2014-06-23 23:34:22 +12:00 |
|
Rob Bygrave
|
dd83bc4d26
|
Test BeanPersistAdapter with stateless update
|
2014-06-19 02:03:59 +12:00 |
|
Rob Bygrave
|
a4095b4ae5
|
Fix for #142 - ENH: Add support for using RawSql with user supplied ResultSet
|
2014-06-12 21:11:14 +12:00 |
|
Rob Bygrave
|
af6dbd0dbe
|
Fix for #140 - Add some support for RawSql findRowCount, remove BeanCollection.hasMoreRows()
|
2014-06-10 23:52:05 +12:00 |
|
Rob Bygrave
|
db17ddd069
|
No effective change - tidy up test for findPagedList
|
2014-06-10 23:10:27 +12:00 |
|
Rob Bygrave
|
b8743a5ef2
|
Fix for #85 - Invalid query when ORDER BY with DISTINCT
|
2014-05-18 23:00:28 +12:00 |
|
Rob Bygrave
|
b587aa8172
|
No effective change - touch up test assert
|
2014-05-18 22:04:37 +12:00 |
|
Rob Bygrave
|
c37fa83675
|
No effective change - update test with better assert
|
2014-05-18 21:51:14 +12:00 |
|
Rob Bygrave
|
08602afcff
|
Fix for #37 - disjunction expression should not produce inner join - left outer join instead
|
2014-05-18 21:17:19 +12:00 |
|
Rob Bygrave
|
22cd5b0e82
|
Fix for #128 storing UUID as binary
|
2014-05-17 21:52:51 +12:00 |
|
Rob Bygrave
|
27afb9ee2e
|
Merge pull request #41 from corux/master
Unit test for BUG 402 / #37
|
2014-05-17 01:31:21 +12:00 |
|
Rob Bygrave
|
a49cd42a0c
|
Fix for #119 - Add support for @PrePersist, @PostPersist, @PostLoad
|
2014-05-17 01:24:32 +12:00 |
|
Rob Bygrave
|
8c8442ec58
|
Fix for #112 - ENH (411) : RawSql to support discriminator column mapping.
|
2014-05-17 00:11:44 +12:00 |
|
Rob Bygrave
|
41f3173adf
|
Add PagedList was part of #96
|
2014-05-16 01:41:56 +12:00 |
|
Rob Bygrave
|
1a4192b40f
|
Add another embedded bean l2 cache test
|
2014-05-15 23:57:20 +12:00 |
|
Rob Bygrave
|
fffda7c789
|
Test and additional fix for #56 - Using findIterate with MySQL streams
the entire result set at once
|
2014-05-15 22:08:23 +12:00 |
|
Rob Bygrave
|
b7f6596bcb
|
Test case for #109 - Ebean magically adding +1 hour for a datetime that is inside the hour of a daylight saving change. This issue does not reproduce.
|
2014-05-15 00:18:03 +12:00 |
|
Rob Bygrave
|
1ea49dd206
|
Test for #110 - BeanSet of sub type with inheritance has null listen mode
|
2014-05-15 00:07:25 +12:00 |
|
Rob Bygrave
|
32e4f114b4
|
No effective change - cleanup of imports on test code
|
2014-05-14 23:47:46 +12:00 |
|
Rob Bygrave
|
fcbedda597
|
Fix for #102 - When using @Transient along with @Formula I'm not seeing any values in the field.
|
2014-05-14 23:35:15 +12:00 |
|
Rob Bygrave
|
44ee64cde5
|
Fix for #57 - Embedded Entities with Autofetch Exception, plus some additional tests
|
2014-05-14 23:13:14 +12:00 |
|
Rob Bygrave
|
9f916998c9
|
Test and Fix for #127 Exception using findIds() with inheritance
SINGLE_TABLE
|
2014-05-14 21:10:52 +12:00 |
|
Rob Bygrave
|
2ddef37632
|
Merge pull request #58 from mbell697/autofetch-embedded
Failing test case for issue #57
|
2014-05-01 00:21:59 +12:00 |
|
Rob Bygrave
|
289deb397a
|
Embedded beans support in l2 cache - initial work
|
2014-04-30 01:49:20 +12:00 |
|
Rob Bygrave
|
68b4aab837
|
Add test for old (427) : Binding enum on find throws No ScalarType registered
|
2014-04-30 00:08:23 +12:00 |
|
Rob Bygrave
|
563293f7a9
|
Test case and fix for #113 (395) : On save @OneToOne does not cascade parent IDs to child node
|
2014-04-30 00:01:54 +12:00 |
|