Roland Praml
|
5fd7aca3d9
|
Fixed test cases
|
2022-03-09 16:17:04 +01:00 |
|
Roland Praml
|
790147e42d
|
Reviewed DDL changes - all changes are plausible
|
2022-03-08 17:28:39 +01:00 |
|
Roland Praml
|
3a93abaa7f
|
Only moves in DDL (checked with git -c color.diff.newMoved=black -c color.diff.oldMoved=black diff --color-moved=plain '*.sql')
|
2022-03-08 12:43:54 +01:00 |
|
Roland Praml
|
9bcba0b80d
|
Sql-scripts
|
2022-03-07 15:40:45 +01:00 |
|
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
|
e8df81d78a
|
DbMigrationTest ignore Yugabyte at this stage
|
2022-03-01 21:29:17 +13:00 |
|
Rob Bygrave
|
ed19a96801
|
Tidy DbMigrationTest after fix for #2576
|
2022-03-01 21:01:48 +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
|
52aa1a2d91
|
For Multi-jdk build failure - tweak DbMigrationTest, add another hack 1 milli sleep
|
2022-03-01 20:30:49 +13:00 |
|
Rob Bygrave
|
ddbd816f6d
|
For Multi-jdk build failure - tweak DbMigrationTest, add hack comment
|
2022-03-01 16:23:58 +13:00 |
|
Rob Bygrave
|
00940c2b31
|
For Multi-jdk build failure - tweak DbMigrationTest
|
2022-03-01 12:10:28 +13:00 |
|
Rob Bygrave
|
faa921ac27
|
Update DbMigrationTest to include platform for some asserts
|
2022-03-01 11:22:40 +13:00 |
|
Rob Bygrave
|
f2a99c7b01
|
Update DbMigrationTest to include platform for some asserts
|
2022-03-01 11:03:37 +13:00 |
|
 Rob BygraveandGitHub
|
b6ea9df444
|
Merge pull request #2574 from FOCONIS/ddl-cockroach
[DDL-Cockroach] Fixes for Cockroach platform
|
2022-02-28 11:25:21 +13:00 |
|
 Rob BygraveandGitHub
|
e6cde5862d
|
Merge pull request #2573 from FOCONIS/ddl-hana
[DDL-hana] HANA always requires stored procedures
|
2022-02-28 11:24:05 +13:00 |
|
 Rob BygraveandGitHub
|
dec927bf9a
|
Merge pull request #2571 from FOCONIS/ddl-sqlite
[DDL-SqLite] Modified SqLite platform to generate at least non failing migration scripts
|
2022-02-28 11:20:20 +13:00 |
|
 Rob BygraveandGitHub
|
ae41471c74
|
Merge pull request #2570 from FOCONIS/ddl-oracle-fixes
[DDL-Oracle] Fix drop default and ignore erros when trying to drop non existent objects
|
2022-02-28 11:19:43 +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
|
f30c3869b6
|
Modified SqLite platform to generate at least non failing migration scripts.
Note: If you want to alter a table in SqLite, the best option is to recreate the table with the new layout
|
2022-02-25 12:07:06 +01:00 |
|
Roland Praml
|
3b32e4c018
|
Oracle: Fix DB name to match with docker container
|
2022-02-25 12:06:09 +01:00 |
|
Roland Praml
|
e0669e9a9f
|
DDL generation fixes fpr oracle platform (fix drop default, do "drop if exists" with error handlers)
|
2022-02-25 12:05:53 +01:00 |
|
Roland Praml
|
95b1488aed
|
Extended DbMigrationTest to run on all platforms
|
2022-02-25 12:04:24 +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 |
|
 Rob BygraveandGitHub
