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/tablemodifier.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SQLiteStudio3/coreSQLiteStudio/tablemodifier.h') diff --git a/SQLiteStudio3/coreSQLiteStudio/tablemodifier.h b/SQLiteStudio3/coreSQLiteStudio/tablemodifier.h index 600a761..0e5b383 100644 --- a/SQLiteStudio3/coreSQLiteStudio/tablemodifier.h +++ b/SQLiteStudio3/coreSQLiteStudio/tablemodifier.h @@ -70,8 +70,8 @@ class API_EXPORT TableModifier * Finds all tables referencing currently modified table and updates their referenced table name and columns. */ void handleFks(); - void handleFks(const QString& oldName, const QString& theNewName); - bool handleFks(SqliteForeignKey* fk, const QString& oldName, const QString& theNewName); + void handleFkAsSubModifier(const QString& oldName, const QString& theNewName); + bool handleFkStmt(SqliteForeignKey* fk, const QString& oldName, const QString& theNewName); bool handleFkConstrains(SqliteCreateTable* stmt, const QString& oldName, const QString& theNewName); bool handleName(const QString& oldName, QString& valueToUpdate); -- cgit v1.2.3