SQLite Adapter Updates
- From: <rfbaumann@gmail.com>
- To: dev@activerecord-jdbc.kenai.com
- Subject: SQLite Adapter Updates
- Date: Wed, 23 Sep 2009 20:16:23 +0000 (GMT)
Because SQLite only supports a limited subset of the ALTER TABLE
syntax [1], a number of SQLite adapter methods would fail due to their
use of it [2]. I've made a fork on GitHub which should have fixes for
many of these, brought in from mainline ActiveRecord:
http://github.com/ryanfb/activerecord-jdbc-adapter. This should fix
rename_column, change_column, and change_column_default, improve
remove_column, and alias in remove_columns. With these changes many
more projects should be able to be successfully DB migrated under
JRuby with SQLite for development/testing.
[1] http://www.sqlite.org/lang_altertable.html
[2] http://kenai.com/jira/browse/ACTIVERECORD_JDBC-16
Thanks,
-Ryan
|
SQLite Adapter Updates |
rfbaumann | 09/23/2009 |





