Robin Bygrave
|
411846347b
|
#762 - Change H2 Platform to IDENTITY (from SEQUENCE) with version 1.4.192
|
2016-07-07 21:33:19 +12:00 |
|
Robin Bygrave
|
3722d19424
|
#761 - Change default for persistBatchOnCascade to be platform specific rather than NONE
|
2016-07-07 21:19:08 +12:00 |
|
Robin Bygrave
|
d89817a5c5
|
#760 - Change @Transactional(batchSize=100) ... to imply batch mode (remove need to also specify batch=PersistBatch.ALL)
|
2016-07-06 12:26:18 +12:00 |
|
Robin Bygrave
|
db1ba5f20e
|
#759 - Use default value of 100 for JDBC buffer fetchSize for findEach() / findEachWhile() - Add global defaults ServerConfig jdbcFetchSizeFindEach, jdbcFetchSizeFindList
|
2016-07-04 21:56:33 +12:00 |
|
Robin Bygrave
|
4f9a9a5094
|
No effective change - remove unused method
|
2016-06-30 14:45:06 +12:00 |
|
Robin Bygrave
|
1c6ac1289d
|
#758 - DDL - @Index(unique=true) on field/property not creating unique index
|
2016-06-30 13:59:38 +12:00 |
|
Robin Bygrave
|
b96be84106
|
Merge branch 'master' of github.com:ebean-orm/avaje-ebeanorm
|
2016-06-30 05:38:32 +12:00 |
|
Robin Bygrave
|
3c40293183
|
#757 - Reduce logging of Commit message of org.avaje.ebean.TXN from INFO to DEBUG
|
2016-06-30 05:38:16 +12:00 |
|
 Rob BygraveandGitHub
|
a9a6031986
|
Merge pull request #755 from MatthewMerrill/patch-1
Javadoc typo in SqlUpdate
|
2016-06-28 09:32:27 +12:00 |
|
Robin Bygrave
|
92474c2b24
|
#754 - Logging output for bind log of UpdateQuery does not include bind values for set clause ...
|
2016-06-28 07:10:59 +12:00 |
|
Robin Bygrave
|
697f67c14a
|
#753 - @History "as of" query errors when executed a second time - invalid bind parameter
|
2016-06-28 06:46:16 +12:00 |
|
 Matthew MerrillandGitHub
|
2c34bc1636
|
Example code typo
Change "there where" to "there were" and added space between modify count and next word.
|
2016-06-27 09:07:45 -07:00 |
|
Robin Bygrave
|
00e69e1b5d
|
No effective change - remove extra whitespace
|
2016-06-23 13:39:34 +12:00 |
|
Robin Bygrave
|
11b3f7a813
|
Merge branch 'release/collection-isempty-1' of https://github.com/DevFactory/avaje-ebeanorm into DevFactory-release/collection-isempty-1
Conflicts:
src/main/java/com/avaje/ebeaninternal/server/query/DefaultDbSqlContext.java
|
2016-06-23 13:24:58 +12:00 |
|
Robin Bygrave
|
2185c8a886
|
#752 - Refactor: SQL generation for @History support with Postgres, MySql (views/triggers based) such that it more closely aligns with SQL 2011 based SQL
|
2016-06-23 11:33:01 +12:00 |
|
Robin Bygrave
|
f8bda05b37
|
#751 - @History with @ManyToMany ... intersection table not getting associated history support
|
2016-06-23 11:05:16 +12:00 |
|
Artyom Melnikov
|
0a3b819991
|
Fixing squid:S1155 - Collection.isEmpty() should be used to test for emptiness
|
2016-06-22 13:43:15 +03:00 |
|
yuqiyi
|
824f6dcc7e
|
fix DeployBeanDescriptor.java of the method setView
|
2016-06-22 18:11:37 +08:00 |
|
Robin Bygrave
|
06e23b85ad
|
#747 - @History findVersionsBetween query with Oracle has incorrect ordering
|
2016-06-22 20:16:35 +12:00 |
|
Robin Bygrave
|
c30e3bf78c
|
#746 - SqlQuery with named parameter and limit/offset gives SQL exception
|
2016-06-20 22:54:08 +12:00 |
|
Robin Bygrave
|
c793d6652f
|
#745 - ElasticSearch - internally translate where().id.eq(42) ... to where().setId(42)
|
2016-06-20 22:29:38 +12:00 |
|
Robin Bygrave
|
d12e55c20b
|
#744 - ElasticSearch - isEmpty() expression needs to have outer not:{} negation to work as per ..
|
2016-06-20 21:32:05 +12:00 |
|
Robin Bygrave
|
3477f590dd
|
#743 - Fix issue with ElasticSearch nested path query with multiple nested path expressions
|
2016-06-20 20:57:45 +12:00 |
|
Robin Bygrave
|
6bbf93aba8
|
No effective change - extract private constant in DefaultExpressionList
|
2016-06-20 13:14:28 +12:00 |
|
Robin Bygrave
|
31aae38616
|
#742 - ENH: DocStoreConfig ... read System properties for isGenerateMapping(), isDropCreate() and isCreate()
|
2016-06-17 22:25:11 +12:00 |
|
Robin Bygrave
|
f144b53651
|
#741 - ENH: Add DocumentStore indexSettings() method ... for setting ElasticSearch refresh_interval
|
2016-06-17 22:21:22 +12:00 |
|
Robin Bygrave
|
8765cb8356
|
No effective change - reformat code
|
2016-06-17 13:24:49 +12:00 |
|
Robin Bygrave
|
dfa6353850
|
#740 - ClassCastException: java.util.ArrayList cannot be cast to com.avaje.ebean.bean.BeanCollection at com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany.resetMany(BeanPropertyAssocMany.java:273)
|
2016-06-17 12:30:57 +12:00 |
|
Robin Bygrave
|
d88ff2a3b2
|
#739 - UpdateQuery with idEq() expression gives wrong update statement (still has table alias)
|
2016-06-17 11:34:47 +12:00 |
|
 Rob BygraveandGitHub
