Enhancement 341 : support for hsqldb
Priority 
Low
Reported Version 
 
Logged By 
mschmitt
Status 
Fixed
Fixed Version 
2.7.3
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
10/11/2010
Updated 
10/11/2010
Type 
Enhancement
 
Attachments 
No attachments

Support for hsqldb 2.0 seems to be simple.

i've checked the ddl generated for h2 in demo-order.
The only difference for autincrement is to replace
"not null autoincrement" with "GENERATED BY DEFAULT AS IDENTITY not null".

The "not null" must be after the "GENERATED" part, but this is hard coded in ebean.

regards,
Matthias Schmitt

 
Rob 22 Mar 12:40
Initial support added

I have added initial support for hsqldb.

Note that it is not as robust as h2 in my current experience.

Rob 22 Mar 12:41
Fixed in HEAD

fixed in HEAD.

woResponse

Upload a file