Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JRuby 1.1.2
-
Component/s: None
-
Labels:None
-
Environment:Mac OSX 10.5.2
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
Description
I think there should be support for the SQLite3 database using JRuby and ActiveRecord-JDBC since SQLite is now the default DB of Rails. I'm attaching a patch which is at least a good starting point for the driver.
All simple tests pass now, except for the rename column test since this feature is not natively supported in SQLite3.
You might start looking to Rails native sqlite3 adapter for inspiration on how to solve some of the remaining issues.