rob bygrave
|
1c6c812d4d
|
Update tests change AssertJ StrictAssertions to Assertions
|
2019-10-06 16:34:44 +13:00 |
|
rob bygrave
|
e58a85f0af
|
#1356 - allQuotedIdentifiers must be respected by DDL
|
2019-10-06 16:32:06 +13:00 |
|
rob bygrave
|
5138d1723f
|
Merge branch 'feature/1656'
|
2019-10-05 23:20:26 +13:00 |
|
rob bygrave
|
9b5ab542d7
|
#1827 - @UniqueConstraint columnNames should be respecting ebean.allQuotedIdentifiers
|
2019-10-05 22:37:06 +13:00 |
|
rob bygrave
|
f0bc4c786c
|
#1826 - Remove PrivateOwned, migrate to orphanRemoval=true attribute on OneToMany
|
2019-09-24 22:36:17 +12:00 |
|
rob bygrave
|
b98739bb49
|
#1656 #1824 Stateless updates - Remove update deleteMissingChildren option, instead always use orphanRemoval
Adjust test that doesn't have orphanRemoval (so missing children are not removed here now)
|
2019-09-20 17:18:07 +12:00 |
|
rob bygrave
|
fcadc63338
|
#1656 #1824 Stateless updates - Remove update deleteMissingChildren option, instead always use orphanRemoval
|
2019-09-20 17:12:32 +12:00 |
|
rob bygrave
|
c12ea28ea9
|
#1818 - Cannot auto-generate UUID
|
2019-09-12 22:02:22 +12:00 |
|
rob bygrave
|
a2b418df8b
|
#1820 - ENH: For DB Migration add setLockTimeout(10); ... to add Postgres set lock_timeout = to generated migrations
|
2019-09-12 20:59:52 +12:00 |
|
rob bygrave
|
2fb533a606
|
#1819 - ENH: For DB Migration support dbMigration.setAddForeignKeySkipCheck(true);
|
2019-09-12 20:34:37 +12:00 |
|
rob bygrave
|
5d89897bbd
|
#1817 - Rename @DbHstore to @DbMap
|
2019-09-12 17:02:53 +12:00 |
|
Ryszard Trojnacki
|
9413f72939
|
Merge from origin.
|
2019-09-11 14:22:47 +02:00 |
|
Ryszard Trojnacki
|
1416647d04
|
Test case for changing OneToMany collection in a cached bean, by editing target bean that is not cached (annotated with @Cache).
|
2019-09-11 14:05:31 +02:00 |
|
rob bygrave
|
63bddb4d54
|
#1810 - Whan paging over query with @Aggregation ( grouping by) wrong total count is calculated
|
2019-09-11 23:38:12 +12:00 |
|
 RienandRob Bygrave
|
faba55d772
|
Fix EmbeddedId not found cache (#1811)
|
2019-09-11 22:06:05 +12:00 |
|
rob bygrave
|
46eeee68c9
|
#1814 - Support older MySQL 5.5
|
2019-09-11 21:37:52 +12:00 |
|
 Ryszard TrojnackiandRob Bygrave
|
b329ae42db
|
Allow for null items in @DbArray lists. (#1812)
* Added code to allow for null items in @DbArray lists.
* Test case for changing OneToMany collection by editing target bean.
|
2019-09-11 15:30:32 +12:00 |
|
Ryszard Trojnacki
|
13429daddc
|
Test case for changing OneToMany collection by editing target bean.
|
2019-09-10 20:43:31 +02:00 |
|
Ryszard Trojnacki
|
98a80295fe
|
Added code to allow for null items in @DbArray lists.
|
2019-09-10 20:07:33 +02: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 |
|
rob bygrave
|
85a0354d42
|
#1800 No effective change, test only, static imports and organise imports
|
2019-08-25 11:19:07 +12:00 |
|
rob bygrave
|
0b8613fd4c
|
#1800 - Additional test exercising RawSqlBuilder.sqlRow(resultSet, ...);
|
2019-08-25 11:16:07 +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
|
21a3f322e1
|
#1798 - Fix automatic query label set on nested secondary query when using profileLocation
|
2019-08-19 23:15:27 +12:00 |
|
rob bygrave
|
0d175557b0
|
No effective change - update test clearing data
|
2019-08-19 21:50:17 +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
|
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
|
ee6452cfb0
|
#1788 - ENH: Add support for NuoDB database platform
|
2019-08-12 20:41:45 +12:00 |
|
rob bygrave
|
ad7e18561b
|
#1788 - ENH: Add support for NuoDB database platform
Remove the extra truncate
|
2019-08-11 16:43:24 +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
|
a115cdf095
|
#1784 - Tests related to NPE with IDEA plugin and mockito 3.0.0
|
2019-08-07 21:38:52 +12:00 |
|
Roland Praml
|
b111fcfecc
|
refresh does not work on oneToMany if property was not yet accessed
(cherry picked from commit 446103e6e06d7583f8b2bb847907d7fc77a8be9f)
|
2019-07-26 12:14:30 +02: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
|
bcb136b692
|
#1765 - Wrong SQL generated on m2m and OrderBy (Regression of #1746)
|
2019-07-19 10:43:07 +12:00 |
|
rob bygrave
|
8b670fd615
|
Fix tests for sql server which doesn't support order by nulls last
|
2019-07-19 10:35:26 +12:00 |
|
rob bygrave
|
970bc8e973
|
Fix tests for sql server
|
2019-07-19 10:28:13 +12:00 |
|
rob bygrave
|
858c55c978
|
No effective change - format only test code
|
2019-07-19 00:20:22 +12:00 |
|