Rob Bygrave
49fde7654e
Bump to 12.16.0-SNAPSHOT
2022-03-02 12:17:38 +13:00
Rob Bygrave
eb4d906814
[maven-release-plugin] prepare for next development iteration
2022-03-01 22:47:01 +13:00
Rob Bygrave
2a96a59deb
[maven-release-plugin] prepare release ebean-parent-12.15.1
2022-03-01 22:46:55 +13:00
Rob Bygrave
ffad9abeef
#2577 - Refactor internals remove no longer needed DdlAutoCommit platform option
2022-03-01 22:32:09 +13:00
Rob Bygrave
6d27e30b88
[H2] Use LocalDateTime in H2HistoryTrigger with microsecond precision - fix DbMigrationTest
2022-03-01 20:52:39 +13:00
Rob Bygrave
00940c2b31
For Multi-jdk build failure - tweak DbMigrationTest
2022-03-01 12:10:28 +13:00
Rob Bygrave
708ec64893
For Multi-jdk build failure - check if H2HistoryTrigger should bump 1ms if needed
2022-03-01 11:59:37 +13:00
Rob Bygrave
d0dd2d8203
Add a more useful implementation for Version.toString()
2022-03-01 11:34:07 +13:00
Rob Bygrave and GitHub
b6ea9df444
Merge pull request #2574 from FOCONIS/ddl-cockroach
...
[DDL-Cockroach] Fixes for Cockroach platform
2022-02-28 11:25:21 +13:00
Roland Praml
c82f3783f0
Fixes for Cockroach platform
2022-02-25 12:10:06 +01:00
Roland Praml
bf99f9d08d
Fix: HANA always requires stored procedures (similar to SqlServer), Fix: default value on intermediate alters
2022-02-25 12:09:09 +01:00
Roland Praml
1ca5789112
Removed unused imports and add missing Override statements (no effective code change)
2022-02-24 08:03:26 +01:00
Alexander Wagner
90066eee0c
Possible fix
2022-02-11 10:31:24 +01:00
Rob Bygrave
0d3ea9626c
CockroachDB - Now supports LIKE ESCAPE and no longer needs Autocommit for DDL
2022-02-04 17:02:01 +13:00
Rob Bygrave
db6f2cba75
[maven-release-plugin] prepare for next development iteration
2022-02-03 09:02:38 +13:00
Rob Bygrave
6f694eb6ca
[maven-release-plugin] prepare release ebean-parent-12.15.0
2022-02-03 09:02:30 +13:00
Rob Bygrave
170e323ee9
#2507 - Script runner does not work with file system path
2022-02-02 13:02:49 +13:00
Rob Bygrave
a1c0e21234
Bump to 12.15.0-SNAPSHOT
2022-02-02 10:59:04 +13:00
Jonas Pöhler
4b8565e7c7
FIX: we can set persistBatchOnCascade to ALL for newer DB2 versions
2022-01-31 11:32:22 +01:00
Rob Bygrave and GitHub
94ae513d85
Merge pull request #2522 from FOCONIS/db2/check-exception-chain
...
DB2: SqlCodeTranslator must check exception chain
2022-01-29 15:33:46 +13:00
Rob Bygrave and GitHub
029cde12db
Merge pull request #2527 from FOCONIS/db2/fix-sequence
...
DB2: Fix Sequence generator
2022-01-29 15:16:24 +13:00
Rob Bygrave and GitHub
95b19569e4
Merge pull request #2524 from FOCONIS/db2/nocompressedid
...
DB2 does not support ids in compressed form
2022-01-29 15:12:25 +13:00
Rob Bygrave and GitHub
a9560c6664
Merge pull request #2523 from FOCONIS/db2/sqllimiter
...
DB2: FIX Db2SqlLimiter & tests
2022-01-29 15:11:33 +13:00
Roland Praml
c0e827ffda
DB2: Fix Sequence generator
2022-01-28 10:57:41 +01:00
Roland Praml
9f9184ac6a
DB2 does not support ids in compressed form
2022-01-28 10:53:51 +01:00
Roland Praml
5ae5e408e3
DB2: FIX Db2SqlLimiter & tests
2022-01-28 10:23:22 +01:00
Roland Praml
90f6d0707f
DB2: SqlCodeTranslator must check exception chain
2022-01-28 10:21:55 +01:00
Roland Praml
015dd00b8e
DB2: Fix Raw like
2022-01-28 10:04:20 +01:00
Rob Bygrave
64605b5090
Yugabyte platform support - Automatic detection and DDL support
...
- Automatic detection similar to Cockroach
- DDL very similar to Postgres but no CREATE TABLE LIKE support (for history DDL)
2022-01-28 17:04:19 +13:00
Rob Bygrave
44462e3513
Add maxInBinding - Oracle support for large delete by ids
2022-01-28 09:46:03 +13:00
Roland Praml
5b63434f13
reindent code and linked #2514
2022-01-27 16:43:35 +01:00
Roland Praml
190b4ef588
Made some fixes in wrong ddl generation
2022-01-27 15:58:44 +01:00
Roland Praml
d8c2b3d583
FIX: Compile errors
2022-01-27 10:34:25 +01:00
Roland Praml
48c8f5e2ca
ADD: different DB2 platforms
2022-01-27 10:09:31 +01:00
Rob Bygrave and GitHub
1dc5ecc81f
Merge pull request #2506 from FOCONIS/fix-localdate-databind
...
DB2: Fix: DataBind/Read of native LocalDates
2022-01-27 09:02:04 +13:00
Roland Praml and Roland Praml
2e1a6eec04
DB2: Fix: DataBind/Read of native LocalDates
2022-01-26 16:51:55 +01:00
Roland Praml and Roland Praml
e5f37e638c
Refactor UUID generator. Add uuid-property to serverConfig ( #57 )
...
Co-authored-by: Roland Praml <roland.praml@foconis.de >
2022-01-26 12:05:12 +01:00
Rob Bygrave
7ffd2f1886
#2501 Modify pom use ${h2database.version}
2022-01-26 22:41:55 +13:00
Rob Bygrave and GitHub
bc6d2fb3be
Merge branch 'master' into wip/h2database-v2
2022-01-25 21:30:36 +13:00
Rob Bygrave
a9dbc036e9
Support H2database 2.x
2022-01-25 21:28:09 +13:00
Rob Bygrave
4f70c09690
Merge branch 'pr/enh/stored_procedures_mysql_drop_column' of https://github.com/FOCONIS/ebean into FOCONIS-pr/enh/stored_procedures_mysql_drop_column
2022-01-21 17:06:48 +13:00
Rob Bygrave
df8ae18bf6
[maven-release-plugin] prepare for next development iteration
2022-01-17 22:31:00 +13:00
Rob Bygrave
8edaabf755
[maven-release-plugin] prepare release ebean-parent-12.14.1
2022-01-17 22:30:53 +13:00
Rob Bygrave
263f6cdeba
Tidy OraclePlatform only
2022-01-17 22:10:53 +13:00
Rob Bygrave
38f1967e60
#2473 - Oracle - column alias - Change such that OraclePlatform doesn't use column alias
...
So with #2254 we regressed OraclePlatform to use column alias. This really should have introduced an Oracle12 platform instead. 18c onwards and we don't want the column alias.
2022-01-17 22:10:21 +13:00
Rob Bygrave
6eb8eb0dd2
#2473 Tidy BasicSqlAnsiLimiter only, no functional change
2022-01-17 21:58:33 +13:00
Roland Praml and FOCONIS\szemenyei
01847e44de
Always use UTF-8
2022-01-11 10:11:13 +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
tFellner and GitHub
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