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
|
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 |
|
Rob Bygrave
|
923f83cafb
|
Bump after release to 12.16.1-SNAPSHOT
|
2022-03-17 21:37:56 +13: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 |
|
 Rob BygraveandGitHub
|
00a1324c52
|
Merge pull request #2596 from FOCONIS/ddl-refactor8
DDl-Refactor: Add DB2 Reorg support and history support
|
2022-03-16 18:47:58 +13:00 |
|
Rob Bygrave
|
75b9df942c
|
No effective change - tidy TestWithCacheAndLazyLoad
|
2022-03-16 18:38:47 +13:00 |
|
Rob Bygrave
|
946b390037
|
Merge branch 'FOCONIS-lazyload-npe'
|
2022-03-16 18:37:48 +13:00 |
|
Rob Bygrave
|
3a1e1e23f5
|
Merge branch 'lazyload-npe' of https://github.com/FOCONIS/ebean into FOCONIS-lazyload-npe
|
2022-03-16 18:14:22 +13:00 |
|
Rob Bygrave
|
d9ea465102
|
Support running tests against java 19
|
2022-03-16 18:02:07 +13:00 |
|
Rob Bygrave
|
3bc7f061eb
|
Bump test dependencies for junit, assertj, mockito
|
2022-03-16 17:55:37 +13:00 |
|
Rob Bygrave
|
0bc07d38b2
|
Add Oracle GH workflow for JDK EA 18,19,loom,valhalla,metropolis,panama
|
2022-03-16 12:13:29 +13:00 |
|
Roland Praml
|
79f6d6d0f0
|
Ignored query plans for DB2
|
2022-03-15 17:18:34 +01:00 |
|
Roland Praml
|
782e41098d
|
enabled history tests
|
2022-03-15 16:56:00 +01:00 |
|
Roland Praml
|
0225fddf6d
|
FIX: AlterColumnTest
|
2022-03-15 16:31:43 +01:00 |
|
Roland Praml
|
be3e08018e
|
Reference Scripts
|
2022-03-15 15:59:50 +01:00 |
|
Roland Praml
|
c9204eed3f
|
DB2: HistorySupport added
|
2022-03-15 15:59:33 +01:00 |
|
Noemi Szemenyei
|
edb6a0ebe2
|
performance boost list --> set
(cherry picked from commit 2478aded70)
|
2022-03-15 13:21:10 +01:00 |
|
Noemi Szemenyei
|
826b507b77
|
Suggested fix
(cherry picked from commit 52ca271a13)
|
2022-03-15 13:21:02 +01:00 |
|
Noemi Szemenyei
|
8ad8f47c6b
|
Created failing test case
(cherry picked from commit 2b21588c90)
|
2022-03-15 13:20:16 +01:00 |
|
 Rob BygraveandGitHub
|
5944777a13
|
Merge pull request #2594 from FOCONIS/ddl-refactor7
[DDL-Refactor] History table generation
|
2022-03-15 09:23:30 +13:00 |
|
Roland Praml
|
05a1b0d64e
|
DB2: Migration is working now
|
2022-03-14 16:31:34 +01:00 |
|
Roland Praml
|
4d62958645
|
Updated DDL scripts to support notnull -> null transitions
|
2022-03-14 14:13:56 +01:00 |
|
Roland Praml
|
610a8b2df6
|
FIX: notNull -> null transition must be applied also to history
|
2022-03-14 14:13:10 +01:00 |
|
Roland Praml
|
5b8bb41598
|
Postgres: Drops history support during alter and restores it after that
|
2022-03-14 14:08:42 +01:00 |
|
Roland Praml
|
9e16d955ae
|
Sqlserver: no effective code change
|
2022-03-14 14:06:25 +01:00 |
|
Roland Praml
|
197bb0509a
|
Nuodb: no effective ddl change
|
2022-03-14 14:05:42 +01:00 |
|
Roland Praml
|
5536aeb829
|
Mysql: locks only one table at once
|
2022-03-14 14:04:59 +01:00 |
|
Roland Praml
|
d629fb2dbd
|
MariaDB uses '@@system_versioning_alter_history = 1' now. Removed obsolete "lock tables" statements
|
2022-03-14 14:01:21 +01:00 |
|