Commit Graph
5444 Commits
Author SHA1 Message Date
Roland Praml f3aac21a16 distinguish between classpath and filesystem resources 2022-01-12 13:43:20 +01:00
Roland Praml 35b59edb7e Merge remote-tracking branch 'upstream/master' into ebean-new 2022-01-12 11:43:12 +01:00
Roland Praml 6e00b7c50b minor fixes for migration 2022-01-12 11:42:52 +01:00
Rob BygraveandGitHub 7cfecb83a9 Merge pull request #2486 from bigjimlefou/fixWindows
Fix some tests failing on Windows
2022-01-12 09:17:37 +13:00
bigjimlefou e92939a34d Fix failing test on Windows platform 2022-01-11 15:41:20 +01:00
bigjimlefou 408b982eb3 Use of platform-specific specific file separator 2022-01-11 15:41:19 +01:00
bigjimlefou dd7e7711a8 Use of platform-specific specific file separator 2022-01-11 15:41:19 +01:00
bigjimlefou 5a3f7853a6 Fix failing test on Windows platform. 2022-01-11 15:41:19 +01:00
Roland Praml bcf481aff5 prepare for next development iteration 2022-01-11 09:09:15 +01:00
Roland Praml 411595ff7b prepare for next development iteration 2022-01-11 09:09:04 +01:00
Roland Praml 704e7ccece [maven-release-plugin] prepare release ebean-parent-12.14.1-FOC2 2022-01-11 09:06:16 +01:00
Roland Praml edbe867fd8 Refactor: Always use UTF-8 2022-01-11 09:01:45 +01:00
FOCONIS\szemenyei e9efd5a702 Fix Checksum calculate() with special characters 2022-01-10 15:55:58 +01:00
Roland Praml c3dbb47667 [maven-release-plugin] prepare for next development iteration 2022-01-10 14:29:21 +01:00
Roland Praml 79c876807b [maven-release-plugin] prepare release ebean-parent-12.14.1-FOC1 2022-01-10 14:29:06 +01:00
Roland Praml 2eac3347d0 DB2: Update sql scripts 2022-01-10 14:13:15 +01:00
Jonas Pöhler 0d8d255f17 DB2: fix extra-ddl to create necessary explain_* tables for query plans 2022-01-07 16:56:30 +01:00
Roland Praml d504425f50 DB2: clean up test data after run (otherwise db2 will produce collisions) 2022-01-07 15:43:18 +01:00
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