Bug 23 : Case Sensitive Column names - BeanPropertyAssoc
Priority 
Medium
Reported Version 
 
Logged By 
Rob
Status 
Fixed
Fixed Version 
0.9.3
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
06/08/2007
Updated 
06/08/2007
Type 
Bug
 
Attachments 
No attachments

You can get a RuntimeException("Matching property not found?") if the case of the DB column does not match that in the deployment annotations.

This is during a parse of determining the joins between beans.

 
Rob 06 Aug 06:41
Fixed in 0.9.3

I have fixed this in 0.9.3

Rob 06 Aug 06:43
FYI: Fixed by using equalsIgnoreCase rather than just equals

FYI

woResponse

Upload a file