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 5d9a5a7 commit 57f3863Copy full SHA for 57f3863
src/parser/dbcscanner.cpp
@@ -4,7 +4,7 @@
4
#include <math.h>
5
#include "../helpers/formatter.h"
6
7
-#define MAX_LINE 4096
+#define MAX_LINE 4096 * 4
8
9
char line[MAX_LINE] = { 0 };
10
0 commit comments