Rob Bygrave and GitHub
5962f14874
Merge pull request #1928 from ebean-orm/feature/1755
...
FIX: Regression of #1775 - set date for other platforms (non MySQL) broken, when ebean.dataTimeZone is set to GMT
2020-02-01 16:03:33 +13:00
Roland Praml and rob bygrave
f161a38334
FIX: Regression of #1775 - set date for other platfroms broken, when ebean.dataTimeZone is set to GMT
2020-02-01 15:59:18 +13:00
Roland Praml and rob bygrave
13f8da6b2e
FIX: Add cause to exception
2020-02-01 14:07:09 +13:00
rob bygrave
9ad14c5306
#1926 - Postgres (Multi value bind) fix related to empty idIn() expression
2020-02-01 14:05:12 +13:00
rob bygrave
61ed4a5a74
Merge branch 'master' of github.com:ebean-orm/ebean
2020-02-01 13:51:48 +13:00
Rob Bygrave and GitHub
275f2dbc98
Merge pull request #1927 from ebean-orm/foconis-cache-emptylist
...
Fix cache emptylist and Fix / improvement for UUIDv1Generator mac address detection
2020-02-01 13:51:25 +13:00
Roland Praml and rob bygrave
521b6a36ef
changed ip.ebeaninternal.api.SpiQuery to io.ebean.Query in Server.exists
2020-02-01 13:46:28 +13:00
Roland Praml and rob bygrave
0a6c26e5d3
FIX: Virtual Prüfung
2020-02-01 13:38:56 +13:00
Roland Praml and rob bygrave
33416bffd0
FIX: Detecting MAC address improved
2020-02-01 13:38:44 +13:00
Roland Praml and rob bygrave
4ce484f3f2
FIX: Cache also empty lists
2020-02-01 13:38:21 +13:00
rob bygrave
cacf033647
Merge branch 'foc-imports'
2020-02-01 13:18:55 +13:00
rob bygrave
e3dba6bfe1
Failing test for idIn() empty
2020-02-01 13:18:42 +13:00
Roland Praml and rob bygrave
c0b6f291a1
FIX: handle empty collection in "in (...)" queries
2020-02-01 13:06:37 +13:00
rob bygrave
840cb2ee7b
[maven-release-plugin] prepare for next development iteration
2020-01-30 18:53:46 +13:00
rob bygrave
e0f171b638
[maven-release-plugin] prepare release ebean-12.1.11
ebean-12.1.11
2020-01-30 18:53:35 +13:00
rob bygrave
2bb52a9581
#1922 - Performance - Too pessimistic synchronized block for lazy loading on reference bean or l2 cache bean
2020-01-30 18:48:39 +13:00
Rob Bygrave and GitHub
f1cf94365c
Merge pull request #1920 from ebean-orm/feature/createIndexConcurrently
...
ENH: Add support for Postgres create index concurrently
2020-01-29 20:36:44 +13:00
rob bygrave
a894924e96
#1920 Support @Index concurrently and definition
2020-01-29 20:22:32 +13:00
rob bygrave
680a11a532
No effective change - postgres ddl review update
2020-01-29 16:54:23 +13:00
rob bygrave
605150de5c
Update ebean-migration to 12.1.3 with support for Postgres create index concurrently
2020-01-29 11:29:29 +13:00
rob bygrave
5ff44703cf
[maven-release-plugin] prepare for next development iteration
2020-01-28 14:01:58 +13:00
rob bygrave
99175bf679
[maven-release-plugin] prepare release ebean-12.1.10
ebean-12.1.10
2020-01-28 14:01:47 +13:00
rob bygrave
acff330b37
#1918 - Ebean 12.1.9 breaks Guice in Stage.PRODUCTION mode for multi tenant apps
2020-01-28 12:07:07 +13:00
rob bygrave
df63eeaa8c
#1915 - Regression with DiscriminatorValue since #1361
2020-01-28 10:21:29 +13:00
rob bygrave
07aa39c5de
#1917 - PostgresPlatform (9+) does not support IdType.IDENTITY?
2020-01-28 09:46:24 +13:00
Rob Bygrave and GitHub
c51a1b07a4
Merge pull request #1914 from ebean-orm/feature/indexPlatform
...
ENH: Support @Index platforms attribute - platform specific indexes
2020-01-16 09:23:28 +13:00
rob bygrave
bb56725b12
Use unique index rather than constraint when using formula [like lower(column)]
2020-01-15 16:58:55 +13:00
rob bygrave
099adcf6cd
Refactor tidy ModelBuildPropertyVisitor - no functional change
2020-01-15 15:52:37 +13:00
rob bygrave
05be24b8b2
ENH: Support @Index platforms attribute - platform specific indexes
...
This is a potential alternative to using extra-dll.xml. Might be
appropriate to use over extra-dll in small simple cases.
We might look to extend this in the future to allow full raw platform specific ddl - the ability to specify the entire create index statement.
2020-01-15 15:47:14 +13:00
Rob Bygrave and GitHub
7d98355d39
Merge pull request #1913 from ebean-orm/feature/MaxMin
...
Change to use @Aggregation as meta annotation - support newly added @Max, @Min, @Avg annotations
2020-01-14 16:41:44 +13:00
rob bygrave
56562915bf
#1912 - Allow @Index(unique=true) to support formula in columns
2020-01-14 16:20:02 +13:00
rob bygrave
07f4ad2500
Change to use @Aggregation as meta annotation - support newly added @Max, @Min, @Avg annotations
2020-01-14 16:14:14 +13:00
rob bygrave
22e43f5fa7
[maven-release-plugin] prepare for next development iteration
2020-01-11 00:01:01 +13:00
rob bygrave
3127bc2154
[maven-release-plugin] prepare release ebean-12.1.9
ebean-12.1.9
2020-01-11 00:00:50 +13:00
Rob Bygrave and GitHub
8aa1ed6676
Merge pull request #1909 from ebean-orm/feature/mySqlJson
...
For MySql map @DbJson to mysql JSON db type
2020-01-10 23:59:18 +13:00
rob bygrave
8a0dea1218
#1910 - Change javadoc generation to no longer use pygments doclet (code highlighting)
2020-01-10 23:37:19 +13:00
rob bygrave
1e266a1532
#1895 - Ebean creates invalid sql for particular @ManyToOne
2020-01-10 23:32:58 +13:00
rob bygrave
57cfd25eb5
#1903 - Add ability to set migration path via DbMigration
2020-01-10 16:06:18 +13:00
rob bygrave
2bcce2e648
For MySql map @DbJson to mysql JSON db type
2020-01-10 14:48:26 +13:00
rob bygrave
f6e45a6999
For MySql map @DbJson to mysql JSON db type
2020-01-10 14:39:55 +13:00
rob bygrave
fa3de7158e
No effective change - update mysql ddl review in src/test/ddl-review
2020-01-10 14:15:50 +13:00
rob bygrave
792785dabe
Fix for #1902 #1908 - change allowing view based entities to be autoTunable
2020-01-10 14:02:12 +13:00
Rob Bygrave and GitHub
d0cd74b400
Merge pull request #1908 from FOCONIS/test-setdefaultselectclause
...
Testcase for #1902
2020-01-10 13:41:24 +13:00
rob bygrave
71d762ab97
#1907 - SQL Server DB Migration for uuid property @NotNull - should drop index before drop constraint
2020-01-10 13:09:11 +13:00
Roland Praml
e00713aa29
Testcase for #1902
2020-01-10 01:03:38 +01:00
rob bygrave
d70a49e105
No effective change - refactor tidy DefaultOrmQuery
2020-01-10 12:55:05 +13:00
Roland Praml and rob bygrave
159a9a8e54
#1902 - SingleAttributeQueries with child selection only does not work with autoTune=false (e.g. Views)
2020-01-10 12:49:20 +13:00
rob bygrave
db027eb030
#1904 - Bump datasource to 4.7.1
2020-01-09 15:19:17 +13:00
rob bygrave
ec55b2f096
Refactor for query plan capture with initial threshold micros - part 3
...
Use QueryPlanInit
2019-12-24 02:02:11 +13:00
Rob Bygrave and GitHub
b854943a86
Merge pull request #1899 from ebean-orm/feature/queryPlanCapture
...
Refactor for query plan capture with initial threshold micros
2019-12-24 00:54:37 +13:00