On Oct 08, Davide Alberani <[EMAIL PROTECTED]> wrote: > The problem was communicated and I suppose future versions of > SQLObject will work without out-of-the-box.
Lets say I'm contracting the details of the fix. ;-) Maybe other adjustments will be needed in the IMDbPY code. Anyway, I forgot to mention that there are also 2 new command line options for the imdbpy2sql.py script: --mysql-innodb: sets all the "-e" options needed to populated a MySQL database with MyISAM tables, later converted to InnoDB. --ms-sqlserver: sets all the "-e" options needed for a MS SQL Server. So, instead of: imdbpy2sql.py -d /DIR -u URI -e 'AFTER_CREATE:FOR_EVERY_TABLE:ALTER TABLE %(table)s ENGINE=MyISAM' -e 'END:FOR_EVERY_TABLE:ALTER TABLE %(table)s ENGINE=InnoDB' you can just write: imdbpy2sql.py -d /DIR -u URI --mysql-innodb -- Davide Alberani <[EMAIL PROTECTED]> [PGP KeyID: 0x465BFD47] http://erlug.linux.it/~da/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Imdbpy-devel mailing list Imdbpy-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/imdbpy-devel