Rob Bygrave
75b9df942c
No effective change - tidy TestWithCacheAndLazyLoad
2022-03-16 18:38:47 +13:00
Noemi Szemenyei
8ad8f47c6b
Created failing test case
...
(cherry picked from commit 2b21588c90 )
2022-03-15 13:20:16 +01:00
Rob Bygrave
fd4be0ca59
#2593 - Tidy SqlTreeBuilder to not add duplicate BeanProperties
2022-03-14 16:16:14 +13:00
Rob Bygrave
1615beadd1
Merge branch 'master' of github.com:ebean-orm/ebean
2022-03-14 15:37:52 +13:00
Rob Bygrave
267b1b7303
#2580 - Fix for Wrong join in query with @Inheritance
...
Effectively delays an extra join added via BeanPropertyAssocOne with inheritance, such that this only occurs if a SqlTreeNode child doesn't add the join.
2022-03-14 15:37:12 +13:00
Rob Bygrave
c902caed24
Fix is to delay the extra join added via BeanPropertyAssocOne until after the children nodes have joined.
...
In this way the join is ONLY added if not already done so via a child node (SqlTreeNode).
2022-03-14 15:32:42 +13:00
Noemi Szemenyei
6867c4568c
fix db.shutdown()
...
(cherry picked from commit 33d17d0f49 )
2022-03-11 13:32:08 +01:00
Noemi Szemenyei
e0e572a8b4
update
...
(cherry picked from commit dab8ed8a3b )
2022-03-11 13:31:58 +01:00
Noemi Szemenyei
3c7555de36
Provide custom BackgroundExecutorWrapper to pass thread locals
...
(cherry picked from commit 336accf447 )
2022-03-11 13:31:50 +01:00
Rob Bygrave
8e44ad71e8
Merge branch 'Bug-wrong-join-inheritance-dbforeignkey' of https://github.com/FOCONIS/ebean into FOCONIS-Bug-wrong-join-inheritance-dbforeignkey
2022-03-10 16:24:14 +13:00
Rob Bygrave
febd56c9c0
#2581 - SoftDelete on @OneToMany is ignored after refresh() (since 12.11.5)
2022-03-10 16:19:11 +13:00
Alexander Wagner
9b8f7be98f
Bug: Wrong join in query with @Inheritance and @DbForeignKey
...
(cherry picked from commit 4bcadbb4da3f0defbcc58802e621442d948df38a)
2022-03-02 11:50:57 +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
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 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
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