# File lib/dm-migrations/sql/sqlite.rb, line 30 def change_column_type_statement(*args) raise NotImplementedError end
# File lib/dm-migrations/sql/sqlite.rb, line 16 def recreate_database DataMapper.logger.info "Dropping #{@uri.path}" FileUtils.rm_f(@uri.path) # do nothing, sqlite will automatically create the database file end
# File lib/dm-migrations/sql/sqlite.rb, line 8 def supports_schema_transactions? true end
# File lib/dm-migrations/sql/sqlite.rb, line 26 def supports_serial? true end
Generated with the Darkfish Rdoc Generator 2.