On Sep 20, 2013, at 3:15 AM, monosij.for...@gmail.com wrote:

> 
> I am trying to create multiple tables from a set of 'create table' 
> scripts.The set of scripts are in a list and I am executing as below.
> 
> The scripts create tables, all scripts tested and work through the sqlite3 
> driver fine - one at a time.
> 
> However, through the sqlarchemy driver when I try as below - only a few of 
> the tables get created, ie the script gets executed.
> 
> The scripts (for the tables) always come in the same order but randomly a few 
> gets executed, somes 1st,2nd or 1st,3rd; etc.
> 
> The same scripts iterated from the same list get created fine using sqlite3 
> driver as mentioned, with no issues.
> 
> However only a few of the tables get when I try the following, and then there 
> is an error which causes the rollback from the script that failed and it 
> exits.
> 
> Any suggestions will be very appreciated as I actually plan to use the 
> scripts for Postgres eventually.

there's not much help that can be offered without knowing what exactly the 
error you're getting is.   the script below does not present any information 
about what these SQL scripts do or what problem the database is having.


Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to