Roland Praml
|
5f707053d3
|
DB2: Do not try to update deferred null values (Discovered by TestPrinterStateIssue)
|
2022-01-07 15:25:11 +01:00 |
|
Roland Praml
|
d4280bc033
|
FIX: use isEqualTo - because DB2 driver does not use Integer.valueOf
|
2022-01-07 14:48:27 +01:00 |
|
Roland Praml
|
2dc9087eb3
|
DB2 does not support ids in compressed form
|
2022-01-07 14:44:43 +01:00 |
|
Roland Praml
|
2ef75a5c5d
|
More fixes for EqlParserTest
|
2022-01-07 14:31:50 +01:00 |
|
Roland Praml
|
ae79dd92ec
|
DB2: Experimental: Add QueryPlanLogger for DB2
|
2022-01-07 14:26:21 +01:00 |
|
Roland Praml
|
06dd70e0c0
|
FIX; more compile errors
|
2022-01-07 13:14:09 +01:00 |
|
Roland Praml
|
6236980d21
|
DB2: Disabled test for encryption, as it is not supported for Db2
|
2022-01-07 13:08:19 +01:00 |
|
Roland Praml
|
3fd746cd36
|
FIX: Compile error on EqlParserTest
|
2022-01-07 13:00:43 +01:00 |
|
Roland Praml
|
8a7a7f6739
|
DB2: Disabled history-tests as DB2 does not support them
|
2022-01-07 12:58:55 +01:00 |
|
Roland Praml
|
2ea51d3705
|
DB2: Fix EqlParserTests similar to HANA
|
2022-01-07 12:55:58 +01:00 |
|
Roland Praml
|
fc027b2975
|
DB2:ignored tests
|
2022-01-07 11:53:16 +01:00 |
|
Roland Praml
|
ea9481477c
|
DB2: truncate needs commit after each statement
|
2022-01-07 11:52:34 +01:00 |
|
Roland Praml
|
da1f8a7fa2
|
Refactor: removed obsolete string concatenation
|
2022-01-07 11:31:25 +01:00 |
|
Roland Praml
|
23a5d577a6
|
DB2. Support for unique indices with null columns
|
2022-01-07 11:31:00 +01:00 |
|
Roland Praml
|
193617a107
|
DB2: FIX Db2SqlLimiter & tests
|
2022-01-07 11:12:28 +01:00 |
|
Roland Praml
|
442732d70d
|
DB2: SqlCodeTranslator must check exception chain
|
2022-01-07 10:37:53 +01:00 |
|
Roland Praml
|
5a59298cb8
|
DB2: Enable persistBatchOnCascade
|
2022-01-07 10:15:34 +01:00 |
|
Roland Praml
|
e0f06f65dd
|
Revert "DB2 / others: FIX EQL-Test"
This reverts commit db0ccfeb1b.
|
2022-01-07 10:05:27 +01:00 |
|
Roland Praml
|
db0ccfeb1b
|
DB2 / others: FIX EQL-Test
|
2022-01-05 17:37:19 +01:00 |
|
Roland Praml
|
d5fe62fe31
|
DB2: Fix default values
|
2022-01-05 17:16:46 +01:00 |
|
Roland Praml
|
47d5405b7c
|
DB2: Fix Raw like
|
2022-01-05 17:04:01 +01:00 |
|
Roland Praml
|
29eb07e78f
|
DB2: Fix getGenerateKeys (ungly workaround)
|
2022-01-05 16:45:54 +01:00 |
|
Roland Praml
|
cc21ffcca9
|
DB2: Fix insert default values
|
2022-01-05 16:45:06 +01:00 |
|
Roland Praml
|
f7be1de6df
|
DB2: Fix Sequence generator
|
2022-01-05 16:44:31 +01:00 |
|
Roland Praml
|
1f6916775b
|
DB2: FIX Concat operator
|
2022-01-05 16:41:41 +01:00 |
|
Roland Praml
|
bb91b5319d
|
Mariadb fix: blob is a reserved keyword
|
2022-01-05 16:38:56 +01:00 |
|
Roland Praml
|
1ff0d78170
|
DB2: Update table & constraint name length to 128
|
2022-01-05 16:35:06 +01:00 |
|
Roland Praml
|
50c612f8ec
|
NEW: PersistVisitor
|
2022-01-05 10:26:29 +01:00 |
|
Roland Praml
|
f045d5e1b0
|
Migration is a plugin now
|
2022-01-04 10:21:48 +01:00 |
|
Roland Praml
|
a0d56529a1
|
Moved migration-scripts
|
2022-01-04 09:47:15 +01:00 |
|
Roland Praml
|
208e987ab5
|
DbMigration is a plugin now
|
2022-01-04 09:47:00 +01:00 |
|
Roland Praml
|
803325cb4b
|
version bump
|
2022-01-04 07:58:35 +01:00 |
|
Roland Praml
|
bcf86fd5c4
|
ADD: init sample scripts
|
2022-01-03 16:58:27 +01:00 |
|
Roland Praml
|
e2b412aa5a
|
DbMigration is also a plugin now
|
2022-01-03 16:58:14 +01:00 |
|
Roland Praml
|
8927f16477
|
Merge branch 'DbMigrationPlugin' into ebean-new
# Conflicts:
# ebean-ddl-generator/src/main/resources/META-INF/services/io.ebean.plugin.Plugin
|
2022-01-03 16:10:55 +01:00 |
|
Roland Praml
|
7256d97841
|
Merge branch 'add-start-to-plugins' into ebean-new
# Conflicts:
# ebean-core/src/main/java/io/ebeaninternal/server/core/DefaultServer.java
# ebean-ddl-generator/src/main/java/io/ebeaninternal/dbmigration/DdlPlugin.java
|
2022-01-03 16:09:16 +01:00 |
|
Roland Praml
|
301d8b6f1f
|
Merge branch 'api-to-run-ddl-manually' into ebean-new
# Conflicts:
# ebean-core/src/main/java/io/ebeaninternal/server/core/DefaultServer.java
|
2022-01-03 16:05:17 +01:00 |
|
Roland Praml
|
58a231670c
|
Merge commit 'c1b928015b194791179a6aaa0eec130be59e75a1' into ebean-new
|
2022-01-03 16:03:04 +01:00 |
|
Roland Praml
|
f18b72cc83
|
Merge branch 'tmp2' into ebean-new
|
2022-01-03 15:52:50 +01:00 |
|
Roland Praml
|
3407d5a5e7
|
bump version
|
2022-01-03 15:51:54 +01:00 |
|
Roland Praml
|
699f7a8449
|
DDL generate & run is now a plugin
|
2022-01-03 13:41:59 +01:00 |
|
Roland Praml
|
b7905eb0f6
|
reverted runDdl and runMigration method.
|
2022-01-03 13:17:28 +01:00 |
|
Roland Praml
|
c1b928015b
|
Merge branch 'tmp2' into api-to-run-ddl-manually
|
2022-01-03 10:42:15 +01:00 |
|
Roland Praml
|
5e5283d8d3
|
Intermediate commit
|
2022-01-03 10:20:21 +01:00 |
|
 Rob BygraveandGitHub
|
18eed47306
|
Merge pull request #2475 from bigjimlefou/fixLocale
Fix locale problem with TestCsvReader and TestCsvReaderWithCallback.
|
2021-12-24 11:10:05 +13:00 |
|
Cédric Sougné
|
9ddf1333ed
|
Fix locale problem with TestCsvReader and TestCsvReaderWithCallback.
|
2021-12-23 17:19:44 +01:00 |
|
Rob Bygrave
|
73896d375f
|
Bump test modules to 12.14.1-SNAPSHOT after release
|
2021-12-20 16:49:18 +13:00 |
|
Rob Bygrave
|
3f645211a6
|
[maven-release-plugin] prepare for next development iteration
|
2021-12-20 16:34:23 +13:00 |
|
Rob Bygrave
|
451e2fa93c
|
[maven-release-plugin] prepare release ebean-parent-12.14.0
ebean-parent-12.14.0
|
2021-12-20 16:34:17 +13:00 |
|
Rob Bygrave
|
2ff3b0acb7
|
Update gitflow cron schedule for mariadb, sqlserver, jdk-18
|
2021-12-20 16:20:08 +13:00 |
|