Roland Praml
|
4492fd6de5
|
Reference scripts
|
2022-03-22 11:14:40 +01:00 |
|
Roland Praml
|
bcec447193
|
Merge remote-tracking branch 'upstream/master'
# Conflicts:
# ebean-ddl-generator/src/main/java/io/ebeaninternal/dbmigration/DefaultDbMigration.java
# ebean-ddl-generator/src/main/java/io/ebeaninternal/dbmigration/ddlgeneration/platform/BaseTableDdl.java
# ebean-ddl-generator/src/main/java/io/ebeaninternal/dbmigration/ddlgeneration/platform/Db2HistoryDdl.java
# ebean-ddl-generator/src/main/java/io/ebeaninternal/dbmigration/ddlgeneration/platform/DbTriggerBasedHistoryDdl.java
# ebean-ddl-generator/src/main/java/io/ebeaninternal/dbmigration/ddlgeneration/platform/HanaHistoryDdl.java
# ebean-ddl-generator/src/main/java/io/ebeaninternal/dbmigration/ddlgeneration/platform/PlatformDdl.java
# ebean-ddl-generator/src/main/java/io/ebeaninternal/dbmigration/ddlgeneration/platform/PostgresHistoryDdl.java
# ebean-test/src/test/resources/migrationtest/dbmigration/db2fori/1.1.sql
# ebean-test/src/test/resources/migrationtest/dbmigration/db2fori/idx_db2.migrations
# ebean-test/src/test/resources/migrationtest/dbmigration/db2legacy/1.1.sql
# ebean-test/src/test/resources/migrationtest/dbmigration/db2legacy/idx_db2.migrations
# ebean-test/src/test/resources/migrationtest/dbmigration/db2luw/1.1.sql
# ebean-test/src/test/resources/migrationtest/dbmigration/db2luw/idx_db2.migrations
# ebean-test/src/test/resources/migrationtest/dbmigration/db2zos/1.1.sql
# ebean-test/src/test/resources/migrationtest/dbmigration/db2zos/idx_db2.migrations
# ebean-test/src/test/resources/migrationtest/dbmigration/model/1.3.model.xml
|
2022-03-22 11:07:36 +01:00 |
|
Rob Bygrave
|
baddc76961
|
Refactor tidy grammar in server/expression classes
|
2022-03-22 16:48:47 +13:00 |
|
Rob Bygrave
|
de4140aaac
|
#2600 - Pending drops migration with the same version of the target migration cause trouble
|
2022-03-22 16:20:06 +13:00 |
|
 Rob BygraveandGitHub
|
66aa772f4a
|
Merge pull request #2603 from FOCONIS/remove-lowertablename
Refactored DDL generation to correctly handle quoted identifiers
|
2022-03-22 09:02:42 +13:00 |
|
 Rob BygraveandGitHub
|
f745cfaab3
|
Merge pull request #2604 from FOCONIS/remove-lowertablename2
Remove LowerTableName
|
2022-03-22 08:38:14 +13:00 |
|
Roland Praml
|
8640b4a1a0
|
Fix: Check if pendingDrops are used correctly
|
2022-03-21 15:20:41 +01:00 |
|
Roland Praml
|
5e87706055
|
Fix: check newTable for history flag
|
2022-03-21 15:05:29 +01:00 |
|
Roland Praml
|
0d765d6583
|
Reference scripts
|
2022-03-21 15:02:06 +01:00 |
|
Roland Praml
|
2a924d8d32
|
Add more quotes, for history tables
|
2022-03-21 15:01:43 +01:00 |
|
Roland Praml
|
04d2a20945
|
Add testcase, that uses all kinds of reserved keywords
|
2022-03-21 13:48:48 +01:00 |
|
Roland Praml
|
4077d906d1
|
ADD: Support for quoted identifiers
|
2022-03-21 13:34:29 +01:00 |
|
Roland Praml
|
7e3fbbba62
|
Refactor: use normalized table names for history
|
2022-03-21 11:52:00 +01:00 |
|
Roland Praml
|
3db9a17c6a
|
Refactored DbTriggerBasedHistory: always use historyTableName
|
2022-03-21 11:15:13 +01:00 |
|
Roland Praml
|
327babbfa2
|
Reference scripts
|
2022-03-21 11:08:54 +01:00 |
|
Roland Praml
|
0a1acb3f9b
|
Fix: DB2-History table must be an exact copy
|
2022-03-21 11:08:41 +01:00 |
|
Roland Praml
|
a2e27b9e00
|
fixed test case
|
2022-03-21 11:02:14 +01:00 |
|
Roland Praml
|
a8ad93823a
|
Removed 'lowerTableName' and 'lowerColumnName'
|
2022-03-18 08:56:43 +01:00 |
|
Rob Bygrave
|
5eb790e54d
|
Merge branch 'master' of github.com:ebean-orm/ebean
|
2022-03-18 11:08:29 +13:00 |
|
Rob Bygrave
|
c44ae96e09
|
Add badge to README for JDK EA
|
2022-03-18 11:08:11 +13:00 |
|
 Rob BygraveandGitHub
|
d540bf4d16
|
Merge pull request #2601 from FOCONIS/ddl-refactor9
Extended @Column support for DB2
|
2022-03-18 09:25:56 +13:00 |
|
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 |
|