Commit Graph
5952 Commits
Author SHA1 Message Date
Roland Praml b93775c8be Added some lowerTableNames 2022-03-17 15:37:46 +01:00
Roland Praml 09727efb66 Merge branch 'ddl-refactor9'
# Conflicts:
#	ebean-ddl-generator/src/test/java/io/ebeaninternal/dbmigration/ddlgeneration/platform/DB2ColumnOptionsParserTest.java
#	ebean-test/src/test/resources/migrationtest/dbmigration/db2fori/idx_db2.migrations
#	ebean-test/src/test/resources/migrationtest/dbmigration/db2legacy/idx_db2.migrations
#	ebean-test/src/test/resources/migrationtest/dbmigration/db2luw/idx_db2.migrations
#	ebean-test/src/test/resources/migrationtest/dbmigration/db2zos/idx_db2.migrations
2022-03-17 14:40:40 +01:00
Roland Praml ab6f5daec3 FIX LargeValueInsert-Test for DB2 2022-03-17 13:26:54 +01:00
Roland Praml d7a7ef097b Reference scripts 2022-03-17 13:14:11 +01:00
Roland Praml 8f746196ab Support for extra colum options for DB2 2022-03-17 13:11:48 +01:00
Roland Praml eb1ed0bdd0 DbColumDefault must be returned although if individual columnDefinition is specified (cases no DDL change)
We support optional platform columnDefinitions now. E.g. "db2;clob(64M);" - so we must not ignore @DbDefault for all other platforms
2022-03-17 13:07:52 +01:00
Roland Praml 37ab71cb7c Reference scripts 2022-03-17 13:03:55 +01:00
Roland Praml 74720a840d DbMigration: Do only real type changes 2022-03-17 13:01:25 +01:00
Roland Praml 26caac7d24 FIX LargeValueInsert-Test for DB2 2022-03-17 12:57:20 +01:00
Roland Praml a86212a55c FIX: Poms 2022-03-17 12:06:14 +01:00
Roland Praml a3b18554a2 Removed obsolete import 2022-03-17 11:59:34 +01:00
Roland Praml d8c61d82d1 Reference scripts 2022-03-17 11:59:12 +01:00
Roland Praml a810ef0c63 Handle DB2 extra lob options 2022-03-17 11:58:29 +01:00
Roland Praml cff1614228 DbMigration: Do only real type changes 2022-03-17 11:53:05 +01:00
Roland Praml c7c3a30c65 Updated ebean-migration 2022-03-17 11:52:32 +01:00
Rob Bygrave 923f83cafb Bump after release to 12.16.1-SNAPSHOT 2022-03-17 21:37:56 +13:00
Roland Praml 6ee4075d53 Reference: added CLOB 2022-03-16 15:34:12 +01:00
Roland Praml f197591034 Tablespace migrationen 2022-03-16 15:23:02 +01:00
Roland Praml 4bd678fc3c Reference scripts 2022-03-16 15:12:12 +01:00
Roland Praml d37bf4634a Fix: Migration problems 2022-03-16 15:11:11 +01:00
Roland Praml e252ff4932 Merge remote-tracking branch 'upstream/master' 2022-03-16 14:04:20 +01:00
Roland Praml febd24c6dc Bump version for merge 2022-03-16 11:41:42 +01:00
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 ebean-parent-12.16.0 2022-03-16 22:49:16 +13:00
Rob Bygrave a464c763d0 Bump parent pom 2022-03-16 22:45:57 +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 ff1b01e5ca Bump agent to 12.16.0 + test and provided dependencies 2022-03-16 22:13:07 +13:00
Rob Bygrave 327f25c568 No functional change - refactor tidy dealing with some internal warnings
protected not needed on final classes
2022-03-16 18:51:12 +13:00
Rob BygraveandGitHub 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 946b390037 Merge branch 'FOCONIS-lazyload-npe' 2022-03-16 18:37:48 +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
Rob Bygrave 0bc07d38b2 Add Oracle GH workflow for JDK EA 18,19,loom,valhalla,metropolis,panama 2022-03-16 12:13:29 +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 0225fddf6d FIX: AlterColumnTest 2022-03-15 16:31:43 +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 4399c61a62 fix poms 2022-03-15 15:49:12 +01:00
Noemi Szemenyei 88c343c1e1 [maven-release-plugin] prepare for next development iteration 2022-03-15 15:42:35 +01:00
Noemi Szemenyei 096e5ea2c5 [maven-release-plugin] prepare release ebean-parent-12.15.1-FOC12 2022-03-15 15:42:27 +01:00
Noemi Szemenyei f274743736 Bug: Wrong join in query with @Inheritance and @DbForeignKey 2022-03-15 15:37:43 +01:00
Noemi Szemenyei edb6a0ebe2 performance boost list --> set
(cherry picked from commit 2478aded70)
2022-03-15 13:21:10 +01:00
Noemi Szemenyei 826b507b77 Suggested fix
(cherry picked from commit 52ca271a13)
2022-03-15 13:21:02 +01:00
Noemi Szemenyei 8ad8f47c6b Created failing test case
(cherry picked from commit 2b21588c90)
2022-03-15 13:20:16 +01:00
Noemi Szemenyei 256f000dec Fix poms 2022-03-15 11:16:52 +01:00
Noemi Szemenyei 7d7c2d21a9 [maven-release-plugin] prepare for next development iteration 2022-03-15 11:13:04 +01:00