|
8fa8c687e9
|
Merge pull request #2563 from FOCONIS/platform-specific-columndefinition
Different ColumnDefinition for different platforms
|
2022-02-22 13:13:43 +13:00 |
|
Rob Bygrave
|
fa0336a404
|
Merge branch 'bug-save-one-to-one-version-cascade' of https://github.com/FOCONIS/ebean into FOCONIS-bug-save-one-to-one-version-cascade
|
2022-02-22 13:00:41 +13:00 |
|
Noemi Szemenyei
|
7ccea9ff7e
|
migrations
|
2022-02-18 10:03:04 +01:00 |
|
Noemi Szemenyei
|
c2e4f862bc
|
default columnDef should be calculated from ebean
|
2022-02-18 10:02:48 +01:00 |
|
Noemi Szemenyei
|
137a7950ff
|
new migrations
|
2022-02-17 09:53:26 +01:00 |
|
Noemi Szemenyei
|
e3980a14a2
|
review changes
|
2022-02-17 09:52:23 +01:00 |
|
Noemi Szemenyei
|
c6fa60f28c
|
migrations
|
2022-02-17 08:16:35 +01:00 |
|
Noemi Szemenyei
|
3ab7ebe5e6
|
new property for test
|
2022-02-17 08:14:51 +01:00 |
|
Noemi Szemenyei
|
48e875714b
|
solution v1
(cherry picked from commit 3d83c6bd0e2bcca6fc04f73ce08983266b9df636)
|
2022-02-17 08:13:39 +01:00 |
|
 dependabot[bot]andGitHub
|
5ba93ed927
|
Bump postgresql from 42.3.2 to 42.3.3 in /ebean-test
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.2 to 42.3.3.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.2...REL42.3.3)
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-16 01:19:58 +00:00 |
|
Alexander Wagner
|
90066eee0c
|
Possible fix
|
2022-02-11 10:31:24 +01:00 |
|
Alexander Wagner
|
3bb6f0ca65
|
Bug: save with cascade of @OneToOne + @Version model sets version to 1
(cherry picked from commit 1570e1800d)
|
2022-02-08 16:08:13 +01:00 |
|
 Rob BygraveandGitHub
|
7bea0d0eb2
|
Merge pull request #2551 from FOCONIS/move-testcase
Move DbMigration-Tests to ebean-test
|
2022-02-08 10:23:40 +13:00 |
|
Roland Praml
|
6a74b84b8c
|
Comments and mysql fixes
|
2022-02-07 17:07:01 +01:00 |
|
Roland Praml
|
cde00650ca
|
DTimedMetricTest fails sometimes
|
2022-02-07 16:27:09 +01:00 |
|
Roland Praml
|
6b96bea480
|
Disabled Yugabyte
|
2022-02-07 16:23:50 +01:00 |
|
Roland Praml
|
a731bfdfaf
|
Multi-platform tests
|
2022-02-07 16:04:59 +01:00 |
|
Roland Praml
|
0ee153d6bc
|
Add: ElementCollection
|
2022-02-07 14:08:26 +01:00 |
|
Roland Praml
|
cb89b903fd
|
Regenerated scripts & tests
|
2022-02-07 14:07:10 +01:00 |
|
Roland Praml
|
a93e2e05c5
|
Moved DbMigrationtests test to "ebean-tests"
|
2022-02-07 11:55:41 +01:00 |
|
Rob Bygrave
|
b8b83c2ec8
|
Update more tests for CockroachDB
|
2022-02-04 16:59:16 +13:00 |
|
Rob Bygrave
|
b3f110b7a5
|
CockroachDB - Modify tests, use BigDecimal over Double etc
|
2022-02-04 10:42:07 +13:00 |
|
Rob Bygrave
|
daf0ba67a4
|
#2547 - CockroachDB - Use ON DISTINCT ... like Postgres and Yugabyte
|
2022-02-04 08:58:21 +13:00 |
|
Rob Bygrave
|
cf3499f0e4
|
#2547 - Update BaseTestCase to include CockroachDB
|
2022-02-04 08:41:34 +13:00 |
|