Robin Bygrave
|
ceab95e6c2
|
EQL - Simplify nested query where expressions after parsing
|
2016-07-12 22:51:02 +12:00 |
|
Robin Bygrave
|
84b37fb014
|
EQL Named parameter support for Like and ieq
|
2016-07-12 21:56:43 +12:00 |
|
Robin Bygrave
|
1a1c432c2a
|
Initial add of SpiNamedParam
|
2016-07-12 20:45:33 +12:00 |
|
Robin Bygrave
|
6b54b6ef46
|
Refactor BeanPropertyAssocOne findByParentIds use of raw expression
|
2016-07-12 16:11:51 +12:00 |
|
Robin Bygrave
|
d8dfd66af3
|
Refactor BeanPropertyAssocMany findByParentIds use of raw expression
|
2016-07-12 16:01:32 +12:00 |
|
Robin Bygrave
|
675c51b8c1
|
Add IEQ support
|
2016-07-12 15:22:04 +12:00 |
|
Robin Bygrave
|
3cd7ecaa4a
|
Merge branch 'wip/eql1' into wip/eql2
|
2016-07-12 15:05:00 +12:00 |
|
Robin Bygrave
|
8a853b28f3
|
#772 - DB Migration DDL - alter table add column ... needs type conversion when using multiple platforms. e.g. varchar(20) ... convert to varchar2(20) for Oracle
|
2016-07-11 21:25:58 +12:00 |
|
Robin Bygrave
|
a1be7ba5dd
|
#771 - DB Migration DDL when using multiple platforms ... destination into sub directories rather than file suffix
|
2016-07-11 21:17:12 +12:00 |
|
Robin Bygrave
|
3914516793
|
#770 - DB Migration DDL generation run offline when using multiple platforms
|
2016-07-11 20:20:26 +12:00 |
|
Robin Bygrave
|
0bc5b94eae
|
#770 - DB Migration DDL generation run offline when using multiple platforms
|
2016-07-11 20:08:26 +12:00 |
|
Robin Bygrave
|
12fa287f35
|
#769 - DB Migration DDL generation for UUID type when generating multiple platforms
|
2016-07-11 19:54:50 +12:00 |
|
Robin Bygrave
|
2991cb9ad1
|
#768 - Query.setDisableLazyLoading(true) ... not disabling lazy loading on @ManyToOne reference bean
|
2016-07-11 15:09:59 +12:00 |
|
Robin Bygrave
|
3b7f5496a8
|
#767 - Query.setDisableLazyLoading(true) ... not disabling lazy loading on @OneToMany
|
2016-07-11 12:28:31 +12:00 |
|
Robin Bygrave
|
4be703ff6e
|
#767 - Query.setDisableLazyLoading(true) ... not disabling lazy loading on @OneToMany
|
2016-07-11 11:58:02 +12:00 |
|
Robin Bygrave
|
d2c5765ac1
|
No effective change - tidy comments
|
2016-07-11 11:24:57 +12:00 |
|
Robin Bygrave
|
aaf256b9be
|
#766 - RawSql should automatically map column alias with underscore to camelCase ... so item_total should automatically map to bean property itemTotal
|
2016-07-08 23:44:11 +12:00 |
|
Robin Bygrave
|
c7c6410cd9
|
#765 - ENH: Add ebean.xml with support for named RawSql, also adds EbeanServer.createNamedQuery()
|
2016-07-08 22:35:04 +12:00 |
|
Robin Bygrave
|
2c3c23725a
|
No effective change - reformat code
|
2016-07-08 15:37:26 +12:00 |
|
Robin Bygrave
|
92069c0319
|
#764 - NPE on BeanDescriptorManager.processViewInvalidation(BeanDescriptorManager.java:385)
|
2016-07-08 15:34:43 +12:00 |
|
Robin Bygrave
|
630ad66ff1
|
#763 - Internal Code cleanup - remove redundant null checking etc
|
2016-07-08 15:01:39 +12:00 |
|
Robin Bygrave
|
e458f577fe
|
No effective change - reduce logging for BeanDescriptorManager entity count message from INFO to DEBUG
|
2016-07-07 21:49:43 +12:00 |
|
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 |
|