Rob Bygrave
2faaf5f186
[maven-release-plugin] prepare for next development iteration
2022-03-16 22:49:23 +13:00
Rob Bygrave
ef8d9c7eb0
[maven-release-plugin] prepare release ebean-parent-12.16.0
2022-03-16 22:49:16 +13:00
Rob Bygrave
d4d1e571d3
Fix test assert for multi-database
2022-03-16 22:37:54 +13:00
Rob Bygrave
92e85e32a2
#2598 - H2 + @Lob String fails with - Error[Value too long for column "CHARACTER VARYING": "... (1048577)" [22001-210]]
2022-03-16 22:13:52 +13:00
Rob Bygrave and GitHub
00a1324c52
Merge pull request #2596 from FOCONIS/ddl-refactor8
...
DDl-Refactor: Add DB2 Reorg support and history support
2022-03-16 18:47:58 +13:00
Rob Bygrave
75b9df942c
No effective change - tidy TestWithCacheAndLazyLoad
2022-03-16 18:38:47 +13:00
Rob Bygrave
3a1e1e23f5
Merge branch 'lazyload-npe' of https://github.com/FOCONIS/ebean into FOCONIS-lazyload-npe
2022-03-16 18:14:22 +13:00
Rob Bygrave
d9ea465102
Support running tests against java 19
2022-03-16 18:02:07 +13:00
Rob Bygrave
3bc7f061eb
Bump test dependencies for junit, assertj, mockito
2022-03-16 17:55:37 +13:00
Roland Praml
79f6d6d0f0
Ignored query plans for DB2
2022-03-15 17:18:34 +01:00
Roland Praml
782e41098d
enabled history tests
2022-03-15 16:56:00 +01:00
Roland Praml
be3e08018e
Reference Scripts
2022-03-15 15:59:50 +01:00
Roland Praml
c9204eed3f
DB2: HistorySupport added
2022-03-15 15:59:33 +01:00
Noemi Szemenyei
8ad8f47c6b
Created failing test case
...
(cherry picked from commit 2b21588c90 )
2022-03-15 13:20:16 +01:00
Roland Praml
05a1b0d64e
DB2: Migration is working now
2022-03-14 16:31:34 +01:00
Roland Praml
4d62958645
Updated DDL scripts to support notnull -> null transitions
2022-03-14 14:13:56 +01:00
Roland Praml
610a8b2df6
FIX: notNull -> null transition must be applied also to history
2022-03-14 14:13:10 +01:00
Roland Praml
5b8bb41598
Postgres: Drops history support during alter and restores it after that
2022-03-14 14:08:42 +01:00
Roland Praml
9e16d955ae
Sqlserver: no effective code change
2022-03-14 14:06:25 +01:00
Roland Praml
197bb0509a
Nuodb: no effective ddl change
2022-03-14 14:05:42 +01:00
Roland Praml
5536aeb829
Mysql: locks only one table at once
2022-03-14 14:04:59 +01:00
Roland Praml
d629fb2dbd
MariaDB uses '@@system_versioning_alter_history = 1' now. Removed obsolete "lock tables" statements
2022-03-14 14:01:21 +01:00
Roland Praml
10c01574d2
H2: No effective change Statements reordered
2022-03-14 13:12:24 +01:00
Rob Bygrave
71fce1b4c5
#2575 Tidy up for [DDL-ClickHouse] fixes for ClickHouse platform
2022-03-14 16:53:51 +13:00
Rob Bygrave
db60065389
Merge branch 'ddl-clickhouse' of https://github.com/FOCONIS/ebean into FOCONIS-ddl-clickhouse
2022-03-14 16:51:27 +13:00
Rob Bygrave
fd4be0ca59
#2593 - Tidy SqlTreeBuilder to not add duplicate BeanProperties
2022-03-14 16:16:14 +13:00
Rob Bygrave
1615beadd1
Merge branch 'master' of github.com:ebean-orm/ebean
2022-03-14 15:37:52 +13:00
Rob Bygrave
267b1b7303
#2580 - Fix for Wrong join in query with @Inheritance
...
Effectively delays an extra join added via BeanPropertyAssocOne with inheritance, such that this only occurs if a SqlTreeNode child doesn't add the join.
2022-03-14 15:37:12 +13:00
Rob Bygrave
c902caed24
Fix is to delay the extra join added via BeanPropertyAssocOne until after the children nodes have joined.
...
In this way the join is ONLY added if not already done so via a child node (SqlTreeNode).
2022-03-14 15:32:42 +13:00
Rob Bygrave and GitHub
662666e1a4
Merge pull request #2590 from FOCONIS/background-executor-wrapper
...
Provide custom BackgroundExecutorWrapper to pass thread locals
2022-03-14 10:40:37 +13:00
Roland Praml
89da952b15
updated scripts
2022-03-11 15:35:15 +01:00
Noemi Szemenyei
6867c4568c
fix db.shutdown()
...
(cherry picked from commit 33d17d0f49 )
2022-03-11 13:32:08 +01:00
Noemi Szemenyei
e0e572a8b4
update
...
(cherry picked from commit dab8ed8a3b )
2022-03-11 13:31:58 +01:00
Noemi Szemenyei
3c7555de36
Provide custom BackgroundExecutorWrapper to pass thread locals
...
(cherry picked from commit 336accf447 )
2022-03-11 13:31:50 +01:00
Roland Praml
e4ddcbd40a
Reference scripts
2022-03-10 13:39:59 +01:00
Roland Praml
f1b196cf2e
FIX: tests and pushed reference ddl scripts
2022-03-10 13:24:39 +01:00
Rob Bygrave
8e44ad71e8
Merge branch 'Bug-wrong-join-inheritance-dbforeignkey' of https://github.com/FOCONIS/ebean into FOCONIS-Bug-wrong-join-inheritance-dbforeignkey
2022-03-10 16:24:14 +13:00
Rob Bygrave
febd56c9c0
#2581 - SoftDelete on @OneToMany is ignored after refresh() (since 12.11.5)
2022-03-10 16:19:11 +13:00
Roland Praml
5fd7aca3d9
Fixed test cases
2022-03-09 16:17:04 +01:00
Roland Praml
790147e42d
Reviewed DDL changes - all changes are plausible
2022-03-08 17:28:39 +01:00
Roland Praml
3a93abaa7f
Only moves in DDL (checked with git -c color.diff.newMoved=black -c color.diff.oldMoved=black diff --color-moved=plain '*.sql')
2022-03-08 12:43:54 +01:00
Roland Praml
9bcba0b80d
Sql-scripts
2022-03-07 15:40:45 +01:00
Alexander Wagner
9b8f7be98f
Bug: Wrong join in query with @Inheritance and @DbForeignKey
...
(cherry picked from commit 4bcadbb4da3f0defbcc58802e621442d948df38a)
2022-03-02 11:50:57 +01:00
Rob Bygrave
49fde7654e
Bump to 12.16.0-SNAPSHOT
2022-03-02 12:17:38 +13:00
Rob Bygrave
eb4d906814
[maven-release-plugin] prepare for next development iteration
2022-03-01 22:47:01 +13:00
Rob Bygrave
2a96a59deb
[maven-release-plugin] prepare release ebean-parent-12.15.1
2022-03-01 22:46:55 +13:00
Rob Bygrave
e8df81d78a
DbMigrationTest ignore Yugabyte at this stage
2022-03-01 21:29:17 +13:00
Rob Bygrave
ed19a96801
Tidy DbMigrationTest after fix for #2576
2022-03-01 21:01:48 +13:00
Rob Bygrave
6d27e30b88
[H2] Use LocalDateTime in H2HistoryTrigger with microsecond precision - fix DbMigrationTest
2022-03-01 20:52:39 +13:00
Rob Bygrave
52aa1a2d91
For Multi-jdk build failure - tweak DbMigrationTest, add another hack 1 milli sleep
2022-03-01 20:30:49 +13:00