Bug 315 : DDL create of Table with no PK & Make column names case insensitive
Priority 
Medium
Reported Version 
 
Logged By 
e.mcgreal
Status 
Fixed
Fixed Version 
2.7.0
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
15/07/2010
Updated 
15/07/2010
Type 
Bug
 
Attachments 
No attachments

1. If no @Id is defined then we get invalid DDL e.g.
.... ,betremail varchar(64),constraint pk_gwn_betr))

2. if you inadvertently use a different case in @JoinColumn the column will be added twice e.g.
MY_COL and My_Col - Column names are case insensitive in SQL

 
Rob 25 Jul 09:22
Fixed in HEAD.

Eddie has fixed this in HEAD.

woResponse

Upload a file