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.


The Torque team is pleased to announce the 3.0.1 release!




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to