Enhancement 207 : ENHANCEMENT: Add UUID type to Ebean.SqlRow
Priority 
High
Reported Version 
 
Logged By 
Ilya Skorik
Status 
Fixed
Fixed Version 
2.4.0
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
15/01/2010
Updated 
15/01/2010
Type 
Enhancement
 
Attachments 
No attachments

String sql = "select id, title from table where id = :id";
SqlRow bug = Ebean.createSqlQuery(sql).setParameter("id", 1).findUnique();
>>> UUID id = bug.getUUID("id"); <<<
String title = bug.getString("title");

 
Rob 18 Jan 09:53
Fixed in HEAD

Fixed in HEAD.

woResponse

Upload a file