forked from qt-creator/qt-creator
Sqlite: Dont compile Utf-16 support
We don't support it anyway. Change-Id: I35fa859f3c9d7389e3d00d584832a814acb39c80 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -72,7 +72,6 @@ public:
|
||||
template<typename Type>
|
||||
Type fetchValue(int column) const;
|
||||
int columnCount() const;
|
||||
Utils::SmallStringVector columnNames() const;
|
||||
|
||||
void bind(int index, NullValue);
|
||||
void bind(int index, int fetchValue);
|
||||
@@ -97,7 +96,6 @@ public:
|
||||
void waitForUnlockNotify() const;
|
||||
|
||||
sqlite3 *sqliteDatabaseHandle() const;
|
||||
TextEncoding databaseTextEncoding();
|
||||
|
||||
[[noreturn]] void checkForStepError(int resultCode) const;
|
||||
[[noreturn]] void checkForResetError(int resultCode) const;
|
||||
|
||||
Reference in New Issue
Block a user