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
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
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
5b63434f13
reindent code and linked #2514
2022-01-27 16:43:35 +01:00
Roland Praml
48c8f5e2ca
ADD: different DB2 platforms
2022-01-27 10:09:31 +01:00
Rob Bygrave and GitHub
1dc5ecc81f
Merge pull request #2506 from FOCONIS/fix-localdate-databind
...
DB2: Fix: DataBind/Read of native LocalDates
2022-01-27 09:02:04 +13:00
Rob Bygrave and GitHub
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 Praml and Roland Praml
1982027300
Organized imports
2022-01-26 16:55:50 +01:00
Roland Praml and Roland Praml
2e1a6eec04
DB2: Fix: DataBind/Read of native LocalDates
2022-01-26 16:51:55 +01:00
Roland Praml and Roland 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
7ffea8e922
FIX: DeleteBatch for SQLServer
2022-01-26 11:59:35 +01:00
Rob Bygrave
78a647a72e
Merge branch 'master' of github.com:ebean-orm/ebean
2022-01-26 22:42:10 +13:00
Rob Bygrave
7ffd2f1886
#2501 Modify pom use ${h2database.version}
2022-01-26 22:41:55 +13: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
23061473c7
Refactor internals split result load functionality from SqlTreeNode into SqlTreeLoad
2022-01-26 22:00:28 +13:00
Noemi Szemenyei
dd26dc342d
FIX: select properties of the embedded Id
...
(cherry picked from commit 58e952b1ec )
2022-01-25 09:42:27 +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
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
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
2022-01-17 22:30: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
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
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 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
FOCONIS\szemenyei
8eed983fbb
restore old test
2022-01-12 08:37:46 +01:00
Roland Praml and FOCONIS\szemenyei
01847e44de
Always use UTF-8
2022-01-11 10:11:13 +01:00
Jonas Pöhler
eb21b41fba
Refactor and fixes for interfaces (like Path) + extend existing tests
2022-01-05 14:22:24 +01:00
Jonas Pöhler
3dc6c567a0
Merge remote-tracking branch 'ebean/master' into fix-scalartype-problem2
2022-01-05 13:34:29 +01:00
Rob Bygrave
3f645211a6
[maven-release-plugin] prepare for next development iteration
2021-12-20 16:34:23 +13:00
Rob Bygrave
451e2fa93c
[maven-release-plugin] prepare release ebean-parent-12.14.0
2021-12-20 16:34:17 +13:00
Rob Bygrave
361df6732a
#2472 - BeanPersistController and isCascade() for delete requests (following #2458 )
2021-12-20 15:49:58 +13:00
Rob Bygrave
c411d9a665
Bump version to 12.14.0-SNAPSHOT
2021-12-20 12:47:36 +13:00
Rob Bygrave
860aad11ce
WIP h2database v2
2021-12-17 23:22:25 +13:00
Rob Bygrave
752d5d4782
Remove pom.xml.releaseBackup from barfed release
2021-12-17 21:47:07 +13:00
Rob Bygrave
5fddc37037
[maven-release-plugin] prepare for next development iteration
2021-12-17 17:26:43 +13:00
Rob Bygrave
ca6e3963db
[maven-release-plugin] prepare release ebean-parent-12.13.2
2021-12-17 17:26:36 +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
Rob Bygrave
9bdcd6c55e
#2452 - server-wide defaultJsonMutation SOURCE is not honored by DbJson scalar types (e.g. List<String>)
2021-12-07 18:13:17 +13:00
Roland Praml
f830662cce
Improve TypeManager - cache typeNotFound information.
2021-12-02 11:18:22 +01:00
Roland Praml
483f0398b2
Fix: 'No ScalarType registered for class java.util.GregorianCalendar' - check all registered scalar type if no exact match was found
2021-12-02 08:30:24 +01:00
Noemi Szemenyei
25bc0e947d
NPE Fix with .setCountDistinct(CountDistinctOrder.NO_ORDERING)
2021-11-30 10:21:34 +01:00
Rob Bygrave
0a71ad624e
[maven-release-plugin] prepare for next development iteration
2021-11-26 21:57:10 +13:00
Rob Bygrave
09115a824d
[maven-release-plugin] prepare release ebean-parent-12.13.1
2021-11-26 21:57:04 +13:00
Rob Bygrave
2cad98ad26
Move DetermineManyType into io.ebeaninternal.server.deploy.parse
...
This allows it to be package private
2021-11-26 21:25:54 +13:00
Rob Bygrave
8a25a7b6ec
#2444 - exists and findCount queries produce NPE on entity defined with IdClass - SqlTreeProperties.add(SqlTreeProperties.java:38)
2021-11-26 21:10:31 +13:00