Rob Bygrave and GitHub
3337541ac4
Merge pull request #2497 from ebean-orm/dependabot/maven/ebean-api/com.h2database-h2-2.1.210
...
Bump h2 from 1.4.199 to 2.1.210 in /ebean-api
2022-01-26 22:18:18 +13:00
Rob Bygrave
b123b06f4d
Merge branch 'wip/h2database-v2'
2022-01-26 22:08:52 +13:00
Rob Bygrave
17df5a2c16
Merge branch 'master' into wip/h2database-v2
2022-01-26 22:07:20 +13:00
Rob Bygrave and GitHub
e13aaefee1
Merge pull request #2500 from ebean-orm/feature/refactor-sqltreeload
...
Refactor internals split result load functionality from SqlTreeNode into SqlTreeLoad
2022-01-26 22:04:42 +13:00
Rob Bygrave
09ce693da2
Merge branch 'feature/refactor-sqltreeload' of github.com:ebean-orm/ebean into feature/refactor-sqltreeload
2022-01-26 22:00:40 +13:00
Rob Bygrave
17f7be72f4
Touch README.md
2022-01-26 22:00:28 +13:00
Rob Bygrave
23061473c7
Refactor internals split result load functionality from SqlTreeNode into SqlTreeLoad
2022-01-26 22:00:28 +13:00
Rob Bygrave
0944b87283
Merge branch 'wip/h2database-v2' of github.com:ebean-orm/ebean into wip/h2database-v2
2022-01-26 21:58:12 +13:00
Rob Bygrave
86768dfe4d
Touch application-test.properties
2022-01-26 21:57:41 +13:00
Rob Bygrave
ffdafc796b
Touch README.md
2022-01-26 21:54:19 +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
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
Rob Bygrave
a1d6b280bc
Bump test parent poms
2022-01-26 14:58:38 +13:00
Rob Bygrave
fa561e5197
CI Build with single test and bump enhancement tiles
2022-01-26 14:52:32 +13:00
Rob Bygrave
4a8231a6cc
CI Build using adopt distribution
2022-01-26 14:38:52 +13:00
Rob Bygrave
5cb486c745
CI Build without maven cache
2022-01-26 14:18:02 +13: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
8d29a3a575
Bind LocalDate directly using JDBC driver to convert
...
This addresses issues with dates before 1900-01-01 with H2Database
2022-01-25 21:27:32 +13:00
Rob Bygrave
4158ac4665
Refactor internals split result load functionality from SqlTreeNode into SqlTreeLoad
2022-01-25 13:44:23 +13:00
dependabot[bot] and GitHub
9df96b0294
Bump h2 from 1.4.199 to 2.1.210 in /ebean-api
...
Bumps [h2](https://github.com/h2database/h2database ) from 1.4.199 to 2.1.210.
- [Release notes](https://github.com/h2database/h2database/releases )
- [Commits](https://github.com/h2database/h2database/compare/version-1.4.199...version-2.1.210 )
---
updated-dependencies:
- dependency-name: com.h2database:h2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-21 23:47:27 +00:00
Rob Bygrave
6a6b6b8200
Bump ebean-kotlin to 12.14.2-SNAPSHOT
2022-01-21 17:38:59 +13:00
Rob Bygrave
e26e093680
Bump test poms to 12.14.2-SNAPSHOT
2022-01-21 17:38:03 +13:00
Rob Bygrave and GitHub
fc107115c6
Merge pull request #2494 from ebean-orm/FOCONIS-pr/enh/stored_procedures_mysql_drop_column
...
Optionally allow use of stored procedures for MySql to drop columns in db migration
2022-01-21 17:26:22 +13:00
Rob Bygrave
0139ad891e
#2403 - table partitioning (Postgres only at this point) is always included + simplify skip logic
2022-01-21 17:20:21 +13:00
Rob Bygrave
4f70c09690
Merge branch 'pr/enh/stored_procedures_mysql_drop_column' of https://github.com/FOCONIS/ebean into FOCONIS-pr/enh/stored_procedures_mysql_drop_column
2022-01-21 17:06:48 +13:00
Rob Bygrave
df8ae18bf6
[maven-release-plugin] prepare for next development iteration
2022-01-17 22:31:00 +13:00
Rob Bygrave
8edaabf755
[maven-release-plugin] prepare release ebean-parent-12.14.1
ebean-parent-12.14.1
2022-01-17 22:30:53 +13:00
Rob Bygrave
25eea42211
Bump to ebean-migration 12.13.0 and ebean-agent 12.14.1
2022-01-17 22:28:36 +13:00
Rob Bygrave
263f6cdeba
Tidy OraclePlatform only
2022-01-17 22:10:53 +13:00
Rob Bygrave
38f1967e60
#2473 - Oracle - column alias - Change such that OraclePlatform doesn't use column alias
...
So with #2254 we regressed OraclePlatform to use column alias. This really should have introduced an Oracle12 platform instead. 18c onwards and we don't want the column alias.
2022-01-17 22:10:21 +13:00
Rob Bygrave
6eb8eb0dd2
#2473 Tidy BasicSqlAnsiLimiter only, no functional change
2022-01-17 21:58:33 +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
88ab852855
No real change, tidy DbExpressionHandlerFactory only
2022-01-17 21:28:45 +13:00
Rob Bygrave
b577331524
#2492 - Fix for Oracle platform when insert only default values
2022-01-17 21:27:42 +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 and GitHub
5453037172
Merge pull request #2491 from ebean-orm/feature/2476-elementCollectionConstructor
...
#2476 - Fix for element collection on bean with default constructor
2022-01-17 15:41:33 +13:00
Rob Bygrave
9b116c9bf6
#2476 - tidy tests
2022-01-17 15:38:41 +13:00
Rob Bygrave
82862deccc
#2476 - Fix for element collection on bean with default constructor
...
Note that we can look for a better longer term fix which might would look at treating element collection more like ToMany collections in terms of enhancement.
2022-01-17 15:36:26 +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
f16f34f35f
Merge pull request #2488 from ebean-orm/feature/2487
...
#2487 - ebean-test support Docker In Docker - docker container's hostname rather than hardcoded "localhost"
2022-01-14 16:32:04 +13:00
Rob Bygrave
38bc5b2fea
#2488 - refactor extract logic into DockerHost helper, fix RedisSetup, pass docker host to ebean-test-docker
2022-01-14 16:27:04 +13:00
Rob Bygrave
356dc5eb19
#2487 - ebean-test support Docker In Docker - docker container's hostname rather than hardcoded "localhost"
2022-01-13 15:02:38 +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
Rob Bygrave and GitHub
b8b6311348
Merge pull request #2447 from FOCONIS/fix-scalartype-problem2
...
Traverse class hierarchy, when searching for ScalarType
2022-01-13 10:58:05 +13:00