We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c39eb commit bf2a72bCopy full SHA for bf2a72b
src/lib/PostgresMetaTriggers.ts
@@ -34,7 +34,7 @@ export default class PostgresMetaTriggers {
34
sql += ` WHERE schema ${filter}`
35
}
36
if (limit) {
37
- sql += `${sql} LIMIT ${limit}`
+ sql = `${sql} LIMIT ${limit}`
38
39
if (offset) {
40
sql = `${sql} OFFSET ${offset}`
0 commit comments