rbygrave
|
0f3b1eb812
|
Tidy up test - TestInfoOneToOne, oneToOne cascade update
|
2014-10-29 23:45:24 +13:00 |
|
rbygrave
|
306cc4adf4
|
Add test for oneToOne cascade update
|
2014-10-29 23:43:11 +13:00 |
|
rbygrave
|
ed88978173
|
No effective change - javadoc tweak on params
|
2014-10-29 23:41:40 +13:00 |
|
rbygrave
|
c99bec4940
|
Add First/Second/SuperSecond test
|
2014-10-29 00:07:25 +13:00 |
|
Rob Bygrave
|
130b7e3327
|
Add another self referencing test - SelfParent
|
2014-10-20 23:06:50 +13:00 |
|
Rob Bygrave
|
de201715fc
|
#196 - Add support for using java.net.InetAddress in entity beans
|
2014-10-20 22:36:18 +13:00 |
|
Rob Bygrave
|
241f6f3d6d
|
#196 - Add support for using java.net.InetAddress in entity beans
|
2014-10-20 22:31:22 +13:00 |
|
Rob Bygrave
|
1210aca027
|
Add test for SqlUpdate in various transaction scopes
|
2014-10-20 20:18:17 +13:00 |
|
Rob Bygrave
|
e653c34211
|
Fix for #188 - ClassPathSearch not searching in running Jar
|
2014-10-16 23:15:16 +13:00 |
|
Rob Bygrave
|
131750cf85
|
No effective change - format
|
2014-10-16 22:58:13 +13:00 |
|
Eddie Mc Greal
|
1065a84709
|
FIX for ManyToOne targetType & OSGI MANIFEST
|
2014-10-14 08:10:31 +02:00 |
|
Rob Bygrave
|
5d09ca16d6
|
Fix for #192 - Backslash literal in LIKE expression - Postgres (and H2, MySql) behaviour
|
2014-10-08 21:42:39 +13:00 |
|
Rob Bygrave
|
ab9762bbd9
|
Fix for #190 - javax.persistence.PersistenceException: Server [null] was not found? at EntityBeanIntercept.loadBean(EntityBeanIntercept.java:693)
|
2014-09-10 00:00:49 +12:00 |
|
Rob Bygrave
|
29f1e63146
|
Fix for #186 - Fix for Lazy load when fetched optional ManyToOne bean is null in database
|
2014-08-22 00:41:12 +12:00 |
|
rbygrave
|
62c083a6ea
|
Add LongMaxUpdater, change CQueryPlanStats to use LongMaxUpdater
|
2014-07-29 23:48:38 +12:00 |
|
rbygrave
|
7f8e4be396
|
Merge branch 'master' of github.com:ebean-orm/avaje-ebeanorm
|
2014-07-29 23:44:38 +12:00 |
|
rbygrave
|
2ad39974e8
|
No effective change - code format and javadoc tidy
|
2014-07-29 23:44:03 +12:00 |
|
Rick van Biljouw
|
5cf668f65b
|
Disallow Index annotation on fields that have a relationship annotation (OneToMany, ManyToOne or OneToOne)
|
2014-07-28 19:44:25 +01:00 |
|
Rick van Biljouw
|
31f56621ff
|
Added @Index annotation to generate single-column indexes
|
2014-07-28 18:43:50 +01:00 |
|
rbygrave
|
fdb573bfe2
|
Fix for #177 - EbeanServer.refresh() not loading/refreshing @Lob property unless it is annotated with @Basic(fetch=FetchType.EAGER)
|
2014-07-26 00:09:26 +12:00 |
|
rbygrave
|
ae0e1fe691
|
No effective change - remove some incorrect javadoc
|
2014-07-25 23:21:14 +12:00 |
|
rbygrave
|
139a558165
|
Add test TestPropertyChangeListener
|
2014-07-21 22:59:31 +12:00 |
|
rbygrave
|
e50656871d
|
Fix for #175 - Change to use System.getProperty("ebean.serverfactory")
rather than GlobalProperties
|
2014-07-21 22:31:01 +12:00 |
|
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
|
63e9f603ec
|
Code cleanup - move old iterator/while loops to for loops
|
2014-07-19 19:10:13 +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
|
3f29acb25c
|
Fix for #169 - Caused by: java.lang.ClassCastException: org.example.Order cannot be cast to org.example.Customer
|
2014-07-15 23:09:08 +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
|
176197513d
|
No effective change - format only
|
2014-07-09 23:51:19 +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
|
17f7143447
|
Fix for #163 - Remove detection of autocommit=true from JdbcTransaction
|
2014-07-09 22:24:28 +12:00 |
|
rbygrave
|
394dfc96d1
|
Update Test - cleanup and add clarification test to TestManyWhereJoin
|
2014-07-09 22:23:31 +12:00 |
|
Rob Bygrave
|
452ce78c3d
|
Fix for #161 - DDL Generation - @OneToOne (foreign key column / JoinColumn) should default to having a unique constraint on it
|
2014-07-08 23:23:46 +12:00 |
|
Rob Bygrave
|
4cb13760c2
|
Fix for #160 - DDL generation throwing NPE at com.avaje.ebeaninternal.server.ddl.CreateTableVisitor.isDbColumnWritten(CreateTableVisitor.java:60)
|
2014-07-08 23:04:27 +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
|
10f0ea9bae
|
No effective change - code format and tidy up
|
2014-07-02 23:10:53 +12:00 |
|