View Single Post
printf
Junior Member
Join Date: Apr 2013
Old 11-02-2016 , 02:21   Re: PostgreSQL Database Interface
Reply With Quote #10

Quote:
Originally Posted by Peace-Maker View Post
I can't frequently fail to upload files to the forum. Try this one.
Thank you, that appears to have fixed the issues with threaded queries.

I've converted all of my queries to work in PostgreSQL, but I still get odd things like this in parsing:

Code:
row number 135 is out of range 0..134
...
row number 4 is out of range 0..3
...
row number 4292 is out of range 0..4291
Is there another bug, or is this because MySQL indexes starting from 1 and PostgreSQL indexes starting from 0?
printf is offline