Rob Bygrave
daf0ba67a4
#2547 - CockroachDB - Use ON DISTINCT ... like Postgres and Yugabyte
2022-02-04 08:58:21 +13:00
Rob Bygrave
94951a5476
Yugabyte - use distinct on clause with Yugabyte (like Postgres)
2022-02-02 23:38:50 +13:00
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
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
17fed0ebd8
Tidy test only - TestNestedBeginRequiresNew
2022-02-01 15:18:06 +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 and GitHub
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 Bygrave and GitHub
cc1c08cd34
Merge pull request #2528 from FOCONIS/db2/disabled-tests
...
DB2 Fix tests for DB2
2022-01-29 15:19:01 +13:00
Rob Bygrave and GitHub
a9560c6664
Merge pull request #2523 from FOCONIS/db2/sqllimiter
...
DB2: FIX Db2SqlLimiter & tests
2022-01-29 15:11:33 +13:00
Rob Bygrave and GitHub
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 Bygrave and GitHub
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
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
5845f94303
DB2:ignored tests
2022-01-28 10:28:02 +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
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 Szemenyei and Roland Praml
69a753fc4f
DB2:Unselect LOBs when making a distinct select
2022-01-27 08:34:51 +01:00
Roland Praml
315640df6b
ADD: Failing test case
2022-01-26 11:59:17 +01:00
Rob Bygrave and GitHub
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
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
Noemi Szemenyei
7733e9382c
ADD: failing test with select distinct with composite key and T0.NULL
...
(cherry picked from commit a08ba194b7 )
2022-01-25 09:42:04 +01:00
Rob Bygrave and GitHub
bc6d2fb3be
Merge branch 'master' into wip/h2database-v2
2022-01-25 21:30:36 +13:00
Rob Bygrave
a9dbc036e9
Support H2database 2.x
2022-01-25 21:28:09 +13:00
Rob Bygrave
1165d857d8
Fix test ParentQueryTest
2022-01-17 21:57:14 +13:00
Rob Bygrave
874c2f5231
#2492 - Fix for Oracle platform when insert only default values
2022-01-17 21:42:09 +13:00
Rob Bygrave
ec45fc1c86
Fix tests for Oracle - BITADD in @Where clause expression
2022-01-17 21:26:19 +13:00
Rob Bygrave
e65876e8ed
#2477 - Add failing test case (disable for the moment)
2022-01-17 20:58:19 +13:00
Rob Bygrave
9b116c9bf6
#2476 - tidy tests
2022-01-17 15:38:41 +13:00
Rob Bygrave
1c83bbe0b0
#2476 - Failing test for element collection on bean with default constructor
2022-01-17 15:33:13 +13:00
Rob Bygrave and GitHub
c5779133bc
Merge pull request #2485 from FOCONIS/fix-utf8-problems-with-specialchars
...
Fix utf8 problems with specialchars
2022-01-13 11:05:27 +13:00
Roland Praml and FOCONIS\szemenyei
01847e44de
Always use UTF-8
2022-01-11 10:11:13 +01:00
Jonas Pöhler
e7f9c63502
Clear up some possible confusion in the test
2022-01-05 15:46:34 +01:00
Jonas Pöhler
eb21b41fba
Refactor and fixes for interfaces (like Path) + extend existing tests
2022-01-05 14:22:24 +01:00
Cédric Sougné
9ddf1333ed
Fix locale problem with TestCsvReader and TestCsvReaderWithCallback.
2021-12-23 17:19:44 +01:00
tFellner and GitHub
42594533da
Support for Sequences in MariaDB ( #2304 )
...
* Support for Sequneces in MariaDB
* clean up readSequenceValue in test class
* remove flakiness
* remove change for later discussion
* replace deprecated methods
* strictly allow sequences
2021-12-20 16:11:30 +13:00
Rob Bygrave
361df6732a
#2472 - BeanPersistController and isCascade() for delete requests (following #2458 )
2021-12-20 15:49:58 +13:00
Rob Bygrave
860aad11ce
WIP h2database v2
2021-12-17 23:22:25 +13:00
Rob Bygrave
1a6a426683
#2458 - Add BeanPersistController.isCascade() to identify cascade vs "top level" persist requests
2021-12-17 10:43:27 +13:00