Rob Bygrave
|
85bfe3d03e
|
#1345 - Refactor io.ebean.meta.MetaInfoManager API (query execution metrics). Breaking change for people collecting query execution metrics.
|
2018-03-10 02:51:51 +13:00 |
|
Rob Bygrave
|
eda6350d89
|
#1344 - ENH: Add initial Cockroach DB support ... need to review JSON
Adds in the DB ARRAY support (exactly the same as Postgres)
|
2018-03-09 17:40:34 +13:00 |
|
Rob Bygrave
|
2042bdf29a
|
#1342 - Refactor and rename DbTypeConfig to Platform config to support multi-platform db migration
|
2018-03-08 23:23:50 +13:00 |
|
Rob Bygrave
|
4f327c2751
|
No effective change - default h2 platform for testing
|
2018-03-08 20:47:48 +13:00 |
|
Rob Bygrave
|
fbc2ba3912
|
No effective change - Test update DDL review files
|
2018-03-08 20:47:28 +13:00 |
|
Rob Bygrave
|
93d659050b
|
No effective change - Test on rename of DDL review files
|
2018-03-08 20:44:15 +13:00 |
|
Rob Bygrave
|
2520837f5e
|
No effective change - Test on rename of DDL review files for oracle
|
2018-03-08 20:42:36 +13:00 |
|
Rob Bygrave
|
2f349ff054
|
#1318 No effective change - DDL review for ... ENH: native UUID-support for SqlServer
Shows the use of uniqueidentifier DB column type for UUID with sql server.
|
2018-03-08 19:37:30 +13:00 |
|
Rob Bygrave
|
0aec597cf2
|
#1318 No effective change - DDL review for ... ENH: native UUID-support for SqlServer
|
2018-03-08 19:35:48 +13:00 |
|
Rob Bygrave
|
7252e2d7d9
|
#1318 - ENH: native UUID-support for SqlServer
Merge branch 'native-uuid-sqlserver' of https://github.com/FOCONIS/ebean into FOCONIS-native-uuid-sqlserver
# Conflicts:
# src/main/java/io/ebean/config/dbplatform/sqlserver/SqlServerBasePlatform.java
|
2018-03-08 19:34:09 +13:00 |
|
Rob Bygrave
|
0cc87009d0
|
#1340 - (test only change) Split SQL Server Platform into SqlServer16 and SqlServer17 (where 2017 which uses UTF8 types nvarchar etc and prefers Sequences).
Update DbMigrationGenerateTest ... for SqlServer17 platform
|
2018-03-08 18:37:36 +13:00 |
|
Rob Bygrave
|
ef58954af5
|
Test only changes - related to #1336 - Change DDL generation such that it does create index before alter table add foreign key
|
2018-03-08 18:31:12 +13:00 |
|
Rob Bygrave
|
824f5e468e
|
#1340 - (test only change) Split SQL Server Platform into SqlServer16 and SqlServer17 (where 2017 which uses UTF8 types nvarchar etc and prefers Sequences).
Reset Offline platform in DbMigrationSqlServerTest
|
2018-03-08 18:18:13 +13:00 |
|
Rob Bygrave
|
d84cdab714
|
#1340 - Split SQL Server Platform into SqlServer16 and SqlServer17 (where 2017 which uses UTF8 types nvarchar etc and prefers Sequences).
Only need to run H2 based test TestAutoCommitDataSource with H2
|
2018-03-08 17:45:19 +13:00 |
|
Rob Bygrave
|
5a3550e603
|
#1340 - Split SQL Server Platform into SqlServer16 and SqlServer17 (where 2017 which uses UTF8 types nvarchar etc and prefers Sequences).
Unrelated - update dbmigration ddl for create index / add fk change in order (db2)
|
2018-03-08 17:43:25 +13:00 |
|
Rob Bygrave
|
f840cfc2ae
|
#1340 - Split SQL Server Platform into SqlServer16 and SqlServer17 (where 2017 which uses UTF8 types nvarchar etc and prefers Sequences).
test changes
|
2018-03-08 17:40:11 +13:00 |
|
Rob Bygrave
|
8e0d2f8749
|
#1340 - Split SQL Server Platform into SqlServer16 and SqlServer17 (where 2017 which uses UTF8 types nvarchar etc and prefers Sequences).
test - dbmigration ddl
|
2018-03-08 17:39:10 +13:00 |
|
Rob Bygrave
|
c0efd49c73
|
#1341 - Cascade persist with JDBC batch and BeanPersistAdapter with preUpdate() that invokes lazy loading on persisted bean ... results in OptimisticLockException
|
2018-03-08 14:12:32 +13:00 |
|
Rob Bygrave
|
e182190f96
|
#1339 - Regression: Fix for not throwing OptimisticLockException when loaded bean has @Version property set
|
2018-03-07 20:19:48 +13:00 |
|
Rob Bygrave
|
8711ebc6f7
|
Merge branch 'fix-limit-constraint-names' of https://github.com/FOCONIS/ebean into FOCONIS-fix-limit-constraint-names
|
2018-03-07 17:13:56 +13:00 |
|
Rob Bygrave
|
baa7242939
|
#1338 - Regression since 11.12.1 - resolve expressions in Properties given to serverConfig.loadFromProperties()
|
2018-03-07 16:43:42 +13:00 |
|
Rob Bygrave
|
2019bc7bf1
|
#1336 - Change DDL generation such that it does create index before alter table add foreign key
|
2018-03-07 02:19:10 +13:00 |
|
Rob Bygrave
|
55a257a64c
|
#1334 - ENH: Convert ORM query into DTO query ... with dynamic formula support
|
2018-03-07 01:52:18 +13:00 |
|
Rob Bygrave
|
a18cac035b
|
#1333 - ENH: Support "dynamic formula" with findSingleAttributeList() ... e.g. .select("concat(lastName,', ',firstName)")
Support property alias via "AS" ... concat(lastName,', ',firstName) as lastName
|
2018-03-06 21:14:26 +13:00 |
|
Rob Bygrave
|
873c14faaf
|
#1333 - ENH: Support "dynamic formula" with findSingleAttributeList() ... e.g. .select("concat(lastName,', ',firstName)")
Support cast of formula like ... select("max(updtime)::Instant")
|
2018-03-06 20:58:30 +13:00 |
|
Rob Bygrave
|
e1af7c29eb
|
#1333 - ENH: Support "dynamic formula" with findSingleAttributeList() ... e.g. .select("concat(lastName,', ',firstName)")
Concat automatically maps to String ScalarType
|
2018-03-06 17:35:26 +13:00 |
|
Rob Bygrave
|
c1c85b67c2
|
#1333 - ENH: Support "dynamic formula" with findSingleAttributeList() ... e.g. .select("concat(lastName,', ',firstName)")
|
2018-03-06 17:29:45 +13:00 |
|
Rob Bygrave
|
05b8adbf6e
|
No effective change - change test from extends testcase to normal junit
|
2018-03-06 16:37:47 +13:00 |
|
Rob Bygrave
|
3ca4efc818
|
#1331 - ENH: Support Aggregation formula with findSingleAttribute() ... max, min, avg, count and count(distinct ..)
|
2018-03-06 12:58:43 +13:00 |
|
Rob Bygrave
|
ec2c3b13d4
|
No effective change - add test for deploy parser
|
2018-03-06 01:08:42 +13:00 |
|
Rob Bygrave
|
5a3e386b7c
|
No effective change - add test for selecting only some @Aggregation properties
|
2018-03-05 19:59:40 +13:00 |
|
Rob Bygrave
|
62cdfb3209
|
#1330 - Update ANTLR dependency to 4.7.1
|
2018-03-05 19:22:38 +13:00 |
|
Rob Bygrave
|
740532da4b
|
#1329 - Ebean 11.12.1 broken when using ScalarTypeConverter with enum
|
2018-03-05 19:19:27 +13:00 |
|
Rob Bygrave
|
aad5b33db2
|
#1297 - ENH: Add DtoQuery ... such that we can map native SQL queries automatically into "DTO beans"
|
2018-03-02 23:32:01 +13:00 |
|
 Roland PramlandRob Bygrave
