rob bygrave
96cc8d7605
#1427 - QueryCache should be cleared, if one of a dependent bean is updated
...
Initial work, does not include propagation across cluster.
2018-06-15 17:36:23 +12:00
rob bygrave
59537227b6
#1426 - ENH: Add bitwiseNot expression ... e.g. bitwiseNot("flags", BwFlags.HAS_COLOUR)
2018-06-14 23:28:30 +12:00
rob bygrave
81c6d4601d
#1425 - Stateless update with OneToMany with SoftDelete and deleteMissingChildren = true ... does a hard delete
2018-06-14 16:09:45 +12:00
rob bygrave
e21839de91
#1424 - Deprecate / Move ... finder methods that take explicit transaction to ExtendedServer API
2018-06-14 11:03:29 +12:00
rob bygrave
a61db2ab35
[maven-release-plugin] prepare for next development iteration
2018-06-14 00:18:14 +12:00
rob bygrave
bddfa3bc5f
[maven-release-plugin] prepare release ebean-11.17.4
ebean-11.17.4
2018-06-14 00:18:00 +12:00
Roland Praml and Rob Bygrave
9ad460ecd8
FIX: applied history drops were not recognized ( #1422 )
2018-06-14 00:07:14 +12:00
rob bygrave
50593a7f9d
#1423 - Close resources - InputStream of entity bean properties of File type
2018-06-14 00:04:43 +12:00
rob bygrave
c088cfa339
#1421 - Nested programatic transaction using auto close / try with resources ... does not end/rollback the parent/outer transaction
2018-06-13 22:22:29 +12:00
rob bygrave
e683e25a95
#1420 - ENH: Add a ServiceLoader mechanism to configure ServerConfig - io.ebean.config.ServerConfigProvider
2018-06-13 21:35:26 +12:00
rob bygrave
c7052c5bfa
#1420 - ENH: Add a ServiceLoader mechanism to configure ServerConfig - io.ebean.config.ServerConfigProvider
2018-06-13 21:30:41 +12:00
rob bygrave
698ee2198d
No effective change - refactor DefaultContainer from iterator to forEach
2018-06-12 22:14:33 +12:00
rob bygrave
91c4eca528
#1419 - Refactor - saveAll() and deleteAll() ... when collections are empty skip transaction init check
2018-06-12 22:08:17 +12:00
rob bygrave
81897bd54d
#1418 - Add saveAll() and deleteAll() to io.ebean.BeanRepository
2018-06-12 21:40:39 +12:00
rob bygrave
2427630c07
#1400 - Postgres @History table sys_period empty with multiple updates
2018-06-11 22:10:43 +12:00
rob bygrave
3238c0def4
[maven-release-plugin] prepare for next development iteration
2018-06-11 14:27:53 +12:00
rob bygrave
93f75151f0
[maven-release-plugin] prepare release ebean-11.17.3
ebean-11.17.3
2018-06-11 14:27:40 +12:00
rob bygrave
32e9b48359
#1414 - Support dynamic aggregate formula without alias e.g. query.select("date, sum(totalKms), sum(hours)")
2018-06-11 14:13:13 +12:00
rob bygrave
258e29d2f0
#1415 - Add asDto(Class<D> dtoClass) ... to ExpressionList to support fluid style
2018-06-11 13:29:13 +12:00
rob bygrave
ec2f1f7243
#1414 - Support dynamic aggregate formula without alias e.g. query.select("date, sum(totalKms), sum(hours)")
2018-06-11 13:20:39 +12:00
Rob Bygrave
5775985468
[maven-release-plugin] prepare for next development iteration
2018-06-11 00:12:45 +12:00
Rob Bygrave
4788dd4ec9
[maven-release-plugin] prepare release ebean-11.17.2
ebean-11.17.2
2018-06-11 00:12:30 +12:00
Rob Bygrave
ca7e5b79b8
#1412 - Fix Resource leaks for properties & yaml files etc - ManifestReader
...
Not fixing a leak but just changing to use try with resources
2018-06-11 00:04:58 +12:00
Rob Bygrave
90dfbcd7b3
#1412 - Fix Resource leaks for properties & yaml files etc - DefaultContainer.checkDataSource()
...
The resource was already being closed properly, changing to use try with resources and note that this now throws PersistenceException if we fail to close() on the connection (which I think is an ok change).
2018-06-11 00:02:14 +12:00
Rob Bygrave
6b39bad4da
No effective change - use JdbcClose for DatabasePlatformFactory
2018-06-10 23:55:45 +12:00
Rob Bygrave
25dea0b5b0
#1412 - Fix Resource leaks for properties & yaml files etc - DefaultAutoTuneService
2018-06-10 23:48:49 +12:00
Rob Bygrave
0069d2fabc
#1412 - Fix Resource leaks for properties & yaml files etc - ExtraDdlXmlReader
2018-06-10 23:46:55 +12:00
Rob Bygrave
98964638ba
#1412 - Fix Resource leaks for properties & yaml files etc - MigrationXmlReader
2018-06-10 23:43:41 +12:00
Rob Bygrave
4573a995f1
#1412 - Fix Resource leaks for properties & yaml files etc
...
No effective change - reformat only
2018-06-10 23:37:28 +12:00
Rob Bygrave
4bc80cc724
#1412 - Fix Resource leaks for properties & yaml files etc - EbeanVersion
2018-06-10 23:36:12 +12:00
Rob Bygrave
a2972abe3e
#1412 - Fix Resource leaks for properties & yaml files etc - DdlGenerator
2018-06-10 23:33:21 +12:00
Rob Bygrave
54eaf561f4
#1412 - Fix Resource leaks for properties & yaml files etc - Loader
2018-06-10 23:31:16 +12:00
Rob Bygrave
3134dd3165
No effective change - reformat only
2018-06-10 23:23:48 +12:00
Roland Praml and Rob Bygrave
8fc6abd480
IOUtils is no longer used, using java 1.7 StandardCharsets makes EncodeUtil also obsolete ( #1410 )
2018-06-10 22:30:47 +12:00
rob bygrave
f031bb72b6
#1408 - Incorrect SQL when @Aggregation formula matches the property - sum(t0.sum(totalKms))
2018-06-08 17:38:15 +12:00
rob bygrave
42f0b419e8
#1405 - ENH: add findSingleDecimal() and findSingleLong() alias methods for SqlQuery.findSingleAttribute() ...
2018-06-08 02:19:36 +12:00
rob bygrave
7cbae758fc
#1407 - ENH: Add SqlQuery RowMapper and RowConsumer ... for raw JDBC ResultSet mapping and consuming
2018-06-08 02:04:38 +12:00
rob bygrave
fb32cfa170
#1406 - ENH: Add SqlQuery.findSingleAttributeList() ... for returning lists of scalar values via SqlQuery
2018-06-07 22:39:19 +12:00
rob bygrave
ffa8268125
#1405 - ENH: Add SqlQuery.findSingleAttribute() ... for returning single scalar values via SqlQuery
2018-06-07 22:17:01 +12:00
rob bygrave
eba1003c19
#1404 - Query.findCount() with query.setDistinct(true) ... doesn't give count distinct SQL query
2018-06-07 00:32:39 +12:00
rob bygrave
eca6383dba
[maven-release-plugin] prepare for next development iteration
2018-06-01 15:44:03 +12:00
rob bygrave
624d08f46c
[maven-release-plugin] prepare release ebean-11.17.1
ebean-11.17.1
2018-06-01 15:43:50 +12:00
rob bygrave
14749daf9b
Bump to 11.17.1-SNAPSHOT ... as we added a SPI for io.ebeaninternal.api.SpiLogManager (for capturing the io.ebean.SQL log for testing purposes)
2018-06-01 15:42:24 +12:00
rob bygrave
2817875706
#1402 - Refactor SQL Logging internals (io.ebean.SQL) such that it is easier to capture for testing/asserts
2018-06-01 14:15:05 +12:00
rob bygrave
3f8d705439
#1402 - Refactor SQL Logging internals (io.ebean.SQL) such that it is easier to capture for testing/asserts
2018-06-01 14:10:00 +12:00
rob bygrave
e9faef2692
#1401 - FOR UPDATE queries inside a transaction are not honored when beans are already cached (in the persistence context)
2018-06-01 11:33:41 +12:00
rob bygrave
d459807af7
#1402 - Refactor SQL Logging internals (io.ebean.SQL) such that it is easier to capture for testing/asserts
2018-06-01 09:19:26 +12:00
ooknight and Rob Bygrave
10ad9ef096
beautify bindNoLog format ( #1399 )
2018-05-31 20:23:52 +12:00
rob bygrave
11e3649b85
#1398 - Support EQ / "Equal to" predicate on client side encrypted entity property - @Encrypted(dbEncryption = false)
2018-05-31 16:02:49 +12:00
rob bygrave
ddc00fedb6
#1397 - @DbForeignKey(noConstraint = true) is ignored on @ManyToMany ... foreign constraints still added
2018-05-31 10:55:58 +12:00