rob bygrave
|
730d43c008
|
#1807 - ENH: Add SerializableConflictException
|
2019-08-30 23:43:00 +12:00 |
|
rob bygrave
|
81c2c804a6
|
#1806 - SQLException:Data conversion error converting "c5866ffb-2e1c-457e-bdad-61ba4466f86e" [22018-197] Bind values:[1, ] Query was:
|
2019-08-26 21:12:07 +12:00 |
|
rob bygrave
|
0e65efea57
|
#1804 - Kotlin: Generating collection with wildcard type - Get error BeanNotRegisteredException: Error with association to [null] from [...Foo.manyProperty]. Is null registered?
|
2019-08-25 15:58:46 +12:00 |
|
rob bygrave
|
be66872249
|
#1800 Adjust to allow for null schema and table names
|
2019-08-25 11:32:08 +12:00 |
|
 Manuel DanischandRob Bygrave
|
e734c0010c
|
If the map already contains the column name, add schema and table names before the key to make it unique again (#1800)
|
2019-08-25 11:09:32 +12:00 |
|
rob bygrave
|
e08333ef26
|
Improve error message when trying to use predicates etc when creating FetchGroup
|
2019-08-20 22:47:14 +12:00 |
|
rob bygrave
|
21a3f322e1
|
#1798 - Fix automatic query label set on nested secondary query when using profileLocation
|
2019-08-19 23:15:27 +12:00 |
|
rob bygrave
|
9674711516
|
#1796 - ENH: add query.fetchCache(path) ... for explicitly building part of graph from L2 cache
|
2019-08-19 21:36:19 +12:00 |
|
rob bygrave
|
9155716752
|
#1795 - Refactor bind padding for Id IN expressions (based on internal multiValueSupport and simple id)
|
2019-08-18 16:33:36 +12:00 |
|
rob bygrave
|
d7d8c3e651
|
Refactor tidy on Load context
|
2019-08-18 12:17:36 +12:00 |
|
rob bygrave
|
464ed4322e
|
#1794 - Also support "inRange" camelcase version of "inrange" in EQL
|
2019-08-15 23:58:58 +12:00 |
|
rob bygrave
|
c3f556f0dc
|
#1794 - Extend EQL to support inOrEmpty, eqOrNull, gtOrNull, ltOrNull
|
2019-08-15 23:40:19 +12:00 |
|
rob bygrave
|
c530883e5e
|
#1793 - ENH: Add filterMany() that takes expressions ... as a simpler option
|
2019-08-15 22:05:46 +12:00 |
|
rob bygrave
|
06542b031e
|
Initial refactor to extract EqlWhereListener
|
2019-08-15 20:21:01 +12:00 |
|
rob bygrave
|
4b5365e708
|
#1792 - ENH: Support using Query beans for building FetchGroup (in a type safe manor)
|
2019-08-14 22:52:18 +12:00 |
|
 Rob BygraveandGitHub
|
1d471fee92
|
#1768 - Initial refactor extracting CallOrigin interface (#1791)
|
2019-08-14 17:02:57 +12:00 |
|
rob bygrave
|
196645e7a2
|
#1789 - Add default constructor to EntityBeanIntercept for serialisation framework use only
|
2019-08-12 21:09:31 +12:00 |
|
rob bygrave
|
f5459920e9
|
#1785 - Bean gets replaced on json deserialization with primitive 'null' id
|
2019-08-12 21:05:32 +12:00 |
|
rob bygrave
|
c640524bfc
|
#1788 - ENH: Add support for NuoDB database platform
|
2019-08-11 16:24:37 +12:00 |
|
rob bygrave
|
fea840c859
|
#1782 - ENH: Add truncate(Class<?>... types) and truncate(String... tables)
Remove truncateTableBefore and truncateTableAfter for now
|
2019-08-10 21:44:48 +12:00 |
|
rob bygrave
|
bb7df71391
|
#1782 - ENH: Add truncate(Class<?>... types) and truncate(String... tables)
|
2019-08-10 21:40:23 +12:00 |
|
rob bygrave
|
cb6f0335b1
|
#1787 - Update CockroachDB support for DDL generation with autocommit and no history support
|
2019-08-08 23:22:58 +12:00 |
|
rob bygrave
|
b3d0c21a80
|
#1783 - Save bean with only *ToMany relations with user generated ID
|
2019-08-07 22:28:51 +12:00 |
|
rob bygrave
|
6dba4a3d28
|
#1763 - Change such that db-create-all.sql and db-drop-all.sql generated files go into target (maven) or build (gradle) directories
|
2019-07-29 23:26:45 +12:00 |
|
rob bygrave
|
a780dc133e
|
#1776 Fix for - refresh does not work on oneToMany if property was not yet accessed
|
2019-07-29 22:46:39 +12:00 |
|
rob bygrave
|
5a39dcb39c
|
#1775 - MySql 8 by default wants JDBC Date set and read with JVM Calendar (timezone)
|
2019-07-25 21:25:38 +12:00 |
|
rob bygrave
|
a08cf548e7
|
#1770 - Support use of Savepoints with MySql and MariaDB (that barf on savepoint.getSavepointId())
|
2019-07-21 22:57:56 +12:00 |
|
rob bygrave
|
1aeed8ad12
|
Merge branch 'master' of github.com:ebean-orm/ebean
|
2019-07-19 10:44:07 +12:00 |
|
rob bygrave
|
bcb136b692
|
#1765 - Wrong SQL generated on m2m and OrderBy (Regression of #1746)
|
2019-07-19 10:43:07 +12:00 |
|
 Roland PramlandRob Bygrave
|
007b06e9db
|
use local lookup instead of public lookup (#1764)
(cherry picked from commit dc0441aaea126efc23a9c2abc30a4dd67bac6752)
|
2019-07-19 09:12:07 +12:00 |
|
rob bygrave
|
4513dbf29d
|
No effective change - whitespace change only to SqlTreeBuilder
|
2019-07-19 00:22:41 +12:00 |
|
rob bygrave
|
cedba089e1
|
Merge branch 'cannot-access-referenced-prop' of https://github.com/FOCONIS/ebean into FOCONIS-cannot-access-referenced-prop
|
2019-07-18 23:48:47 +12:00 |
|
rob bygrave
|
ee4d1bf866
|
#1760 #1759 - move make available via ebean-test-config
|
2019-07-17 15:48:11 +12:00 |
|
rob bygrave
|
dcf7b60d37
|
#1760 #1759 - ENH: Add ForTests.rollbackAll(closure) and ForTests.createRollbackAll()
|
2019-07-17 14:44:52 +12:00 |
|
rob bygrave
|
f31ab4d6a8
|
#1758 - Error when using ebean 11.41.1 and ebean-spring-txn 11.10.4
Fix method visibility restoring those methods as public
|
2019-07-17 10:27:07 +12:00 |
|
 André CamiloandRob Bygrave
|
f77388738b
|
ENH: backdoor to disable @Transactional during unit testing (#1756)
|
2019-07-16 23:09:04 +12:00 |
|
 Roland PramlandRob Bygrave
|
945175c533
|
Throwing NotEnhancedException on _ebean_* method instead of enforce to implement them (#1755)
|
2019-07-16 23:07:40 +12:00 |
|
rob bygrave
|
7d37c6cfd8
|
#1753 - use selectId() for findCount() with Formula properties
|
2019-07-15 19:04:43 +12:00 |
|
rob bygrave
|
496672b394
|
#1753 - Tidy for Issue with using the Formula-Properties
|
2019-07-14 16:03:07 +12:00 |
|
Roland Praml
|
081cb20260
|
always add main ID property, if no foreign key (=noConstraint) is present
(cherry picked from commit ea562151a8e3043df13381abd0d076d592618340)
|
2019-07-12 14:23:50 +02:00 |
|
Roland Praml
|
5544a2cc3e
|
Possible fix
|
2019-07-12 12:59:19 +02:00 |
|
rob bygrave
|
2a8fad7364
|
#1748 - Support older JPA API that doesn't have orphanRemoval() or joinColumn.foreignKey()
|
2019-07-03 00:08:50 +12:00 |
|
rob bygrave
|
e62db11f01
|
#1747 - Refactor extract common code for SaveManyElementCollection preElementCollectionUpdate()
|
2019-07-02 23:41:01 +12:00 |
|
rob bygrave
|
8c8f2b95da
|
#1747 - Refactor DeleteMeta and UpdateMeta to extract common appendWhere() code
|
2019-07-02 23:25:05 +12:00 |
|
rob bygrave
|
576eb01187
|
#1747 - Refactor remove unused SqlTreeProperties readOnly
|
2019-07-02 23:15:41 +12:00 |
|
rob bygrave
|
8b18b2a20e
|
#1747 - Refactor io.ebeaninternal.server.query invert boolean methods
|
2019-07-02 23:10:21 +12:00 |
|
rob bygrave
|
f5c12a916d
|
#1747 - Refactor io.ebeaninternal.server.transaction access and remove unused
|
2019-07-02 22:58:31 +12:00 |
|
rob bygrave
|
2f8a99c304
|
#1747 - Refactor io.ebeaninternal.server.query access and remove unused
|
2019-07-02 22:37:35 +12:00 |
|
rob bygrave
|
f251ca5431
|
#1747 - Refactor ebeaninternal/server/persist remove unused part 3
|
2019-07-02 22:06:12 +12:00 |
|
rob bygrave
|
2c44c80f65
|
#1747 - Refactor ebeaninternal/server/persist remove unused part 2
|
2019-07-02 21:56:05 +12:00 |
|