Re: [Sqlalchemy-users] SA and heavy threading

2006-05-22 Thread alanp
On 22 May 2006, at 1:46 PM, Matt Goodall wrote: Michael Bayer wrote: [snip snip snip] My comment on Myghty was meant as nothing more than a comment on how hard it is to know **for sure** in **any library** that there are no thread-related problems left. not sure if youre saying "event ba

Re: [Sqlalchemy-users] os.fork() & postgres problems

2006-05-11 Thread alanp
On 10 May 2006, at 6:03 PM, alanp wrote: On 10 May 2006, at 5:56 PM, Jonathan Ellis wrote: On 5/10/06, alanp <[EMAIL PROTECTED]> wrote: The problem is that the commit in the parent process fails with a psycopg error (ProgrammingError: "SET TRANSACTION ISOLATION LEVEL...")

Re: [Sqlalchemy-users] os.fork() & postgres problems

2006-05-10 Thread alanp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10 May 2006, at 5:56 PM, Jonathan Ellis wrote: On 5/10/06, alanp <[EMAIL PROTECTED]> wrote: The problem is that the commit in the parent process fails with a psycopg error (ProgrammingError: "SET TRANSACTION ISOLATION LEVEL...&qu

[Sqlalchemy-users] os.fork() & postgres problems

2006-05-10 Thread alanp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'm clearly being an idiot but can't figure out how/where. I've had a look through parts of the SA code but aren't getting any closer to finding what is causing my problem. The synopsis of the problem: engine = ProxyEngine() jobs = Tabl

Re: [Sqlalchemy-users] 1 table with many columns referencing another

2006-03-28 Thread alanp
And that after I even RTFMed the advanced datamapping section of the docs. Sorry for displaying my stupidity in public :-\ Thanks for the great software BTW: an ORM that does things The Right Way (tm) :-) On 29 Mar 2006, at 12:04 AM, Michael Bayer wrote: you must specify explicit jo

[Sqlalchemy-users] 1 table with many columns referencing another

2006-03-28 Thread alanp
Hi all, Excuse the long post: I hope the extra info (code, SA logging info, db queries) helps illustrate my problem. BTW I'm using SQLAlchemy 0.1.4). BTW2: I haven't examined the SA code yet to see what I'm doing wrong: I'm hoping some-one can point out my stupidity before I spend too much t