mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Test case for #165 - Incorrect join used when query language with where
expression has a many property and ends with a foreign key column
This commit is contained in:
@@ -298,6 +298,7 @@ public class ResetBasicData {
|
||||
List<OrderDetail> details = new ArrayList<OrderDetail>();
|
||||
details.add(new OrderDetail(product1, 3, 10.50));
|
||||
details.add(new OrderDetail(product3, 40, 2.10));
|
||||
details.add(new OrderDetail(product1, 5, 10.00));
|
||||
order.setDetails(details);
|
||||
|
||||
order.addShipment(new OrderShipment());
|
||||
|
||||
Reference in New Issue
Block a user