Not sure if this a bug, but check the following: # Adds column "TEST" to "RESOURCE" table. add_column :resource, :test, :bit
# Renames "TEST" to "another_test" in lower case rename_column :resource, :test, :another_test This is using the TinyTDS adapter. Adding columns automatically converts column names to uppercase, where as renaming does not. Thoughts? Tom -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