|
514416a1e0
|
Testcase Fix for SqlServer (#1326)
Test change only - Testcase Fix for SqlServer
|
2018-03-02 16:38:59 +13:00 |
|
Rob Bygrave
|
ebaeafc11b
|
#1303 - NEW: Ebean.checkUniqueness ... add example to javadoc
|
2018-03-02 16:25:13 +13:00 |
|
Rob Bygrave
|
98e014f8c8
|
#1300 - NEW: FetchCountDistinct ... add example to javadoc + support chaining use via ExpressionList
|
2018-03-02 14:30:38 +13:00 |
|
Roland Praml
|
fdafa776e1
|
Merge remote-tracking branch 'ebean/master' into fix-limit-constraint-names
# Conflicts:
# src/test/resources/dbmigration/migrationtest/db2/1.0__initial.sql
# src/test/resources/dbmigration/migrationtest/db2/1.1.sql
# src/test/resources/dbmigration/migrationtest/db2/1.3.sql
|
2018-03-02 01:03:36 +01:00 |
|
 Roland PramlandRob Bygrave
|
b642b3c644
|
FIX: Splitcolumns must return an empty array if string was empty (#1315)
* Add test suite from rpraml
* FIX: Splitcolumns must return an empty array if string was empty
* Just the reference scripts
|
2018-03-02 12:16:29 +13:00 |
|
 Roland PramlandRob Bygrave
|
56a742ad70
|
NEW: UUID version 1 generator (#1309)
* NEW: Uuid Type 1 generator
* Remove parameter (from other PR)
* FIX: Mac detection
* Have to use nodeId in generation
|
2018-03-02 12:09:21 +13:00 |
|
Roland Praml
|
a4415b03ff
|
FIX: limit the constraint names
|
2018-03-02 00:08:52 +01:00 |
|
 Roland PramlandRob Bygrave
|
e252f71792
|
ENH: Optimized binary form for UUID (Type 1) (#1308)
* ENH: Optimized binary form for UUID (Type 1)
* added missing parameter in test
|
2018-03-02 12:04:56 +13:00 |
|
 Roland PramlandRob Bygrave
|
94a118d635
|
FIX: do not set username and password for DbMigrationConfig (#1304)
|
2018-03-02 11:59:01 +13:00 |
|
 Roland PramlandRob Bygrave
|
efe325034b
|
NEW: Ebean.checkUniqueness - you can check a bean, if save would work (#1303)
|
2018-03-02 11:57:44 +13:00 |
|
 Roland PramlandRob Bygrave
|
0c368ed7b3
|
FIX: extra-ddl can contribute to "drop-all" script, otherwise the drop all script is not appyable to h2:file (#1301)
|
2018-03-02 11:48:35 +13:00 |
|
 Roland PramlandRob Bygrave
|
c1b022c123
|
NEW: FetchCountDistinct - query can return distinct values with their counts (#1300)
* NEW: FetchCountDistinct - query can return distinct values with their counts
* Have to disable asserts, because of #1298
|
2018-03-02 11:46:41 +13:00 |
|
 Roland PramlandRob Bygrave
|
021d57f4b2
|
FIX: @Formula on @ManyToOne produces SQLException ... fix appends missing FROM clause for formula joins #1299
|
2018-03-02 11:43:08 +13:00 |
|
 Roland PramlandRob Bygrave
|
11e180aa3f
|
FIX: introduced TransactionalTestCase, so that changes to DB are not persisted (#1298)
* FIX: introduced TransactionalTestCase, so that changes to DB are not persisted
* removed license header
|
2018-03-02 09:10:21 +13:00 |
|
Rob Bygrave
|
525afbc00f
|
#1296 - where().exampleLike(bean) ... with 'empty bean' produces invalid SQL
|
2018-03-01 13:38:09 +13:00 |
|
Rob Bygrave
|
6f2e1c0248
|
#1295 - Multiple platform DbMigration generation with non-native boolean type (BIT, INTEGER etc) produces incorrect DDL for other DB Platform with native boolean
|
2018-03-01 12:55:22 +13:00 |
|