Rob Bygrave
|
f66ea12fbf
|
#912 - Refactor - move platform specfic code into subpackages
|
2016-12-03 15:39:24 +13:00 |
|
Rob Bygrave
|
14dedb7b9a
|
#910 - SQL Server update
|
2016-12-03 13:18:33 +13:00 |
|
Rob Bygrave
|
4159af9002
|
No effective change - logback-test.xml
|
2016-11-17 23:00:14 +13:00 |
|
Rob Bygrave
|
f4e422a239
|
no effective change - formatting only
|
2016-11-17 17:15:49 +13:00 |
|
Rob Bygrave
|
632cf10096
|
#878 - @AttributeOverride (not wrapped in @AttributeOverrides) is not applied
|
2016-11-15 22:48:36 +13:00 |
|
Rob Bygrave
|
b41238ddbb
|
No effective change - modify TestHistoryInsert for more wait time and logging (PG test failing sometimes in CI)
|
2016-11-08 00:25:13 +13:00 |
|
Rob Bygrave
|
6c4c33f1f3
|
No effective change - reduce logging in test (for CI)
|
2016-11-08 00:03:15 +13:00 |
|
Rob Bygrave
|
0893972115
|
Fix for running CI tests as Postgres (where we need to explicitly turn on DDL generation and running for the tests).
|
2016-11-07 22:00:33 +13:00 |
|
Rob Bygrave
|
d05b593432
|
#862 - ENH: Change ServerConfig such that if H2 is the DataSource/DatabasePlatform then automatically it sets up for testing (ddl generation)
|
2016-11-07 19:50:05 +13:00 |
|
Rob Bygrave
|
2a6d38eef2
|
#852 - javax.persistence.PersistenceException: No ScalarType registered for class Foo$1 ... where Foo is an Enum where individual instances override a method (example below).
|
2016-11-06 20:33:56 +13:00 |
|
Rob Bygrave
|
f04ab28c3f
|
#831 - EQL query language parser needs to throw exception on invalid query ... "find ..."
|
2016-10-14 21:08:23 +13:00 |
|
Robin Bygrave
|
157dfcfeb6
|
#815 - ENH: When loading ebean-autotune.xml also look in resources (if not found as file)
|
2016-08-24 22:19:46 +12:00 |
|
Robin Bygrave
|
6828fa1786
|
#784 - DDL DB Migration - Add @ManyToOne does not generate Foreign key and index ddl statements in migration script
|
2016-07-25 20:44:15 +12:00 |
|
Robin Bygrave
|
55584f09d5
|
#778 - ENH: Add support for loading named queries from ebean.xml
|
2016-07-15 23:33:09 +12:00 |
|
Robin Bygrave
|
e58cec8bdd
|
EQL - parsing order by clause
|
2016-07-13 15:28:06 +12:00 |
|
Robin Bygrave
|
9dd82c0dd7
|
EQL - parsing limit offset clause
|
2016-07-13 14:30:12 +12:00 |
|
Robin Bygrave
|
49d3cc91e4
|
EQL - parsing select clause with distinct option
|
2016-07-13 14:07:59 +12:00 |
|
Robin Bygrave
|
45d7e3cafd
|
EQL - parsing fetch clause with lazy/query option
|
2016-07-13 13:04:38 +12:00 |
|
Robin Bygrave
|
be6754bd06
|
EQL - parsing fetch clause
|
2016-07-13 11:01:44 +12:00 |
|
Robin Bygrave
|
83c16ad1c6
|
EQL - parsing IN expressions with named parameters
|
2016-07-13 10:12:15 +12:00 |
|
Robin Bygrave
|
b4b6a13e75
|
EQL - parsing BETWEEN expressions
|
2016-07-13 09:30:00 +12:00 |
|
Robin Bygrave
|
3cd7ecaa4a
|
Merge branch 'wip/eql1' into wip/eql2
|
2016-07-12 15:05:00 +12:00 |
|
Robin Bygrave
|
ad180c5531
|
No effective change - reduce test logging
|
2016-07-11 21:27:34 +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
|
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
|
c47b5a1595
|
#762 - Change H2 Platform to IDENTITY (from SEQUENCE) with version 1.4.192
|
2016-07-07 21:43:15 +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
|
f47cd7e7c2
|
Add extra-dll.xml example for .... ENH: For @Index add support for index types (like Postgres GIN) #707 ...
|
2016-06-17 15:04:12 +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 |
|
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
|
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
|
a954f8e9e1
|
EQL - initial
|
2016-06-01 17:27:35 +12:00 |
|
Robin Bygrave
|
b8d9273152
|
No effective change - reduce logging in logback-test.xml
|
2016-05-18 17:29:39 +12:00 |
|
Robin Bygrave
|
026f0e161f
|
#711 - Refactor: Extract DB Migration runner as separate module (called avaje-dbmigration)
|
2016-05-18 17:27:54 +12:00 |
|
Robin Bygrave
|
2282ff3c6e
|
#704 - Internal refactor to use excludeBeanCache in DefaultOrmQuery
|
2016-05-13 15:57:20 +12:00 |
|
Robin Bygrave
|
d1d4bf1da8
|
#704 - Internal refactor to use excludeBeanCache in DefaultOrmQuery
|
2016-05-13 15:56:45 +12:00 |
|
Robin Bygrave
|
2b602f6e51
|
#570 - ENH: Add ability to configure eBean to use true "ilike" expression
|
2016-05-06 14:26:08 +12:00 |
|
Robin Bygrave
|
2c95d9dc9a
|
#693 - ENH: Add support for mapping @DbJson to list of scalar types like List<String>
|
2016-05-05 16:36:16 +12:00 |
|
Robin Bygrave
|
23731072b7
|
Updates for example running db migration
|
2016-05-04 12:14:05 +12:00 |
|
Robin Bygrave
|
5bcfce9cd4
|
#684 - Refactor - rename @CacheStrategy to @Cache ... require explicit enableQueryCache=true for query cache use
|
2016-04-29 21:52:50 +12:00 |
|
Robin Bygrave
|
81531b6cda
|
#671 - ENH: Add support for @View and extra-ddl.xml to nicely support entity beans based on views
|
2016-04-28 20:19:05 +12:00 |
|
Robin Bygrave
|
57417610a6
|
#663 - Change Postgres default Timestamp type to be "Timestamp with time zone"
|
2016-04-26 17:06:01 +12:00 |
|
Robin Bygrave
|
4cec878242
|
#662 - Postgres Timestamp with time zone testing
|
2016-04-26 16:41:11 +12:00 |
|
Robin Bygrave
|
24037eeb73
|
No effective change - reduce test logging
|
2016-04-12 23:20:54 +12:00 |
|
Robin Bygrave
|
2c6f637dab
|
#646 - REFACTOR: L2 cache towards remote data grid caches (like Ignite etc)
|
2016-04-12 23:20:16 +12:00 |
|
Robin Bygrave
|
a7b239a1b7
|
ENH: Add DB Migration runner (as alternative to running via FlywayDB etc) #636
|
2016-04-06 14:31:20 +12:00 |
|
Robin Bygrave
|
e5179432a0
|
#634 - Refactor internal class path scanning to use avaje-classpath-scanner-api / avaje-classpath-scanner
|
2016-04-01 16:43:59 +13:00 |
|