change sql LIMIT usage from LIMIT #,# to LIMIT # OFFSET #, this is makes us postgresq...
authormh <mh>
Sat, 28 Dec 2002 03:21:38 +0000 (03:21 +0000)
committermh <mh>
Sat, 28 Dec 2002 03:21:38 +0000 (03:21 +0000)
commit468053b47d99808f6ad3f049368e3970b564bfd8
treec64251614f88b0e7ee6b10e7f69c298facbdfd02
parent485e63170a42716bd8bf315b60c97d9f4c7b1f05
change sql LIMIT usage from LIMIT #,# to LIMIT # OFFSET #, this is makes us postgresql 7.3 compatible, I hope this works for 7.2 and below as well.
source/mir/storage/Database.java