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 214584d commit e4d298aCopy full SHA for e4d298a
src/connection/syntaxChecker/checker.ts
@@ -1,7 +1,7 @@
1
export const VALIDATOR_NAME = `VALIDATE_STATEMENT`;
2
export const WRAPPER_NAME = `CHECKSTMTWRAPPED`;
3
export const VALID_STATEMENT_LENGTH = 32740;
4
-export const MAX_STATEMENT_COUNT = 500;
+export const MAX_STATEMENT_COUNT = 200;
5
6
export function getValidatorSource(schema: string, version: number) {
7
return /*sql*/`
0 commit comments