On Thursday 17 April 2008 18:27:22 Lukasz Szybalski wrote: > On Thu, Apr 17, 2008 at 3:51 AM, <[EMAIL PROTECTED]> wrote: > > On Thursday 17 April 2008 00:07:28 Lukasz Szybalski wrote: > > > On Wed, Apr 16, 2008 at 1:03 AM, <[EMAIL PROTECTED]> wrote: > > > > a separate feature - no. > > > > but it's not much to do it. here my attempt at this. > > > > try copyall or copydata+autoload from here: > > > > > > > > svn co > > http://dbcook.svn.sourceforge.net/dbcook/trunk/dbcook/misc/metada > >ta/ > > > > > At which point here is the table created in dst database? > > > > > > metadata = autoloader.metadata() > > > > > > here you get the src metadata about tables?!! > > > > yes > > > > > dst_engine= sqlalchemy.create_engine( dbdst) > > > Here you change the engine?? > > > metadata.bind = dst_engine > > > > > > This will create tables from the first line statement? > > > metadata.create_all() > > > > yes, create all stuff autoloaded from src, but into dbdst (using > > dst_engine). > > Have you ever tried this with mssql to mysql? Any potential > problems? never tried mysql. apart of naming.. and some weird type.. what else can go wrong? just try and tell us how it goes... mysql to whatever may need additional stuff in Autoload, e.g. for indexes if u want them too.
--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
