# File lib/dm-migrations/sql/sqlite.rb, line 30 30: def change_column_type_statement(*args) 31: raise NotImplementedError 32: end
# File lib/dm-migrations/sql/sqlite.rb, line 16 16: def recreate_database 17: DataMapper.logger.info "Dropping #{@uri.path}" 18: FileUtils.rm_f(@uri.path) 19: # do nothing, sqlite will automatically create the database file 20: end
# File lib/dm-migrations/sql/sqlite.rb, line 8 8: def supports_schema_transactions? 9: true 10: end
# File lib/dm-migrations/sql/sqlite.rb, line 26 26: def supports_serial? 27: true 28: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.