Rob Bygrave
|
f571da5154
|
Bump to ebean-ddl-runner 1.3
|
2022-03-01 22:35:40 +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
|
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
|
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
|
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 |
|
 Rob BygraveandGitHub
|
843d9d2700
|
Merge pull request #2569 from FOCONIS/ddl-extend-test
[DDL-common] Extended DbMigrationTest to run on all platforms
|
2022-02-28 11:16:59 +13:00 |
|
Roland Praml
|
475fd38be5
|
FIX: PlatformDdl-tests
|
2022-02-25 15:44:54 +01: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 |
|
 Rob BygraveandGitHub
|
897a97d415
|
Merge pull request #2568 from FOCONIS/Tidy-up-code
Removed unused imports and add missing Override statements (no effective code change)
|
2022-02-25 14:29:30 +13:00 |
|
 Rob BygraveandGitHub
|
1d71f617c2
|
Merge pull request #2567 from FOCONIS/tidy-up-ddl-generation
Tidy up ddl generation (no effective code change)
|
2022-02-25 14:28:20 +13:00 |
|
Roland Praml
|
1ca5789112
|
Removed unused imports and add missing Override statements (no effective code change)
|
2022-02-24 08:03:26 +01:00 |
|
Roland Praml
|
70ec8a3891
|
Removed unused code
|
2022-02-23 11:17:16 +01:00 |
|
Roland Praml
|
2dfa9d2e77
|
No effective code change: Normalized "DdlWrite write" to "DdlWrite writer"
|
2022-02-23 11:14:22 +01:00 |
|
Rob Bygrave
|
29a5a13dd9
|
Merge branch 'master' of github.com:ebean-orm/ebean
|
2022-02-22 14:52:14 +13:00 |
|
Rob Bygrave
|
7a3494ebd9
|
Update to the newer Apache2 licence text (from older Apache2 license text)
|
2022-02-22 14:51:54 +13:00 |
|
 Rob BygraveandGitHub
|
915bf29eaf
|
Merge pull request #2557 from FOCONIS/add-reorg-support
Refactored DDL generation
|
2022-02-22 13:19:51 +13:00 |
|
Rob Bygrave
|
dad4837b50
|
No change - format code only
|
2022-02-22 13:15:28 +13: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
|
aff54f5cf7
|
Merge branch 'FOCONIS-bug-save-one-to-one-version-cascade'
|
2022-02-22 13:08:05 +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 |
|
Roland Praml
|
36bda117a6
|
No effective code change: Tidy up (organize imports/fix java warnings)
|
2022-02-17 14:47:05 +01:00 |
|
Roland Praml
|
08838770e9
|
No effective code change: Removed obsolete IOExceptions
|
2022-02-17 14:45:02 +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 |
|
 Rob BygraveandGitHub
|
ca9f48d019
|
Merge pull request #2562 from ebean-orm/dependabot/maven/ebean-test/org.postgresql-postgresql-42.3.3
Bump postgresql from 42.3.2 to 42.3.3 in /ebean-test
|
2022-02-17 21:44:01 +13:00 |
|
 Rob BygraveandGitHub
|
e83e6b0f8f
|
Merge pull request #2561 from ebean-orm/dependabot/maven/ebean-core/org.postgresql-postgresql-42.3.3
Bump postgresql from 42.3.2 to 42.3.3 in /ebean-core
|
2022-02-17 21:43:49 +13:00 |
|
 Rob BygraveandGitHub
|
7d18329c18
|
Merge pull request #2560 from ebean-orm/dependabot/maven/ebean-postgis/org.postgresql-postgresql-42.3.3
Bump postgresql from 42.3.2 to 42.3.3 in /ebean-postgis
|
2022-02-17 21:43:37 +13: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 |
|
 dependabot[bot]andGitHub
|
9974102f1a
|
Bump postgresql from 42.3.2 to 42.3.3 in /ebean-core
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:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-16 01:19:22 +00:00 |
|