On Sep 1, 2008, at 2:17 PM, Diez B. Roggisch wrote:
> > > Hm. I think it belongs to SA, because that should be an agnostic > function migrate (and other tools/libs) just can use. > > I don't mind writing it for the DB I've got access to (postgres) - > however, if you don't see any chance for inclusion, I will only > implement it in migrate of course. well we also havent implemented ALTER in SQLA. SQLA currently only gets involved with the most minimal level of information schema/DDL necessary to reflect/configure an existing database, and has nothing in the "database administration" realm. Going beyond our current scope becomes a question of maintenance resources since its already quite a huge job to maintain the scope of functionality we have already. (this is code for, "if someone wants to own this feature for all dialects, create unit tests, deal with other features which would invariably be requested such as CREATE DATABASE, etc., that helps the decision") --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to sqlalchemy@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---