Fix the lowercase fix and db import
KexiDB *A fix for the lowercase fix: keep table names in original format but compare them in case-insensitive way when needed **This way importing from databases with tables upper-case characters works Migration *Fix invalid SQL generation for database import *Fix importing from databases with tables upper-case characters BUG:307479 CCBUG:306523
Showing
- kexi/core/kexiproject.cpp 5 additions, 11 deletionskexi/core/kexiproject.cpp
- kexi/migration/keximigrate.cpp 26 additions, 24 deletionskexi/migration/keximigrate.cpp
- kexi/migration/mysql/mysqlmigrate.cpp 4 additions, 3 deletionskexi/migration/mysql/mysqlmigrate.cpp
- libs/db/connection.cpp 14 additions, 11 deletionslibs/db/connection.cpp
- libs/db/expression.cpp 1 addition, 1 deletionlibs/db/expression.cpp
- libs/db/tableschema.cpp 1 addition, 1 deletionlibs/db/tableschema.cpp
Loading
Please register or sign in to comment