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
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
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
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
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 and GitHub
94591954b3
1476 - Query plan capture, initial wip capturing bind params ( #1477 )
...
* 1476 - Query plan capture, initial wip capturing bind params
* No effective change - Reset test default db to H2
* #1476 - Query plan capture, initial wip capturing bind params #1477
Update with consumer
* #1476 - Query plan capture, initial wip capturing bind params #1477
Update with query plan request
* #1476 - Query plan capture, initial wip capturing bind params #1477
Extract interface
* #1476 - Query plan capture, initial wip capturing bind params #1477
Extract interface
2018-12-19 16:04:28 +13:00
rob bygrave
7d35789db4
#1573 - Incorrect CamelCase conversion when number proceeds uppercase letter
2018-12-16 16:12:34 +13:00
rob bygrave
d266d6d440
#1574 - "NullPointerException" in query.copy().findList() but not in query.findList()
2018-12-16 00:29:18 +13:00
rob bygrave
bafba0babf
#1572 - Support query.select("customer.id").findSingleAttributeList() ... in addition to the expected and working select("customer").findSingleAttributeList()
2018-12-06 00:15:06 +13:00
rob bygrave
e4088c5fbe
#1571 - NPE in cacheable bean with embeddedid on delete
2018-12-05 23:03:15 +13:00
Rien and Rob Bygrave
0405ceb96c
NPE in cacheable bean with embeddedid on delete ( #1570 )
2018-12-05 21:49:27 +13:00
rob bygrave
e876ef8d87
#1559 - @Lob with @ElementCollection
2018-12-03 21:07:33 +13:00
rob bygrave
315b39813b
#1568 - @OneToMany with orphanRemoval=true ... with @Cache (and not a @ManyToOne) doesn't remove orphans after cache hit
2018-11-30 23:46:11 +13:00
rob bygrave
6d5e0c4766
Add test only - Add test for L2 cache with orphanRemoval
2018-11-30 23:41:23 +13:00
rob bygrave
a2ce17aec0
Add test only - Add test for L2 cache with orphanRemoval
2018-11-30 22:42:36 +13:00
rob bygrave
fcffa92c55
#1567 - SqlUpdate addBatch() ... with named parameters errors with PersistenceException: No batched statement found for key
2018-11-30 21:47:23 +13:00
rob bygrave
70e2b1c2ae
#1562 - Query cache use incorrect with RawExpression - incorrect bind hash
2018-11-29 09:54:24 +13:00
rob bygrave
ba16cea405
#1556 - Query.setDisableLazyLoading(true) not working on @OneToMany Set (but does on List)
2018-11-23 12:20:18 +13:00
rob bygrave
83776a1eae
#1552 - Remove deprecated methods on Transaction setBatch(PersistBatch) .. migrate to setBatchMode(boolean)
2018-11-19 23:36:15 +13:00
Roland Praml and Rob Bygrave
4fe2016891
new comparison method Ine (caseInsensitive notEquals) ( #1551 )
2018-11-19 22:22:46 +13:00
rob bygrave
55e4c7bc26
#1548 add global configuration disableLazyLoading
...
Fix tests
2018-11-19 22:03:51 +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
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
Roland Praml and Rob Bygrave
7b4215f4f8
Fix test data ( #1541 )
...
* FIX: Put correct dataType for anniversary
* NEW: Add some deterministic ship dates to reference data
2018-11-13 21:09:53 +13:00
Roland Praml and Rob Bygrave
e4cb5f0443
FIX for the limit query ( #1540 )
2018-11-13 21:08:53 +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
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
61eedb4e9a
Fixed tests that modify BasicData ( #1530 )
2018-11-03 16:38:26 +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
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
Roland Praml and Rob Bygrave
939397acfc
Add support for JacksonAnnotations at bean-properties ( #1514 )
2018-10-25 22:11:36 +13:00
Roland Praml and Rob 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
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
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
Jonathan Bregler and Rob Bygrave
158ee9a081
Add SAP HANA support ( #1511 )
2018-10-24 21:38:17 +13:00