rob bygrave
|
d920d8eb76
|
#1522 - Refactor - Change io.ebean.Model to not be a annotated with @MappedSuperclass
|
2018-10-30 13:38:57 +13:00 |
|
 Michael BenzandRob Bygrave
|
23d2c64046
|
JavaDoc Fix closing h3 tag in Transaction. no code change! (#1520)
|
2018-10-30 12:55:58 +13:00 |
|
rob bygrave
|
19d29cd836
|
#1514 - Add support for JacksonAnnotations at bean-properties
Fix where Jackson is not present on the classpath
|
2018-10-26 14:50:17 +13:00 |
|
rob bygrave
|
f14c3e8cb4
|
Merge branch 'master' of github.com:ebean-orm/ebean
|
2018-10-26 01:34:36 +13:00 |
|
rob bygrave
|
b9ca8be95a
|
#1517 - Update for ebean-datasource maven groupId change to io.ebean
|
2018-10-26 01:34:16 +13:00 |
|
rob bygrave
|
d627bb47e2
|
#1516 - More user friendly exceptions - BeanNotEnhancedException, BeanNotRegisteredException
|
2018-10-26 01:33:24 +13:00 |
|
rob bygrave
|
d395c666fc
|
#1516 - More user friendly exceptions - BeanNotEnhancedException, BeanNotRegisteredException
|
2018-10-26 01:32:22 +13:00 |
|
 Roland PramlandRob Bygrave
|
939397acfc
|
Add support for JacksonAnnotations at bean-properties (#1514)
|
2018-10-25 22:11:36 +13:00 |
|
 Roland PramlandRob Bygrave
|
fecb5fa731
|
There should be only one "Rob" in o_customer (#1515)
* FIX: CsvReader-Test
* Fixes for tests
* reversed changes
* tidy TestCsvReaderWithCallback
|
2018-10-25 10:35:02 +13:00 |
|
rob bygrave
|
bdc9917811
|
[maven-release-plugin] prepare for next development iteration
|
2018-10-24 23:51:00 +13:00 |
|
rob bygrave
|
afcd6859e0
|
[maven-release-plugin] prepare release ebean-11.23.1
ebean-11.23.1
|
2018-10-24 23:50:44 +13:00 |
|
rob bygrave
|
fef87323b3
|
Bump to 11.23.1-SNAPSHOT
|
2018-10-24 23:49:26 +13:00 |
|
 Rob BygraveandGitHub
|
6909b20a9e
|
#1510 - Tidy DbMigrationConfig removing the properties that should only be with DbMigration generation (#1513)
|
2018-10-24 23:31:07 +13:00 |
|
rob bygrave
|
c1a479e1f4
|
#1512 - Invalid SQL with Postgres + order by nulls first/last + where() expression on ManyToMany
|
2018-10-24 23:26:19 +13:00 |
|
rob bygrave
|
e06967ff4a
|
#1512 - Invalid SQL with Postgres + order by nulls first/last + where() expression on ManyToMany
|
2018-10-24 23:25:48 +13:00 |
|
rob bygrave
|
156469ae0f
|
Update tests for running MySql
|
2018-10-24 22:59:48 +13:00 |
|
rob bygrave
|
1d1d479dda
|
Fix concat_expectString test with explicit cast to string
|
2018-10-24 22:17:44 +13:00 |
|
rob bygrave
|
d185ea5962
|
Updated db migration test for mysql
|
2018-10-24 22:12:42 +13:00 |
|
rob bygrave
|
2dbb5ea80d
|
#1511 - Add SAP HANA support - format only changes
|
2018-10-24 21:49:48 +13:00 |
|
 Jonathan BreglerandRob Bygrave
|
158ee9a081
|
Add SAP HANA support (#1511)
|
2018-10-24 21:38:17 +13:00 |
|
rob bygrave
|
b1410cc660
|
[maven-release-plugin] prepare for next development iteration
|
2018-10-19 20:07:32 +13:00 |
|
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 |
|