Commit Graph
315 Commits
Author SHA1 Message Date
Roland Praml d4280bc033 FIX: use isEqualTo - because DB2 driver does not use Integer.valueOf 2022-01-07 14:48:27 +01:00
Roland Praml 2ef75a5c5d More fixes for EqlParserTest 2022-01-07 14:31:50 +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 193617a107 DB2: FIX Db2SqlLimiter & tests 2022-01-07 11:12:28 +01:00
Roland Praml d5fe62fe31 DB2: Fix default values 2022-01-05 17:16:46 +01:00
Roland Praml bb91b5319d Mariadb fix: blob is a reserved keyword 2022-01-05 16:38:56 +01:00
Roland Praml 50c612f8ec NEW: PersistVisitor 2022-01-05 10:26:29 +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 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 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 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 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
Cédric Sougné 9ddf1333ed Fix locale problem with TestCsvReader and TestCsvReaderWithCallback. 2021-12-23 17:19:44 +01: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 2021-12-20 16:34:17 +13:00
tFellnerandGitHub 42594533da Support for Sequences in MariaDB (#2304)
* Support for Sequneces in MariaDB

* clean up readSequenceValue in test class

* remove flakiness

* remove change for later discussion

* replace deprecated methods

* strictly allow sequences
2021-12-20 16:11:30 +13:00
Rob Bygrave 678494f331 Bump version of logback used in tests only 2021-12-20 16:09:33 +13:00
Rob Bygrave 361df6732a #2472 - BeanPersistController and isCascade() for delete requests (following #2458) 2021-12-20 15:49:58 +13:00
Rob Bygrave c411d9a665 Bump version to 12.14.0-SNAPSHOT 2021-12-20 12:47:36 +13:00
Roland Praml 39140ae3dc Merge branch 'api-to-run-ddl-manually' into ebean-new
# Conflicts:
#	ebean-api/src/main/java/io/ebean/Database.java
#	ebean-core/src/main/java/io/ebeaninternal/server/core/DefaultServer.java
#	ebean-ddl-generator/src/main/java/io/ebeaninternal/dbmigration/DdlGenerator.java
2021-12-17 14:12:42 +01:00
Roland PramlandJonas Pöhler f4d270e8b5 FIX: JDBC URL for SqlServer (similar to testconfig-files) 2021-12-17 13:26:00 +01:00
Roland Praml eb6aacce4b Provide API to run ddl and migration manually (e.g. with offline DB) 2021-12-17 12:04:27 +01:00
Roland Praml d6dde2f63d Provide API to run ddl and migration manually (e.g. with offline DB) 2021-12-17 11:57:23 +01:00
Rob Bygrave 68b7deba9d Put back h2database to 1.4.199 as 2.x breaks way too many things, need to work on that 2021-12-17 23:25:49 +13:00
Roland Praml c8469e7364 remove backup files 2021-12-17 10:17:49 +01:00
Rob Bygrave 6cc5e83b01 Merge branch 'master' of github.com:ebean-orm/ebean 2021-12-17 21:47:17 +13:00
Rob Bygrave 752d5d4782 Remove pom.xml.releaseBackup from barfed release 2021-12-17 21:47:07 +13:00
Roland Praml 7c6fc68c63 Moved to FOC1 2021-12-17 09:25:11 +01:00
Roland Praml 6b0d04547e Merge remote-tracking branch 'upstream/master' into ebean-new
# Conflicts:
#	ebean-api/pom.xml
#	ebean-api/src/main/java/io/ebean/config/dbplatform/db2/DB2Platform.java
#	ebean-autotune/pom.xml
#	ebean-bom/pom.xml
#	ebean-core-type/pom.xml
#	ebean-core/pom.xml
#	ebean-core/src/main/java/io/ebeaninternal/server/type/DefaultTypeManager.java
#	ebean-ddl-generator/pom.xml
#	ebean-externalmapping-api/pom.xml
#	ebean-externalmapping-xml/pom.xml
#	ebean-postgis/pom.xml
#	ebean-querybean/pom.xml
#	ebean-redis/pom.xml
#	ebean-test/pom.xml
#	ebean-test/src/test/resources/ebean.properties
#	ebean-test/testconfig/ebean-mariadb-10.3.properties
#	ebean-test/testconfig/ebean-mariadb.properties
#	ebean-test/testconfig/ebean-mysql.properties
#	ebean-test/testconfig/ebean-sqlserver17.properties
#	ebean/pom.xml
#	kotlin-querybean-generator/pom.xml
#	pom.xml
#	querybean-generator/pom.xml
2021-12-17 08:27:59 +01:00
Roland Praml e5036990f2 Revert "ENH: allow server startup without running ddl and thus allowing starting with the database not yet up and later lazily initializing the database and running ddl"
This reverts commit af0f9a4d15.
2021-12-17 08:13:02 +01:00
dependabot[bot]andGitHub 6e31de6f2e Bump h2 from 1.4.199 to 2.0.202 in /ebean-test
Bumps [h2](https://github.com/h2database/h2database) from 1.4.199 to 2.0.202.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-1.4.199...version-2.0.202)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-17 04:33:53 +00:00
Rob Bygrave 5fddc37037 [maven-release-plugin] prepare for next development iteration 2021-12-17 17:26:43 +13:00
Rob Bygrave ca6e3963db [maven-release-plugin] prepare release ebean-parent-12.13.2 2021-12-17 17:26:36 +13:00
Rob Bygrave 1a6a426683 #2458 - Add BeanPersistController.isCascade() to identify cascade vs "top level" persist requests 2021-12-17 10:43:27 +13:00
trojo 5bf19647fe [maven-release-plugin] prepare for next development iteration 2021-12-15 09:54:41 +01:00
trojo ffef3dd27e [maven-release-plugin] prepare release ebean-parent-12.13.1-FOC5 2021-12-15 09:54:34 +01:00
maTrojakandGitHub fa2c5c0584 recalc lazyload duplicate key (#53) 2021-12-15 08:13:16 +01:00
Jonas Pöhler 21d4ee2fb6 FIX: Package names for EntityOverride/Interface 2021-12-10 10:58:29 +01:00
FOCONIS\szemenyei 1af0236643 [maven-release-plugin] prepare for next development iteration 2021-12-09 15:02:02 +01:00
FOCONIS\szemenyei dd9ce59cc9 [maven-release-plugin] prepare release ebean-parent-12.13.1-FOC4 2021-12-09 15:01:55 +01:00
Rob Bygrave 9bdcd6c55e #2452 - server-wide defaultJsonMutation SOURCE is not honored by DbJson scalar types (e.g. List<String>) 2021-12-07 18:13:17 +13:00