 Rob BygraveandGitHub
|
d58c56484e
|
Merge pull request #2517 from FOCONIS/fix-datasource
FIX: Datasource was not initialized in offline mode.
|
2022-01-29 15:28:53 +13:00 |
|
 Rob BygraveandGitHub
|
75a27fa2d6
|
Merge pull request #2511 from FOCONIS/unselect-lobs
Unselect LOBs when making a distinct select
|
2022-01-29 15:25:00 +13:00 |
|
 Rob BygraveandGitHub
|
cc1c08cd34
|
Merge pull request #2528 from FOCONIS/db2/disabled-tests
DB2 Fix tests for DB2
|
2022-01-29 15:19:01 +13:00 |
|
 Rob BygraveandGitHub
|
029cde12db
|
Merge pull request #2527 from FOCONIS/db2/fix-sequence
DB2: Fix Sequence generator
|
2022-01-29 15:16:24 +13:00 |
|
 Rob BygraveandGitHub
|
b33914ab2f
|
Merge pull request #2526 from FOCONIS/db2/no-null-values
DB2: Do not try to update deferred null values (Discovered by TestPrinterStateIssue)
|
2022-01-29 15:15:33 +13:00 |
|
 Rob BygraveandGitHub
|
d571a6c354
|
Merge pull request #2525 from FOCONIS/db2/truncate
DB2: truncate needs commit after each statement
|
2022-01-29 15:13:29 +13:00 |
|
 Rob BygraveandGitHub
|
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 BygraveandGitHub
|
a9560c6664
|
Merge pull request #2523 from FOCONIS/db2/sqllimiter
DB2: FIX Db2SqlLimiter & tests
|
2022-01-29 15:11:33 +13:00 |
|
 Rob BygraveandGitHub
|
235822bcb2
|
Merge pull request #2520 from FOCONIS/db2/fix-raw-like
DB2: Fix Raw like
|
2022-01-29 15:07:41 +13:00 |
|
 Rob BygraveandGitHub
|
5a024ea19f
|
Merge pull request #2519 from FOCONIS/db2/fix-default-values
DB2: Fix default values for auto generated ids
|
2022-01-29 15:06:54 +13:00 |
|
 Rob BygraveandGitHub
|
399f8b92fa
|
Merge pull request #2518 from FOCONIS/db2/fix-concat-operator
DB2: Fix Concat operator
|
2022-01-29 15:05:58 +13:00 |
|
 Rob BygraveandGitHub
|
be93263015
|
Merge pull request #2513 from FOCONIS/h2-backward-compat
Test against H2 1.4.199
|
2022-01-29 11:23:19 +13:00 |
|
Roland Praml
|
b4fe4ec8b9
|
ADD.profile and autodetect code
|
2022-01-28 16:04:35 +01:00 |
|
Roland Praml
|
8c9f5f4a22
|
Disabled more tests for DB2
|
2022-01-28 11:38:11 +01:00 |
|
Roland Praml
|
953f8054e6
|
FIX: Clean up tests
|
2022-01-28 11:38:01 +01:00 |
|
Roland Praml
|
aadb791980
|
FIX: isSame replaceed by isEqualTo
|
2022-01-28 11:37:48 +01:00 |
|
Roland Praml
|
7430f97c9c
|
fix compile errors for EqlParserTest
|
2022-01-28 11:37:30 +01:00 |
|
Roland Praml
|
ba21eeaadb
|
DB2: Do not try to update deferred null values (Discovered by TestPrinterStateIssue)
|
2022-01-28 10:59:16 +01:00 |
|
Roland Praml
|
c0e827ffda
|
DB2: Fix Sequence generator
|
2022-01-28 10:57:41 +01:00 |
|
Roland Praml
|
3b30708dfc
|
DB2: truncate needs commit after each statement
|
2022-01-28 10:56:01 +01:00 |
|
Roland Praml
|
9f9184ac6a
|
DB2 does not support ids in compressed form
|
2022-01-28 10:53:51 +01:00 |
|
Roland Praml
|
5845f94303
|
DB2:ignored tests
|
2022-01-28 10:28:02 +01:00 |
|
Roland Praml
|
dd824ffe52
|
DB2: Fix EqlParserTests similar to HANA
|
2022-01-28 10:27:50 +01:00 |
|
Roland Praml
|
e5d29afa4c
|
DB2: Disabled test for encryption, as it is not supported for Db2
|
2022-01-28 10:27:39 +01:00 |
|
Roland Praml
|
5ae5e408e3
|
DB2: FIX Db2SqlLimiter & tests
|
2022-01-28 10:23:22 +01:00 |
|
Roland Praml
|
015dd00b8e
|
DB2: Fix Raw like
|
2022-01-28 10:04:20 +01:00 |
|
Roland Praml
|
6d978add29
|
DB2: Fix default values
|
2022-01-28 09:47:49 +01:00 |
|
Roland Praml
|
e529232f76
|
DB2: Fix insert default values
|
2022-01-28 09:47:04 +01:00 |
|
Roland Praml
|
d982ac73b7
|
DB2: Fix Concat operator
|
2022-01-28 09:38:41 +01:00 |
|
Roland Praml
|
ddaff81b9c
|
FIX: Datasource was not initialized in offline mode.
|
2022-01-28 09:29:12 +01:00 |
|
 Rob BygraveandGitHub
