Re: Two simple to fix bugs in 1.1 RC

2009-07-27 Thread Jacob Kaplan-Moss
On Mon, Jul 27, 2009 at 6:03 AM, Russell Keith-Magee wrote: > To remove any illusions here - v1.1 won't be bug free. If we're ever > going to put out a release, we have to hold our nose and acknowledge > that some bugs are going to exist in the final release. For the record: I'm fine shipping 1.1

Re: Two simple to fix bugs in 1.1 RC

2009-07-27 Thread Russell Keith-Magee
On Mon, Jul 27, 2009 at 5:47 PM, Anssi Kaariainen wrote: > > Hello all, > > 1) > > If using postgresql with autocommit = True, and a postgresql version > that supports autocommit, first save of a model will fail if it is the > first query ran. ("ProgrammingError: no results to fetch"). > > The pro

Two simple to fix bugs in 1.1 RC

2009-07-27 Thread Anssi Kaariainen
Hello all, 1) If using postgresql with autocommit = True, and a postgresql version that supports autocommit, first save of a model will fail if it is the first query ran. ("ProgrammingError: no results to fetch"). The problem is that the generated query will not contain "RETURNING id" because w