dev  

Re: sqlite3 and postgresql

Bob Rossi
Wed, 21 May 2008 13:30:06 -0700

On Thu, May 22, 2008 at 05:43:27AM +1000, Bojan Smojver wrote:
> On Wed, 2008-05-21 at 10:13 -0400, Bob Rossi wrote:
> 
> > OK, I have confirmed 1 bug. If you pass '0' to apr_dbd_get_row, with
> > postgresql as the driver, the function returns 0, instead of -1 as it
> > should. My unit tests happen to test the cases that should fail, that's
> > how I caught this.
> 
> Try now. I also fixed MySQL driver to do the same.

Ok, all my unit tests pass on linux and windows. Thanks a million!

Bob Rossi