rob bygrave
4c2e9ccacd
[maven-release-plugin] prepare release ebean-11.22.10
ebean-11.22.10
2018-10-19 20:07:16 +13:00
rob bygrave
29aa395cd4
#1509 - DBMigration add ... List<String> getPendingDrops();
2018-10-19 16:24:06 +13:00
rob bygrave
8160d1f01c
#1508 - Invalid SQL used to fetch identity value for @Draftable with database platform that uses Identity but not getGeneratedKeys
2018-10-19 15:56:39 +13:00
rob bygrave
6fd76ff697
[maven-release-plugin] prepare for next development iteration
2018-10-15 22:35:28 +13:00
rob bygrave
249cc5df49
[maven-release-plugin] prepare release ebean-11.22.9
ebean-11.22.9
2018-10-15 22:35:12 +13:00
rob bygrave
2646e8c27f
#1507 - SqlUpdate.execute PersistenceException is not translated into more specific exception (like DuplicateKeyException)
...
Support for sqlUpdate.executeBatch()
2018-10-15 22:30:42 +13:00
rob bygrave
3eaf47fd70
No effective change - add additional tests
2018-10-15 22:25:38 +13:00
rob bygrave
9d64352771
No effective change - add additional tests
2018-10-15 22:13:18 +13:00
rob bygrave
aa7325b249
#1507 - SqlUpdate.execute PersistenceException is not translated into more specific exception (like DuplicateKeyException)
2018-10-15 22:12:39 +13:00
rob bygrave
2839434773
#1506 - @ElementCollection DDL generates 2 indexes on the same column
2018-10-13 00:23:44 +13:00
rob bygrave
de9823b69b
#1505 - Unidirectional @OneToOne orphanRemoval=true ... does not delete orphan that is replaced
2018-10-12 22:30:06 +13:00
rob bygrave
15cab24848
#1504 - ENH: Add SqlUpdate executeNow() method ... that executes now regardless of transaction batch mode
...
Add test for UpdateQuery (which executes immediately regardless)
2018-10-12 20:33:59 +13:00
rob bygrave
b87e360ac7
#1504 - ENH: Add SqlUpdate executeNow() method ... that executes now regardless of transaction batch mode
2018-10-12 18:49:20 +13:00
rob bygrave
82e68d7756
[maven-release-plugin] prepare for next development iteration
2018-10-05 13:04:31 +13:00
rob bygrave
0371043914
[maven-release-plugin] prepare release ebean-11.22.8
ebean-11.22.8
2018-10-05 13:04:15 +13:00
rob bygrave
54b5684628
#1502 - findNative build query to findPagedList, the query count is incorrect.
2018-10-05 12:22:25 +13:00
rob bygrave
da95ec0c05
#1501 - Change logging for io.ebeaninternal.dbmigration.DefaultDbMigration to "io.ebean.GenerateMigration"
2018-10-05 11:26:42 +13:00
rob bygrave
b5eec93995
#1500 - Improve Postgres 10 partitioning support, easier to create multiple indexes on each partition
2018-10-05 10:41:40 +13:00
rob bygrave
fc26765a7e
#1499 - findNative with findIds (or findSingleAttributeList with id property) throws ArrayIndexOutOfBoundsException
2018-10-04 22:51:51 +13:00
rob bygrave
9a6d339449
[maven-release-plugin] prepare for next development iteration
2018-10-04 22:10:24 +13:00
rob bygrave
5b09443cdf
[maven-release-plugin] prepare release ebean-11.22.7
ebean-11.22.7
2018-10-04 22:10:06 +13:00
rob bygrave
31093babe3
#1498 - findIds() with @SoftDelete bean returns all Ids (when soft deleted ones should not return)
...
And fix delete permanent that cascades
2018-10-04 20:49:30 +13:00
rob bygrave
f8b9ca2034
#1498 - findIds() with @SoftDelete bean returns all Ids (when soft deleted ones should not return)
2018-10-04 20:26:00 +13:00
rob bygrave
c27749ae2d
#1497 - SQL Error with @History + @SoftDelete + @OneToOne fetch=FetchType.EAGER
2018-10-04 19:59:36 +13:00
rob bygrave
2c04430185
No effective change - add testSoftDelete_includeSoftDeletes_findOne
2018-10-04 17:14:53 +13:00
rob bygrave
dcde47daf6
Merge branch 'master' of github.com:ebean-orm/ebean
2018-09-28 16:34:08 +12:00
rob bygrave
57056d7abd
#1496 - Query label lost for findId()
2018-09-28 16:33:54 +12:00
Rob Bygrave
3409f264ec
[maven-release-plugin] prepare for next development iteration
2018-09-26 23:38:57 +12:00
Rob Bygrave
6a61614430
[maven-release-plugin] prepare release ebean-11.22.6
ebean-11.22.6
2018-09-26 23:38:42 +12:00
Rob Bygrave
9734ae5787
#1490 - FIX: withQuote_when_match for different platforms
2018-09-26 21:33:27 +12:00
Roland Praml and Rob Bygrave
b817d5ee4d
FIX: withQuote_when:_match for different platforms ( #1490 )
2018-09-26 21:26:29 +12:00
Rob Bygrave
0036473971
#1489 - removed the concat-operator "||" and replaced with "concat()"
2018-09-26 21:23:14 +12:00
Roland Praml and Rob Bygrave
a020bb15a1
removed the concat-operator "||" and replaced with "concat()" ( #1489 )
...
* removed the concat-operator "||" and replaced with "concat()"
* using || in postgres
* FIX: Assert-statement
2018-09-26 21:19:28 +12:00
Rob Bygrave
efa86043bf
#1492 - Update for NEW: collation support for orderBy
2018-09-26 21:15:41 +12:00
Roland Praml and Rob Bygrave
eb1ea5ddd2
NEW: collation support for orderBy ( #1492 )
2018-09-26 20:57:33 +12:00
Roland Praml and Rob Bygrave
a83a4fa1c4
FIX: check platform on multiple annotations like '@Formula(platform=...)' ( #1495 )
2018-09-26 20:55:39 +12:00
Roland Praml and Rob Bygrave
fe71c7cc4e
FIX: tableName detection for native statements on SQLServer ( #1494 )
2018-09-26 20:54:22 +12:00
Roland Praml and Rob Bygrave
5522d56e8d
ignored tests for sqlserver, because there is no nested transaction support, yet ( #1493 )
2018-09-26 20:48:49 +12:00
Roland Praml and Rob Bygrave
7e995efb62
Add methods th the plugin API to access type and inheritance information ( #1491 )
2018-09-26 20:48:19 +12:00
Roland Praml and Rob Bygrave
ef46bc86cc
Original Value and bean change was not computed correctly in changelog ( #1488 )
...
* Bug in Changelog: It takes the first non null value as oldValue and does not detect if oldValue == newValue
* CHANGE: EntityBeanIntercept uses bitflags instead of separate boolean arrays - new flag 'origValueSet' introduced - getDirtyValues checks, if values are really different.
2018-09-26 20:40:56 +12:00
rob bygrave
0e75c50be5
#1487 - @OneToOne Postgres with different Id types - error PSQLException: ERROR: operator does not exist: uuid = character varying
...
Fix
2018-09-24 22:30:45 +12:00
rob bygrave
cd1cdb027f
#1487 - @OneToOne Postgres with different Id types - error PSQLException: ERROR: operator does not exist: uuid = character varying
...
Test
2018-09-24 22:30:28 +12:00
Roland Praml and Rob Bygrave
66703a3a29
FIX: recursive BatchedPstmtHolder.flush, when BeanPersistController or ChangeLogFilter hit the database ( #1486 )
2018-09-21 15:38:21 +12:00
Roland Praml and Rob Bygrave
56e65d7463
Fix issue in UUID-v1 generator on AWS Beanstalk ( #1485 )
2018-09-21 15:35:53 +12:00
Roland Praml and Rob Bygrave
eb7277aa13
Wrong behaviour in BeanMap.put/putAll ( #1484 )
2018-09-21 15:35:01 +12:00
Rob Bygrave
42f9e74d91
#1483 - Invalid SQL with allQuotedIdentifiers true - where t0.[t0.[COND]] in (?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
2018-09-20 23:12:26 +12:00
Rob Bygrave
be24e11b91
[maven-release-plugin] prepare for next development iteration
2018-09-20 21:35:24 +12:00
Rob Bygrave
42d3e9eb91
[maven-release-plugin] prepare release ebean-11.22.5
ebean-11.22.5
2018-09-20 21:35:08 +12:00
Rob Bygrave
bb164a0763
OneToOne inserts with idType=SEQUENCE will fail #1480
2018-09-20 21:32:48 +12:00
Rob Bygrave
3a50c264b1
No effective change - add test with softDelete on bean with history
2018-09-20 21:10:41 +12:00