From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- SQLiteStudio3/coreSQLiteStudio/dbobjectorganizer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SQLiteStudio3/coreSQLiteStudio/dbobjectorganizer.h') diff --git a/SQLiteStudio3/coreSQLiteStudio/dbobjectorganizer.h b/SQLiteStudio3/coreSQLiteStudio/dbobjectorganizer.h index c8a1f97..14a4b46 100644 --- a/SQLiteStudio3/coreSQLiteStudio/dbobjectorganizer.h +++ b/SQLiteStudio3/coreSQLiteStudio/dbobjectorganizer.h @@ -84,7 +84,7 @@ class API_EXPORT DbObjectOrganizer : public QObject, public QRunnable, public In bool copyViewToDb(const QString& view); bool copyIndexToDb(const QString& index); bool copyTriggerToDb(const QString& trigger); - bool copySimpleObjectToDb(const QString& name, const QString& errorMessage); + bool copySimpleObjectToDb(const QString& name, const QString& errorMessage, SchemaResolver::ObjectType objectType); QSet resolveReferencedTables(const QString& table, const QList& parsedTables); void collectReferencedTables(const QString& table, const StrHash& allParsedObjects); void collectReferencedIndexes(const QString& table); @@ -105,7 +105,7 @@ class API_EXPORT DbObjectOrganizer : public QObject, public QRunnable, public In bool rollback(); void emitFinished(bool success); bool execConfirmFunctionInMainThread(const QStringList& tables); - QString prefixSimpleObjectWithAttachName(const QString& objName, const QString& ddl); + QString processSimpleObjectAttachNameAndRename(const QString& objName, const QString& ddl); ReferencedTablesConfimFunction confirmFunction; NameConflictResolveFunction nameConflictResolveFunction; -- cgit v1.2.3