It seems that nobody has provided a test case - this makes it hard for the developers to confirm that the patch is correct.
You could apply the patch yourself and provide feedback as to whether or not it is correct.
Regards,
Scott
Alexander Fedorenko wrote:
Hello.
I remember there were a lot of letters with requirement to change Limit style for PostgreSQL.
And, with new release, nothing has changed.
case DB.LIMIT_STYLE_POSTGRES : limitString = new StringBuffer() .append(limit) .append(", ") .append(offset) .toString();
kmsys=> select * from role limit 1, 1;
ERROR: LIMIT #,# syntax not supported.
Use separate LIMIT and OFFSET clauses.
-- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
