From 81a21e6ce040e7740de86340c8ea4dba30e69bc3 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 16 Jan 2025 01:57:37 -0500 Subject: New upstream version 3.4.13+dfsg. --- SQLiteStudio3/guiSQLiteStudio/sqleditor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SQLiteStudio3/guiSQLiteStudio/sqleditor.h') diff --git a/SQLiteStudio3/guiSQLiteStudio/sqleditor.h b/SQLiteStudio3/guiSQLiteStudio/sqleditor.h index 4af89c1..b78b46b 100644 --- a/SQLiteStudio3/guiSQLiteStudio/sqleditor.h +++ b/SQLiteStudio3/guiSQLiteStudio/sqleditor.h @@ -124,6 +124,8 @@ class GUI_API_EXPORT SqlEditor : public QPlainTextEdit, public ExtActionContaine bool getAlwaysEnforceErrorsChecking() const; void setAlwaysEnforceErrorsChecking(bool newAlwaysEnforceErrorsChecking); + static constexpr int HUGE_QUERY_LENGTH = 10 * 1024 * 1024; // 10MB of SQL + protected: void setupDefShortcuts(); void createActions(); -- cgit v1.2.3