|
1d11666945
|
Merge pull request #2516 from ebean-orm/feature/yugabyte-platform-ddl
Yugabyte platform support - Automatic detection and DDL support
|
2022-01-28 17:45:46 +13:00 |
|
Rob Bygrave
|
223e5160dc
|
#2516 - Touch StartYugabyte
|
2022-01-28 17:26:58 +13: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
|
425124d8f7
|
Adjust README for build badge changes
|
2022-01-28 10:55:22 +13:00 |
|
Rob Bygrave
|
6af8968280
|
Adjust workflow build for Oracle 18
|
2022-01-28 10:44:25 +13:00 |
|
Rob Bygrave
|
a9bee03ba7
|
Add workflow build for Oracle 18
|
2022-01-28 09:57:49 +13:00 |
|
 Rob BygraveandGitHub
|
302cc426bd
|
Merge pull request #2515 from ebean-orm/feature/oracle-maxInBinding
Add maxInBinding - Oracle support for large delete by ids
|
2022-01-28 09:50:01 +13:00 |
|
Rob Bygrave
|
44462e3513
|
Add maxInBinding - Oracle support for large delete by ids
|
2022-01-28 09:46:03 +13:00 |
|
Rob Bygrave
|
b748c598a1
|
build workflow rename for DB2 LUW
|
2022-01-28 09:04:56 +13:00 |
|
Rob Bygrave
|
dbac184b4c
|
Rename build workflows
|
2022-01-28 08:58:25 +13:00 |
|
Rob Bygrave
|
29c5916203
|
Add build workflow for db2
|
2022-01-28 08:54:21 +13:00 |
|
 Rob BygraveandGitHub
|
827315a11d
|
Merge pull request #2509 from ebean-orm/feature/jedis-4x
Support jedis 4.1.0 client (ScanParams, ScanResult in different package now)
|
2022-01-28 08:37:28 +13:00 |
|
 Rob BygraveandGitHub
|
14ef8f6e0d
|
Merge pull request #2512 from FOCONIS/introduce-db2
ADD: different DB2 platforms
|
2022-01-28 08:17:03 +13:00 |
|
Roland Praml
|
5b63434f13
|
reindent code and linked #2514
|
2022-01-27 16:43:35 +01:00 |
|
Roland Praml
|
3e8cc87f01
|
Add: github workflow for db2
|
2022-01-27 16:02:18 +01:00 |
|
Roland Praml
|
190b4ef588
|
Made some fixes in wrong ddl generation
|
2022-01-27 15:58:44 +01:00 |
|
Roland Praml
|
4a20c9eb99
|
Test against H2 1.4.199
|
2022-01-27 13:56:21 +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 |
|
 Noemi SzemenyeiandRoland Praml
|
69a753fc4f
|
DB2:Unselect LOBs when making a distinct select
|
2022-01-27 08:34:51 +01:00 |
|