Michael Bayer wrote: > ... > - The methods on Table and Column that were used to > programmatically add items, which included a quasi-generic > "append_item()" method that had an ambiguous relationship with other > methods like "append_column()", have been honed into explicit names > like "append_column()", "append_constraint()", and "append_foreign_key > ()". but I have never seen anyone use those methods in an > application before so i dont think there will be much impact there.
Possibly of interest/FYI: I use append_column with a PostgreSQL/PostGIS table. > ... -- Wyatt Baldwin byCycle.org PS Firefox 2.0 with built-in form spell-checking r0x! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy -~----------~----~----~----~------~----~------~--~---
