Hi all, I have a script that bulk copies relevant data from one database server to another using the neat-o MetaData features in SQLAlchemy.
My script is a custom variation of this script: http://www.tylerlesmann.com/2009/apr/27/copying-databases-across-platforms-sqlalchemy/ My question is this: I want to have the import NOT over-write auto-incremented columns, i.e. I want it to respect when a column should be incremented on the destination table. So, is there a way to indicate that the copy process should copy everything *but* the auto-incremented columns? The documentation for SQLAlchemy is vast, butI haven't yet seen anything that clearly indicates this is possible.I feel certain it is there somewhere, but I'm surely missing it. Best, Aaron. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" 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 http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/groups/opt_out.
