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/coreSQLiteStudio/completionhelper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SQLiteStudio3/coreSQLiteStudio/completionhelper.h') diff --git a/SQLiteStudio3/coreSQLiteStudio/completionhelper.h b/SQLiteStudio3/coreSQLiteStudio/completionhelper.h index 3cff8ec..6e661e9 100644 --- a/SQLiteStudio3/coreSQLiteStudio/completionhelper.h +++ b/SQLiteStudio3/coreSQLiteStudio/completionhelper.h @@ -65,6 +65,7 @@ class API_EXPORT CompletionHelper : public QObject CREATE_TABLE, CREATE_TRIGGER, EXPR, + INSERT_COLUMNS, INSERT_RETURNING, UPDATE_RETURNING, DELETE_RETURNING @@ -142,6 +143,7 @@ class API_EXPORT CompletionHelper : public QObject bool isInDeleteWhere(); bool isInCreateTable(); bool isInCreateTrigger(); + bool isInInsertColumns(); bool isInUpdateReturning(); bool isInDeleteReturning(); bool isInInsertReturning(); -- cgit v1.2.3