rob bygrave
20fc23c19c
No effective change - improve javadoc for ExpressionList
2019-01-15 22:16:03 +13:00
rob bygrave
2e0690efa9
No effective change - improve javadoc for Transaction and EbeanServer
2019-01-14 23:10:56 +13:00
rob bygrave
fdd9b1905c
No effective change - improve javadoc for query.exists() and query.setBaseTable()
2019-01-10 14:52:55 +13:00
rob bygrave
fc966618a6
No effective change - improve javadoc for Query.setInheritType()
2019-01-10 14:42:55 +13:00
rob bygrave
669ba7837a
[maven-release-plugin] prepare for next development iteration
2019-01-10 03:44:59 +13:00
rob bygrave
0edf90056c
[maven-release-plugin] prepare release ebean-11.32.1
ebean-11.32.1
2019-01-10 03:44:44 +13:00
Rob Bygrave and GitHub
6b27a9d280
Support @ManyToOne inside @Embeddables - fix for #52 ( #1608 )
...
* #52 - @ManyToOne support inside @Embeddables
Initial test and work
* #52 - @ManyToOne support inside @Embeddables
Initial test and work
* #52 - @ManyToOne support inside @Embeddables
Initial test and work
* #52 - @ManyToOne support inside @Embeddables
Initial test and work
* #52 - @ManyToOne support inside @Embeddables
Initial test and work
* #52 - @ManyToOne support inside @Embeddables
Initial test and work
* #52 - @ManyToOne support inside @Embeddables
Update test with sql capture
* #52 - @ManyToOne support inside @Embeddables
Update test with cache clearing before hand (such that we hit DB on lazy load)
2019-01-10 03:40:02 +13:00
rob bygrave
2b0669c2ae
#1594 - Support loading of beans with invalid JSON content
...
Adjust to be per query via query.setAllowLoadErrors() rather than a
global config via ServerConfig.
2019-01-09 20:03:26 +13:00
rob bygrave
9fc10e8e04
Merge branch 'FOCONIS-feature/load-error'
2019-01-09 19:26:13 +13:00
rob bygrave
fb5eb0cdd2
Merge branch 'feature/load-error' of https://github.com/FOCONIS/ebean into FOCONIS-feature/load-error
2019-01-09 19:25:50 +13:00
rob bygrave
3351882915
#1602 - Adjust test adding sql checking for discriminator
2019-01-09 19:20:05 +13:00
Roland Praml and Rob Bygrave
31c6d16e73
A query on inherited beans can be restricted to the subtype of one of its children ( #1602 )
...
ENH: A query on inherited beans can be restricted to the subtype of one of its children
2019-01-09 19:15:04 +13:00
rob bygrave
cd8c12a9a8
#1566 - ENH: Support query.setBaseTable() ... to query against dynamic table (ala manual table partitioning)
2019-01-09 19:13:35 +13:00
rob bygrave
3207ae1f08
No effective change - tidy test
2019-01-09 19:05:16 +13:00
Roland Praml and Rob Bygrave
5fe532c393
Refactor: relpaced system-property "ebean.ignoreExtraDdl" with serverConfig flag ( #1597 )
2019-01-09 16:17:11 +13:00
rob bygrave
93b9cbf9ac
bump to 11.32.1-SNAPSHOT
2019-01-09 14:01:25 +13:00
rob bygrave
8a34d6050b
#1607 - ENH: Add query.exists() query ... as a convenience for "does a row exist" check
2019-01-09 13:59:53 +13:00
rob bygrave
ab3e6ccbf7
[maven-release-plugin] prepare for next development iteration
2019-01-09 12:43:01 +13:00
rob bygrave
cc58fc8195
[maven-release-plugin] prepare release ebean-11.31.3
ebean-11.31.3
2019-01-09 12:42:48 +13:00
rob bygrave
1c34c09f3c
#1606 - Bean with Inheritance and OneToMany with JoinTable and cascade ... doesn't cascade save on all bean types
2019-01-09 12:37:13 +13:00
rob bygrave
8544712448
#1606 - Bean with Inheritance and OneToMany with JoinTable and cascade ... doesn't cascade save on all bean types
2019-01-09 12:29:28 +13:00
rob bygrave
5e22079366
[maven-release-plugin] prepare for next development iteration
2019-01-08 23:04:14 +13:00
rob bygrave
903b0a3929
[maven-release-plugin] prepare release ebean-11.31.2
ebean-11.31.2
2019-01-08 23:03:59 +13:00
Roland Praml and Rob Bygrave
b18bc82b8a
FIX: possible NPE in DeleteUnloadedForeignKeys.deleteCascade and in initPostTarget ( #1601 )
2019-01-08 22:41:43 +13:00
Roland Praml and Rob Bygrave
50de32af29
Fixed tests, if SqlServer has "Latin1_General_100_BIN2" collation. ( #1600 )
...
This means, all names are interpreted case sensitive by the db
2019-01-08 22:40:14 +13:00
Roland Praml and Rob Bygrave
0b18189e62
exposed the schedule methods in BackgroundExecutor ( #1599 )
2019-01-08 22:39:08 +13:00
Roland Praml and Rob Bygrave
0b6e73d729
FIX: create uuid-state file in user's home directory ( #1598 )
2019-01-08 22:37:42 +13:00
Roland Praml and Rob Bygrave
3108076953
SqlServer queryplan captured in transaction & fix of possible NPE ( #1592 )
...
* SqlServer queryplan captured in transaction & fix of possible NPE
* rolled back transaction earlier
2019-01-08 22:15:31 +13:00
Roland Praml and Rob Bygrave
7ed4435ccc
Fix some testcases fof MySql/SqlServer ( #1591 )
...
* FIX testcases for MariaDB+utf8mb4 (Failure was: "Specified key was too long; max key length is 767 bytes")
* Excluded tests that won't work on SqlServers generated ids
2019-01-08 22:13:55 +13:00
rob bygrave
7aef4ff1bd
#1605 - RuntimeException: Nothing in batch? ... when lazy loading on partially populated L2 bean cache
2019-01-08 21:44:18 +13:00
rob bygrave
5bcad17ae1
No effective change - add a test for filterMany with isNotEmpty()
2019-01-08 16:50:28 +13:00
rob bygrave
b1beb0b787
#1596 - NullPointerException at findOne() with filterMany()
2019-01-07 22:21:54 +13:00
rob bygrave
585eb2b57b
#1604 - Open URL resources without caching
2019-01-07 22:10:17 +13:00
rob bygrave
2653ec50aa
#1604 - Open URL resources without caching
2019-01-07 21:52:55 +13:00
rob bygrave
cb4432a588
No effective change - Bump agent to 11.27.1
2019-01-07 21:46:14 +13:00
Roland Praml
4d93b70bf9
Supports loading of corrupt beans
2019-01-03 11:43:50 +01:00
rob bygrave
0b299edf0d
[maven-release-plugin] prepare for next development iteration
2018-12-21 20:56:41 +13:00
rob bygrave
cf10246783
[maven-release-plugin] prepare release ebean-11.31.1
ebean-11.31.1
2018-12-21 20:56:26 +13:00
rob bygrave
babba914a0
No effective change - add toString() for ServerCacheNotification
2018-12-21 17:14:29 +13:00
rob bygrave
0397140e0b
#1589 - Refactor internals move SqlQuery sqlDistinct ... to SqlTreeNodeRoot (query plan)
2018-12-21 15:57:07 +13:00
rob bygrave
82def2710e
No effective change - adjust test to have at least 1 column on insert
2018-12-21 15:51:09 +13:00
rob bygrave
60ad417e1b
No effective change - adjust test to have at least 1 column on insert
2018-12-21 15:21:01 +13:00
rob bygrave
3af1b574fd
#1588 -Fix query plan capture excluding update and delete queries from query plan capture
2018-12-21 14:31:49 +13:00
rob bygrave
60c8683914
No effective change - test assert to contains rather than containsExactly
2018-12-21 14:29:50 +13:00
rob bygrave
72263c0af0
No effective change - test assert to contains rather than containsExactly
2018-12-21 13:57:00 +13:00
rob bygrave
f66316138d
#1584 - Fix for - Query cache bug, which produces wrong results
2018-12-21 13:53:05 +13:00
Roland Praml and Rob Bygrave
b403942491
Query cache bug, which produces wrong results ( #1584 )
2018-12-21 11:55:07 +13:00
rob bygrave
baa3909c63
#1586 - ENH: Add TimedMetric.addSinceNanos() ... as a helper when using start nanos
2018-12-21 02:28:23 +13:00
rob bygrave
81f42f8e95
#1587 - Fix for propagation of @Cache(nearCache=true)
2018-12-21 02:19:21 +13:00
rob bygrave
0377e3ec5c
#1586 - ENH: Add TimedMetric.addSinceNanos() ... as a helper when using start nanos
2018-12-21 02:10:16 +13:00