Rob Bygrave
|
389f2bcd2f
|
Modify tests to use isPostgresCompatible() (to effectively include Yugabyte)
|
2022-02-02 23:25:13 +13:00 |
|
Rob Bygrave
|
4899f23773
|
Yugabyte - Use MultiValueBind like Postgres (that is, ANY(?) clause in sqlQuery/sqlUpdate)
|
2022-02-02 23:02:32 +13:00 |
|
Rob Bygrave
|
771e9ff069
|
Tidy tests only - EqlParserTest, EbeanServer_deleteAllByIdTest
|
2022-02-02 23:00:06 +13:00 |
|
Rob Bygrave
|
d6a8643fe4
|
Support @DbArray of BigDecimal
|
2022-02-02 22:22:42 +13:00 |
|
Rob Bygrave
|
57f6668b37
|
Support @DbArray of BigDecimal
|
2022-02-02 21:57:39 +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
|
17fed0ebd8
|
Tidy test only - TestNestedBeginRequiresNew
|
2022-02-01 15:18:06 +13:00 |
|
Rob Bygrave
|
a412873da6
|
ebean-test - bump Postgres default container to 14
|
2022-02-01 13:36:37 +13:00 |
|
Rob Bygrave
|
6d0f5aea82
|
Yugabyte - ebean-test support via ebean.test.platform=yugabyte
|
2022-02-01 13:26:05 +13:00 |
|
Rob Bygrave
|
13cfaba0c8
|
Yugabyte - Disable commit and continue test for Yugabyte (failing occasionally, need to review)
|
2022-02-01 11:55:26 +13:00 |
|
Rob Bygrave
|
1fa92efb63
|
Yugabyte - Adjust DbJsonTest wrt ordering in content, use JSON assertContainsResource()
Highlights that the DbJson assertContains() asserts are better longer term approach (over content matching asserts)
|
2022-02-01 11:55:15 +13:00 |
|
Rob Bygrave
|
bc477c64cb
|
Yugabyte - Disable commit and continue test for Yugabyte (failing occasionally, need to review)
|
2022-02-01 11:53:03 +13:00 |
|
Rob Bygrave
|
804098149e
|
Yugabyte - Tidy tests with element collections not maintaining ordering
|
2022-02-01 11:51:46 +13:00 |
|
Rob Bygrave
|
567ad92050
|
Yugabyte - Tidy tests
|
2022-02-01 10:41:29 +13:00 |
|
Rob Bygrave
|
b4ddbe38ee
|
Yugabyte - Fix some tests for running against Yugabyte
|
2022-02-01 09:49:23 +13:00 |
|
Rob Bygrave
|
1359d534d5
|
Yugabyte - Use Postgres ScalarTypes for JSON/JSONB but not HSTORE
|
2022-01-29 17:05:12 +13:00 |
|
 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
|
a9560c6664
|
Merge pull request #2523 from FOCONIS/db2/sqllimiter
DB2: FIX Db2SqlLimiter & tests
|
2022-01-29 15:11:33 +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
|
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
|
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
|
6d978add29
|
DB2: Fix default values
|
2022-01-28 09:47:49 +01:00 |
|
Roland Praml
|
ddaff81b9c
|
FIX: Datasource was not initialized in offline mode.
|
2022-01-28 09:29:12 +01: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
|
44462e3513
|
Add maxInBinding - Oracle support for large delete by ids
|
2022-01-28 09:46:03 +13:00 |
|
Roland Praml
|
4a20c9eb99
|
Test against H2 1.4.199
|
2022-01-27 13:56:21 +01:00 |
|
 Noemi SzemenyeiandRoland Praml
|
69a753fc4f
|
DB2:Unselect LOBs when making a distinct select
|
2022-01-27 08:34:51 +01:00 |
|
Rob Bygrave
|
7278db56ea
|
Modify test TestUuidGenerator to allow odd jvm variance in root error message
|
2022-01-27 09:12:57 +13:00 |
|
 Rob BygraveandGitHub
|
c39661e2c2
|
Merge pull request #2505 from FOCONIS/refactor-uuid-v1-generator
Refactor UUID generator. Add uuid-property to serverConfig (#57)
|
2022-01-27 08:55:48 +13:00 |
|
 Roland PramlandRoland 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 |
|
Roland Praml
|
315640df6b
|
ADD: Failing test case
|
2022-01-26 11:59:17 +01:00 |
|
 Rob BygraveandGitHub
|
0087eabb4e
|
Merge pull request #2502 from FOCONIS/fix-composite-id-in-select-distinct
Fix: composite id in select distinct queries
|
2022-01-26 22:22:18 +13:00 |
|
Rob Bygrave
|
17df5a2c16
|
Merge branch 'master' into wip/h2database-v2
|
2022-01-26 22:07:20 +13:00 |
|
Rob Bygrave
|
5466c6a350
|
Reduce logging when running Build tests
|
2022-01-26 21:51:48 +13:00 |
|
Rob Bygrave
|
7e0ac5a73a
|
Fix issues with tests - tidy ResetBasicData
|
2022-01-26 21:47:00 +13:00 |
|
Noemi Szemenyei
|
008e1849a2
|
FIX: other queries for other platforms
|
2022-01-26 08:25:38 +01:00 |
|
Rob Bygrave
|
774cab327d
|
Fix issues with test ordering - ordering in ResetBasicData
|
2022-01-26 17:23:18 +13:00 |
|
Rob Bygrave
|
2f824c99ea
|
Fix issues with test ordering
|
2022-01-26 16:53:38 +13:00 |
|
Rob Bygrave
|
1a54fc12ad
|
Test logging enabled for investigating CI Build issue
|
2022-01-26 15:48:03 +13:00 |
|