The Database schema sql methods (e.g. alter_table_sql) are now private instance methods instead of public instance methods. I've done this to give me flexibility to change the internals in the future without breaking the public API (i.e. change how alter_table calls alter_table_sql). Methods like alter_table_sql_list and create_table_sql_list weren't really usable directly anyway, and they were the most common schema methods used.
Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
