[sqlalchemy] Re: strange commit behaviour

2011-06-28 Thread NiL
thanks for your prompt reply

still if I do something like

http://pastebin.com/UMRcYjp3

(The ordering in children demo is pointless for what I care now)

It freezes against a PG database, I need to drop the tables for a
second test to run in isolation, and I can't manage to, the commit
isn't usued.

thanks for any advice

NIL

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@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.



Re: [sqlalchemy] Re: strange commit behaviour

2011-06-28 Thread Michael Bayer



On Jun 28, 2011, at 4:29 PM, NiL wrote:

 thanks for your prompt reply
 
 still if I do something like
 
 http://pastebin.com/UMRcYjp3
 
 (The ordering in children demo is pointless for what I care now)
 
 It freezes against a PG database, I need to drop the tables for a
 second test to run in isolation, and I can't manage to, the commit
 isn't usued.

the script completes for me with no issue against a Postgresql database.0.7 
and 0.6.




-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@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.