Dear All,

I have questions in coding my application using sqlalchemy on database
"tables".

1. how to create table if not exists in "metadata.create_all(engine)"
   I googled and fould this
"http://www.mail-archive.com/sqlalchemy-us...@lists.sourceforge.net/msg02121.html";
but I found no keywords matched "checkexists=True" in the document for
version 0.6.4

2. how to duplicate a table with name in sqlalchemy?
   I posted a question in
"http://stackoverflow.com/questions/3545140/sqlalchemy-duplicate-table-rename-table";
but seems still no answer.

3. how to rename a table in sqlalchemy?

Thanks for any hints and answer.


Yours,

KC
 




-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to