rob bygrave
06b71781f5
#1548 add global configuration disableLazyLoading
...
Add javadoc
2018-11-19 22:08:50 +13:00
ooknight and Rob Bygrave
b3584a81b4
add global configuration disableLazyLoading ( #1548 )
2018-11-19 21:45:05 +13:00
rob bygrave
c074b7c457
#1547 - Revert for - FIX for the limit query #1540
2018-11-14 09:29:36 +13:00
rob bygrave
4bd3a0f293
#1546 - Refactor: Swap from entityBean._ebean_intercept() to entityBean._ebean_getIntercept()
2018-11-13 23:50:13 +13:00
rob bygrave
54a4fd75f1
#1539 - FIX: Pairs must not be modified by query
...
Remove the (|| multiValueSupported) part
2018-11-13 23:44:16 +13:00
Roland Praml and Rob Bygrave
105f08cca1
FIX: Pairs must not be modified by query ( #1539 )
...
* FIX: Pairs must not be modified by query
* Modification can also occur on inValues.
* fixed tests
* removed obsolete line
2018-11-13 23:41:36 +13:00
rob bygrave
89c0324e42
#1544 - No effective change - use https://ebean.io for urls
2018-11-13 21:26:56 +13:00
Roland Praml and Rob Bygrave
e4cb5f0443
FIX for the limit query ( #1540 )
2018-11-13 21:08:53 +13:00
Roland Praml and Rob Bygrave
ec24374d72
Add some sanity checks when creating sort comparators ( #1538 )
2018-11-13 20:55:09 +13:00
Roland Praml and Rob Bygrave
cfba4d2deb
Add Java 8 Time API support for BasicTypeConverter ( #1537 )
2018-11-13 20:53:38 +13:00
rob bygrave
8c9dae0f88
Merge branch 'extrawhere-on-join' of https://github.com/FOCONIS/ebean into FOCONIS-extrawhere-on-join
2018-11-13 20:51:29 +13:00
Roland Praml and Rob Bygrave
88a0c34d37
FIX: use outer join on "is null" check ( #1535 )
2018-11-13 20:46:18 +13:00
Roland Praml and Rob Bygrave
ce403e72a7
FIX: improved support for @DbForeignKey(noConstraint = true) ( #1527 )
...
* FIX: improved support for DbForeignKey(noConstraint = true)
* FIX: Tests for mariadb and sqlserver
* FIX: SqlServer was still incorrect
* FIX: not ommit property for formula
* Update BeanDescriptor.java (typo fix)
fix typo column (no code change!)
2018-11-13 20:44:45 +13:00
rob bygrave
3c6a52da31
#1531 - Transform extra-ddl.xml files when running in ddl mode (no migration)
...
Update to ebean-migration to with ScriptTransform as public and reuse here in Ebean
2018-11-13 20:39:15 +13:00
Manuel Danisch and Rob Bygrave
2806972032
Transform extra-ddl.xml files when running in ddl mode (no migration) ( #1531 )
2018-11-13 20:20:01 +13:00
rob bygrave
acd6ba0a42
Merge branch 'master' of github.com:ebean-orm/ebean
2018-11-13 17:52:09 +13:00
rob bygrave
b386c9a5a8
#1543 - ENH: Allow ebean.dbSchema to have multiple schemas
2018-11-13 17:51:57 +13:00
Roland Praml
c5536aaeec
FIX: append extraWhere to join
2018-11-10 23:42:02 +01:00
Roland Praml
1b2bfc5df8
FIX: use outer join on "is null" check
2018-11-10 23:32:24 +01:00
Roland Praml and Rob Bygrave
808004165c
Code cleanup ( #1534 )
...
* removed unused imports (no code change)
* Add missing @Override / @SupressWarnings (no code change)
* FIX: serialization warnings
* FIX: Access to static member
2018-11-10 20:07:01 +13:00
Roland Praml and Rob Bygrave
662ffdd070
FIX: update extra ddl also, if no migration was written ( #1529 )
2018-11-03 16:26:21 +13:00
Roland Praml and Rob Bygrave
13a5511318
FIX: disableLazyLoading was not checked correctly ( #1528 )
2018-11-03 16:23:27 +13:00
Roland Praml and Rob Bygrave
0f9c98964e
FIX Typos (DLL -> DDL) ( #1526 )
2018-11-02 09:21:31 +13:00
rob bygrave
a6f9120905
#1525 - Check for presence of JAXB in classpath in CurrentModel (to support Java 11 without xml)
2018-11-01 13:31:08 +13:00
rob bygrave
32b599512b
#1524 - @History on @OneToMany with asOf() query and fetch(many property) gives PersistenceException: Error with property[6] dt[93]data[2018-11-01 14:56:18.015][java.sql.Timestamp]
2018-11-01 00:48:46 +13:00
Rob Bygrave and GitHub
f928923b5b
#1519 - Memory leak when using @Cache(enableQueryCache=true) ( #1523 )
...
* #1519 - Memory leak when using @Cache(enableQueryCache=true)
* #1519 - Memory leak when using @Cache(enableQueryCache=true)
Remove unused TransactionEventBeans
2018-10-31 23:53:16 +13:00
rob bygrave
1f928e65a4
#1521 - Add API for using explicit transaction for UpdateQuery - e.g. ebeanServer.update(Customer.class)...update(activeTransaction);
2018-10-30 13:39:54 +13:00
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 Benz and Rob 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 Praml and Rob Bygrave
939397acfc
Add support for JacksonAnnotations at bean-properties ( #1514 )
2018-10-25 22:11:36 +13:00
Rob Bygrave and GitHub
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
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
2dbb5ea80d
#1511 - Add SAP HANA support - format only changes
2018-10-24 21:49:48 +13:00
Jonathan Bregler and Rob Bygrave
158ee9a081
Add SAP HANA support ( #1511 )
2018-10-24 21:38:17 +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
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
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
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
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
fc26765a7e
#1499 - findNative with findIds (or findSingleAttributeList with id property) throws ArrayIndexOutOfBoundsException
2018-10-04 22:51:51 +13:00