Re: [sqlalchemy] Copying one table from one database to the other

2011-10-13 Thread Michael Bayer
On Oct 13, 2011, at 6:38 AM, Eduardo wrote: > Hi, > I am trying to copy a table (or more of them) from one database to the > other. I found somewhere in internet a code snippet that I have > slightly modified. I read sequentially rows from the existing table > and write them to the new one. The c

[sqlalchemy] Copying one table from one database to the other

2011-10-13 Thread Eduardo
Hi, I am trying to copy a table (or more of them) from one database to the other. I found somewhere in internet a code snippet that I have slightly modified. I read sequentially rows from the existing table and write them to the new one. The code worked for smaller table (up to several thousand row