rob bygrave
d11bb2c4e5
No effective change - add a new test for OneToMany orphanRemoval=true
2018-08-21 21:08:17 +12:00
rob bygrave
663b1bb4aa
#1474 - IllegalStateException: Table [some_table] does not exists in model? ... when applying drop table migration and table is no longer in the model
2018-08-21 20:45:31 +12:00
Snōwball and Rob Bygrave
f3d26e32ec
Possible fix error with multiple uses of enum ( #1473 )
...
When an enum is exists in the type cache and isn't String, @DbArray
fails. This includes a test that should fail everywhere (order of
reading fields isn't guaranteed afaik and the column needs to be read
before the @DbArray for the test to fail).
2018-08-21 20:26:08 +12:00
rob bygrave
5f83584315
[maven-release-plugin] prepare for next development iteration
2018-08-16 00:05:31 +12:00
rob bygrave
d28e3ee456
[maven-release-plugin] prepare release ebean-11.22.1
ebean-11.22.1
2018-08-16 00:05:16 +12:00
rob bygrave
e1b7161b22
Bump version to 11.22.1-SNAPSHOT
2018-08-16 00:03:15 +12:00
rob bygrave
f63a3cb926
Bump ebean-migration to 11.9.1
2018-08-16 00:02:10 +12:00
rob bygrave
29c5a17202
#1472 - Cascade insert with managed id ... results in update rather than insert statement
2018-08-15 23:12:06 +12:00
rob bygrave
340b100a1a
No effective change - Add test for OneToOne orphanRemoval=true and String Ids (non generated ids)
2018-08-14 22:09:01 +12:00
rob bygrave
80975acfbf
#1471 - Change stateless update on bean with no @Version property that updates 0 rows to throw EntityNotFoundException
2018-08-14 14:23:28 +12:00
rob bygrave
95dab97b1b
No effective change - adjust test adding @Draft property to @Draftable Document
2018-08-14 14:16:08 +12:00
rob bygrave
ce10dd79f9
[maven-release-plugin] prepare for next development iteration
2018-08-13 22:06:41 +12:00
rob bygrave
3f12739e71
[maven-release-plugin] prepare release ebean-11.21.1
ebean-11.21.1
2018-08-13 22:06:26 +12:00
rob bygrave
cd1ae20015
Bump to 11.21.1-SNAPSHOT
2018-08-13 22:00:15 +12:00
rob bygrave
6d1e3a08e1
#1470 - Change OnQueryOnly to default to OnQueryOnly.COMMIT
2018-08-13 21:59:33 +12:00
rob bygrave
94e6fe90e5
No effective change - white space format
2018-08-13 21:54:19 +12:00
Snōwball and Rob Bygrave
9bbe99657a
Let enum arrays be saved as integers or strings ( #1467 )
...
* Let enums be saved as integers or strings as needed
* Add tests for int and varchar @DbArray enums
2018-08-13 21:26:14 +12:00
rob bygrave
0faf9f54ea
[maven-release-plugin] prepare for next development iteration
2018-08-10 15:54:42 +12:00
rob bygrave
046a9b30b0
[maven-release-plugin] prepare release ebean-11.20.2
ebean-11.20.2
2018-08-10 15:54:29 +12:00
Rob Bygrave and GitHub
afb7679302
#1468 - ENH: Add built-in DDL generation for Postgres table partitioning (by day, week, month and year) ( #1469 )
2018-08-10 14:52:42 +12:00
rob bygrave
db35f0f5ed
#1466 - With ebean.dbSchema property (aka default db schema) we should not connection.setSchema() when running migrations
2018-08-09 21:34:23 +12:00
rob bygrave
19756421ad
[maven-release-plugin] prepare for next development iteration
2018-08-08 23:34:11 +12:00
rob bygrave
1d678576f7
[maven-release-plugin] prepare release ebean-11.20.1
ebean-11.20.1
2018-08-08 23:33:57 +12:00
Rob Bygrave and GitHub
ded7d44974
Add support for Postgres range partition DDL plus refactor xsd definitions that had got out of sync ( #1465 )
...
* Add partition meta mapping
* Fix to allow schema prefix on select dynamic formula
* Add partition meta mapping
* Migration XSD Update
* Fix to allow schema prefix on select dynamic formula
* Bump ebean-migration to 11.8.1
2018-08-08 23:29:29 +12:00
rob bygrave
c9497fd654
[maven-release-plugin] prepare for next development iteration
2018-08-08 12:06:03 +12:00
rob bygrave
23a9cf9bb3
[maven-release-plugin] prepare release ebean-11.19.3
ebean-11.19.3
2018-08-08 12:05:50 +12:00
rob bygrave
75395a8481
#1464 - NPE in PropertiesWrapper.internalGet(PropertiesWrapper.java:74) running multi-platform DB migration generation with ServerConfig that has no properties
...
Note that newPlatformConfig() is only used for multi-platform DB migration generation.
2018-08-07 11:55:06 +12:00
rob bygrave
a161d0c01b
#1463 - NPE in MigrationModel.readMigrations() when running using File resources with no migration directory
2018-08-07 11:36:26 +12:00
rob bygrave
1dd7720605
#1462 - DB Migration generation with Postgis types gives us non-strict geometry column DDL
2018-08-07 11:19:09 +12:00
rob bygrave
3d2f885e87
[maven-release-plugin] prepare for next development iteration
2018-08-06 21:42:56 +12:00
rob bygrave
2b3e485beb
[maven-release-plugin] prepare release ebean-11.19.2
ebean-11.19.2
2018-08-06 21:42:41 +12:00
rob bygrave
d4be0718a8
#1460 - ENH: Add FetchGroup ... as a mechanism to specify select() + fetch() separately from Query
...
Change to add generics for FetchGroup
2018-08-06 21:30:36 +12:00
rob bygrave
6d0556a120
#1460 - ENH: Add FetchGroup ... as a mechanism to specify select() + fetch() separately from Query
...
Change to add generics for FetchGroup
2018-08-02 23:18:44 +12:00
rob bygrave
ec7e4e4935
#1461 - @OneToMany with @JoinTable without table name does not default join table name
2018-08-02 22:25:48 +12:00
rob bygrave
471605619a
#1460 - ENH: Add FetchGroup ... as a mechanism to specify select() + fetch() separately from Query
2018-07-30 23:51:52 +12:00
rob bygrave
02fe956056
#1459 - findNative with join to a @OneToMany ... does not map properly
2018-07-27 12:31:56 +12:00
rob bygrave
db13034fec
No effective change - update code style in test
2018-07-27 12:31:27 +12:00
rob bygrave
c2489beb82
[maven-release-plugin] prepare for next development iteration
2018-07-18 22:25:00 +12:00
rob bygrave
9a424d7d6d
[maven-release-plugin] prepare release ebean-11.19.1
ebean-11.19.1
2018-07-18 22:24:45 +12:00
rob bygrave
9b74602617
Bump pom to 11.19.1-SNAPSHOT
2018-07-18 22:22:48 +12:00
Roland Praml and Rob Bygrave
5c99986476
Migration with procedures ( #1451 )
...
DB Migration with helper stored procedures (for MySql and SQL Server)
2018-07-18 22:21:47 +12:00
rob bygrave
7d38933e9d
Refactor remove dead code - BindableRequest registerGeneratedVersion()
...
No effective change
2018-07-18 22:16:15 +12:00
rob bygrave
7668fb11a9
[maven-release-plugin] prepare for next development iteration
2018-07-18 22:05:02 +12:00
rob bygrave
eac68166d9
[maven-release-plugin] prepare release ebean-11.18.6
ebean-11.18.6
2018-07-18 22:04:48 +12:00
rob bygrave
cb0023345f
Refactor scalar types for Varchar, LongVarchar and Clob - ScalarTypeStringBase
2018-07-18 21:59:11 +12:00
rob bygrave
f0f7feb125
No effective change - code format
2018-07-18 21:49:19 +12:00
Roland Praml and Rob Bygrave
c8e32253a5
FIX: support for ScalarTypeConverter and @Lob ( #1454 )
2018-07-18 21:41:46 +12:00
rob bygrave
01541bb208
#1457 - Issue with @ManyToOne with @EmbeddedId where only some columns are insertable or updatable
2018-07-18 21:29:08 +12:00
rob bygrave
2d44d06f36
#1456 - io.ebean.annotation.NotNull not honored by @ManyToOne property
2018-07-18 19:36:41 +12:00
rob bygrave
fda930a162
No effective change - fix javadoc title to Ebean 11
2018-07-18 17:01:14 +12:00