Merge branch 'master' of github.com:1602/jugglingdb
This commit is contained in:
commit
5a65b4f1c2
|
@ -261,7 +261,7 @@ PG.prototype.toFilter = function (model, filter) {
|
|||
}
|
||||
|
||||
if (filter.limit) {
|
||||
out += ' LIMIT ' + filter.limit + ' ' + (filter.offset || '');
|
||||
out += ' LIMIT ' + filter.limit + ' OFFSET ' + (filter.offset || '');
|
||||
}
|
||||
|
||||
return out;
|
||||
|
|
Loading…
Reference in New Issue