Skip table name if physical table is non-existing, use the new tableNames API in migration
Summary: BUG:392112 FIXED-IN:3.2.0 Note: functionality of migration is not affected, it's just the code cleanup thanks to the new API. Test Plan: Open kdb.git/autotests/data/missingTableTest.kexi, it should not list persons table anymore. Reviewers: piggz Tags: #kexi Differential Revision: https://phabricator.kde.org/D11549 # Conflicts: # CMakeLists.txt
Showing
- src/core/kexiproject.cpp 37 additions, 11 deletionssrc/core/kexiproject.cpp
- src/migration/KexiSqlMigrate.cpp 3 additions, 15 deletionssrc/migration/KexiSqlMigrate.cpp
- src/migration/KexiSqlMigrate.h 0 additions, 3 deletionssrc/migration/KexiSqlMigrate.h
- src/migration/mysql/mysqlmigrate.cpp 0 additions, 1 deletionsrc/migration/mysql/mysqlmigrate.cpp
- src/migration/postgresql/PostgresqlMigrate.cpp 0 additions, 1 deletionsrc/migration/postgresql/PostgresqlMigrate.cpp
Loading
Please register or sign in to comment