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
|
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
|
b3d0c21a80
|
#1783 - Save bean with only *ToMany relations with user generated ID
|
2019-08-07 22:28:51 +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 |
|
 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
|
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 |
|
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 |
|
rob bygrave
|
d9efeac0a1
|
#1747 - Refactor ebeaninternal/server/persist remove unused emptyStringAsNull
- remove unused emptyStringAsNull
- tighten access
|
2019-07-02 21:47:53 +12:00 |
|
rob bygrave
|
f4a7d0b6ad
|
#1747 - Refactor ebeaninternal/server/persist access, switch
|
2019-07-02 21:39:07 +12:00 |
|
rob bygrave
|
bc5db1e46a
|
#1747 - Refactor remove unused methods
|
2019-07-02 21:26:24 +12:00 |
|
rob bygrave
|
8743148238
|
#1747 - Refactor BeanPropertyAssocOne.diff() next prefix
|
2019-07-02 21:25:42 +12:00 |
|
rob bygrave
|
68db6723d0
|
#1747 - Refactor tidy finals, local fields, switches, unused methods
|
2019-07-02 21:08:13 +12:00 |
|
rob bygrave
|
9b1fa43792
|
#1747 - Refactor tidy remove unused ParamTypeUtil
|
2019-07-02 20:48:19 +12:00 |
|
rob bygrave
|
5f2454831e
|
#1747 - Refactor tidy tighten access on ebeaninternal/server/deploy
Adds PropertyAssocMany to ensure public access on BeanPropertyAssocMany helper methods for ebean-elastic integration.
|
2019-07-02 20:46:49 +12:00 |
|
rob bygrave
|
140178bb47
|
#1747 - Refactor tidy on AnnotationParser, DeployBeanInfo
|
2019-07-02 19:52:10 +12:00 |
|
rob bygrave
|
f95b4b5c4b
|
#1747 - Refactor tidy on AnnotationAssocOne, AnnotationAssocClass & Base
|
2019-07-02 19:48:24 +12:00 |
|
rob bygrave
|
d3b3a79342
|
#1747 - Refactor tidy on DeployUtil and AnnotationAssocMany
|
2019-07-02 19:41:26 +12:00 |
|
rob bygrave
|
52398317bc
|
#1746 - Wrong SQL generated when using setDistinct and order by on aggregated column
|
2019-07-01 22:50:44 +12:00 |
|