|
710fb0e947
|
Merge pull request #738 from DevFactory/staging/using-isempty-fix-1
Refactor: Use Collection.isEmpty() instead of size() comparison to 0 etc
|
2016-06-15 20:55:02 +12:00 |
|
Artyom Melnikov
|
07edb2c81f
|
Using Collection.isEmpty() to test for emptiness
|
2016-06-14 15:21:23 +03:00 |
|
Artyom Melnikov
|
066effa5bf
|
"public static" fields should be constant
|
2016-06-14 14:18:18 +03:00 |
|
Robin Bygrave
|
a64a020e36
|
#734 - Add ServerConfig.skipCacheAfterWrite & transaction.setSkipCache(boolean) ... to control L2 Bean cache use during transaction
|
2016-06-10 17:59:37 +12:00 |
|
Robin Bygrave
|
cd56b3ca3c
|
#726 - L2 cache returns stale data -> change such that when using "local L2 caching" the changes to L2 cache propagate in foreground
|
2016-06-08 14:38:08 +12:00 |
|
Robin Bygrave
|
353175626d
|
#733 - RawSqlBuilder.columnMapping() not working using DB column alias ... java.lang.IllegalArgumentException: DB Column [detail_count] not found in mapping.
|
2016-06-07 17:10:37 +12:00 |
|
Robin Bygrave
|
1a3acb86df
|
#732 - NPE in ScalarTypeArrayList.read(ScalarTypeArrayList.java:89) ...
|
2016-06-03 08:09:04 +12:00 |
|
Robin Bygrave
|
1304646cce
|
#731 - ENH: Add support for using ebean.mf manifest file for finding/defining packages to search for entities
|
2016-06-02 17:35:06 +12:00 |
|
Robin Bygrave
|
b3828572fd
|
No effective change - javadoc for ServerConfig
|
2016-06-02 14:08:00 +12:00 |
|
Robin Bygrave
|
eddd48f8ad
|
#730 - Remove unused ServerConfig.classPathReaderClassName ... as replaced by org.avaje.classpath.scanner.ClassPathScanner plugin (in 7.8.1)
|
2016-06-02 14:03:30 +12:00 |
|
Robin Bygrave
|
9797502ef2
|
#729 - Remove unused ServerConfig.addJar(...); serverConfig.setJars(...); ... as "search jars" is no longer used in classpath scanning (since 7.8.1)
|
2016-06-02 13:55:14 +12:00 |
|
Robin Bygrave
|
daba7a11b4
|
No effective change - remove unused code (old ClassPathReader etc)
|
2016-06-01 20:53:07 +12:00 |
|
Robin Bygrave
|
92caf69cb3
|
#728 - Remove Query.where(String) ... migrate to where().raw(...)
|
2016-06-01 19:54:02 +12:00 |
|
Robin Bygrave
|
71f70c01ae
|
#727 - ENH: Add endOr(), endAnd(), endNot() ... to ExpressionList as synonym for endJunction()
|
2016-06-01 16:03:30 +12:00 |
|
Robin Bygrave
|
2442eb017a
|
#725 - L2 cache not updating CacheManyId's entry when Lazy loading on a ToMany relationship, after a prior update, when other ToMany is a vanilla type (like ArrayList)
|
2016-05-30 17:01:20 +12:00 |
|
Robin Bygrave
|
37ea56ad11
|
#724 - NPE when using L2 caching configured with @Cache with queryCaching=true and beanCaching=false
|
2016-05-30 16:56:04 +12:00 |
|
Robin Bygrave
|
6c7074e288
|
#120 - ENH: Add support for using where() on bulk Update statements
|
2016-05-23 22:24:07 +12:00 |
|
Robin Bygrave
|
1c162b9b18
|
#723 - Breaking API - Change BeanPersistListener to return void rather than boolean for inserted(), updated() and deleted()
|
2016-05-23 10:31:24 +12:00 |
|
Robin Bygrave
|
676f0d7a24
|
#722 - NotifyOfCommit failed. L2 Cache potentially not notified. - NullPointerException at BeanDescriptorCacheHelp.java:299
|
2016-05-22 20:20:23 +12:00 |
|
Robin Bygrave
|
46e674db57
|
#721 - Remove EbeanServer saveManyToManyAssociations() and deleteManyToManyAssociations()
|
2016-05-20 23:42:02 +12:00 |
|
Robin Bygrave
|
0e1aacdeee
|
#720 - Remove EbeanServer saveAssociation(Object ownerBean, String propertyName); ... migrate to just save the bean
|
2016-05-20 23:24:37 +12:00 |
|