Rob Bygrave
9b2b2f7787
#1205 - ENH: Add support for raw expression array binding with Postgres - e.g. raw(" foo = any(?) ", collection)
2017-11-08 00:56:13 +13:00
Rob Bygrave
2cf864954f
#1204 - Check presence of JAXB and javax @PostConstruct (which may not be present in minimal Java 9)
2017-11-07 20:08:10 +13:00
Rob Bygrave
2b94487573
#1202 - Automatically remove old query plans from Ebean's internal query plan cache
2017-11-06 22:59:42 +13:00
Rob Bygrave
21e0b748a6
#1199 - Remove deprecated findUnique() method - please migrate to findOne()
2017-11-03 03:35:19 +13:00
Rob Bygrave
434a005366
#1198 - Remove support for PropertyChangeListener from entity beans
2017-11-03 03:05:59 +13:00
Rob Bygrave
ff67ef60b0
#1197 - Refactor how @Transactional methods internally managed
2017-11-03 02:13:56 +13:00
Rob Bygrave
0a1747d8e3
#1194 - Change from using Jetbrains @Nullable to ... class retention based javax annotation @Nonnull
2017-11-02 15:56:15 +13:00
rob bygrave
da818f17c2
#1190 - MySql throwing DataIntegrityException when it should throw the more specific DuplicateKeyException
...
Ah, remove the 23000 SQLState to just use the error codes for MySql.
2017-11-02 01:16:52 +13:00
rob bygrave
10eb2bc21f
#1193 - For RawSql ignore the Postgres cast double colon like ::text
2017-11-02 00:03:38 +13:00
rob bygrave
66fe278e3f
#1192 - findNative() with @Embedded beans ... the embedded bean isn't loaded properly
2017-11-01 23:03:57 +13:00
rob bygrave
10607385e0
#1191 - Trim logged SQL removing new line chars (for sql from SqlUpdate)
2017-11-01 22:00:55 +13:00
rob bygrave
db6562df76
#1190 - MySql throwing DataIntegrityException when it should throw the more specific DuplicateKeyException
2017-11-01 21:54:48 +13:00
rob bygrave
0dbba7a211
#1189 - ExpressionList.isNull and SoftDelete
2017-11-01 21:26:15 +13:00
rob bygrave
e75670f207
#1188 - When using inheritance getReference() on a leaf type ... should not hit the DB
2017-11-01 20:42:18 +13:00
rob bygrave
fb8db14f3a
#1186 - Tidy, remove H2MultiValueBind for now
2017-10-31 22:14:01 +13:00
rob bygrave
c00b1849ef
Merge branch 'feature/1186-MultiValueBind'
2017-10-31 22:11:30 +13:00
rob bygrave
1e1c518641
#1186 - ENH: Support using TableValues / Array for select prop in (?) queries
...
Use Postgres Array ANY and ALL without select unnest
2017-10-31 22:09:35 +13:00
Rob Bygrave
f5cfcbd56e
#1187 - Fix connection leak regression introduced in 11.2.3 for findEach() with invalid SQL
2017-10-31 10:49:35 +13:00
rob bygrave
6e62b72fb9
#1186 - ENH: Support using TableValues / Array for select prop in (?) queries
2017-10-31 02:53:20 +13:00
rob bygrave
89dac3820b
#1182 - Error when applied disjunction to filterMany
2017-10-30 22:06:57 +13:00
rob bygrave
ea836a0078
No effective change - rename variable
2017-10-30 21:29:57 +13:00
rob bygrave
387582543c
Merge branch 'feature/1179_bugCollectionL2CacheNotInvalidatedAfterExternalChange' of https://github.com/OndrejPacay/ebean into OndrejPacay-feature/1179_bugCollectionL2CacheNotInvalidatedAfterExternalChange
2017-10-30 21:25:30 +13:00
rob bygrave
a215878a7c
#1183 - ENH: Add support for transaction profiling
2017-10-30 21:21:12 +13:00
Rob Bygrave
1d52b3a818
#1183 - Support transaction profiling, adjust output format
2017-10-27 00:27:21 +13:00
Rob Bygrave
6ce2b91fff
#1183 - Support transaction profiling, move away from binary encoding
2017-10-26 23:32:54 +13:00
Rob Bygrave
55d66ae851
#1183 - Support transaction profiling, move away from binary encoding
2017-10-26 23:32:44 +13:00
Rob Bygrave
37d001f754
#1185 - Modify JDBC batch so it does not "auto flush" on non-Id non-generated property
2017-10-26 00:03:58 +13:00
rob bygrave
7ebef51859
#1183 - ENH: Add support for transaction profiling
2017-10-25 01:07:00 +13:00
rob bygrave
093f82a87f
#1178 - Make the new changeLogAsync property default to true in ServerConfig
2017-10-19 22:26:13 +13:00
Ondrej Pacay
b60f1f978f
Bug Collection IDs L2 cache not cleared on external sql modification of the table #1179
2017-10-19 01:06:43 +02:00
Roland Praml and Rob Bygrave
6ac146cabe
Fix beanchange deser ( #1178 )
...
Fix / support JSON marshalling of BeanChange + add changeLogAsync option to ServerConfig
2017-10-19 09:40:27 +13:00
Roland Praml and Rob Bygrave
2263d31f46
Improved the performance of findAnnotation ( #1177 )
2017-10-19 09:34:57 +13:00
rob bygrave
a355f66561
#1176 - Allow script in extra-ddl.xml ... to not have trailing semi-colon
2017-10-19 01:11:14 +13:00
rob bygrave
00fdb632d7
#1173 - Ebean server should read ebean.mf entity-packages to locate entity beans
2017-10-18 23:58:22 +13:00
rob bygrave
a54c4157e6
Refactor as part of - Ensure that Ebean.currentTransaction is available in lifecycle handlers ( #1166 ) #1175
2017-10-18 23:27:59 +13:00
Rob Bygrave
a89a9f0202
#1166 - Refactor to use beginServerTransaction() to make Ebean.currentTransaction available in lifecycle handlers
2017-10-17 01:07:48 +13:00
Rob Bygrave
331f49824f
#1172 - Refactor - remove internal unused DefaultOrmQuery logSecondaryQuery (as we use LoggedSqlCollector)
2017-10-16 23:49:23 +13:00
Rob Bygrave
94a857d345
#1171 - ENH: Add Finder.update() method ... returning a UpdateQuery<T>
2017-10-16 23:25:56 +13:00
Rob Bygrave
1005f177fd
#1170 - ENH: Add isIn() methods as alias to in() on ExpressionList (for use with Kotlin where in is a keyword)
2017-10-16 23:13:49 +13:00
Rob Bygrave
96a4b93c75
#1167 - BUG: query.setId(...).delete() does not work
2017-10-16 22:58:48 +13:00
Rob Bygrave
6e2712ea49
#1169 - Memory leak - DefaultTransactionThreadLocal holding reference to transaction
2017-10-16 22:14:48 +13:00
Koen De Groote and Rob Bygrave
4879d44da4
Bit of cleanup suggestions from intellij. ( #1168 )
2017-10-16 20:16:30 +13:00
rob bygrave
2c5bf98d0b
Merge branch 'master' of github.com:ebean-orm/ebean
2017-10-09 21:13:32 +13:00
rob bygrave
45a571bd97
#1165 - ENH: Add to Finder - currentTransaction() and flush() methods ... (as useful shortcuts)
2017-10-09 21:13:12 +13:00
Roland Praml and Rob Bygrave
d0ca75c25b
FIX: connection leak in query-iterator ( #1164 )
2017-10-09 20:46:02 +13:00
Roland Praml and Rob Bygrave
fb1c7667cc
FIX: order by must be added in findEach also ( #1163 )
2017-10-09 20:28:36 +13:00
Roland Praml and Rob Bygrave
1909ba1557
Fix like escaping for DB2, Oracle and MySql ( #1162 )
...
* Extended test case to show problem
* FIX: Proper escaping of backslash in like/contains queries
* Had to replace "like ?" assertions in tests with "like " as mysql will do a "like binary ? escape'|'" now to be case sensitive
2017-10-06 09:46:56 +13:00
Roland Praml and Rob Bygrave
b2438ecd71
FIX: do not generate unique-constraint for PK as it is useless (and oracle does not accept this) ( #1160 )
2017-10-06 09:43:30 +13:00
Roland Praml and Rob Bygrave
bbe8abcc2e
Can handle one to many & many to one relations in docstore only entities ( #1158 )
2017-10-06 09:42:05 +13:00
Roland Praml and Rob Bygrave
1651d5e119
Misc platform fixes ( #1157 )
...
* Oracle does not return row count - so we probably cannot detect Optimistic locking
* DB2 wants a varchar null value (other platfroms are happy with this, too)
* FIX Test for DB2 platform
2017-10-05 21:51:09 +13:00