QtCipherSqlitePlugin
QtCipherSqlitePlugin copied to clipboard
A Qt plugin for cipher SQLite.
error: inlining failed in call to always_inline '_mm_aesimc_si128': target specific option mismatch
``` E:\Applications\Qt\Tools\mingw730_64\lib\gcc\x86_64-w64-mingw32\7.3.0\include\wmmintrin.h:77: error: inlining failed in call to always_inline '_mm_aesimc_si128': target specific option mismatch _mm_aesimc_si128 (__m128i __X) ^~~~~~~~~~~~~~~~ E:/Applications/Qt/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/wmmintrin.h:77:1: error: inlining failed in call to always_inline '_mm_aesimc_si128': target specific option...
I have manually created a SQLite database (named "localDB.db") and protected it with a password, by using [DB browser](https://sqlitebrowser.org). If I am not mistaken, DB browser uses SQLCipher (with a...
After this commit "3a3ca590 Trim option values." everything crashed when building it. Before it evrything ok for Qt 5.15 I have this troubles on MacOS with Qt 5.15 and Qt...
1.3 version didn't work on windows (Qt 5.14.2, mingw32)
请教下 Qt5.5下编译汇报找不Private Header的问题,这个需要怎么解决?
Thank you for writing this plugin, it helped me solve the sqlite3 encryption problem. There is a small problem. QSqlCachedResultPrivate is not exported on qt5.6, and it will prompt QSqlCachedResultPrivate...
sqlitecipher.obj: -1: error: LNK2019: unresolved external symbol "__declspec(dllimport) protected: __thiscall QSqlCachedResult::QSqlCachedResult(class QSqlCachedResultPrivate &)" (__imp_??0QSqlCachedResult@@IAE@AAVQSqlCachedResultPrivate@@@Z) referenced in function "public: __thiscall SQLiteResult::SQLiteResult(class SQLiteCipherDriver const *)" (??0SQLiteResult@@QAE@PBVSQLiteCipherDriver@@@Z) . . I am trying to...
A lot of "error: no member named 'midRef' in 'QString'" when trying to build on Qt 6.0
## in sqlite3 project: 
as your wiki i open the project in qt and build it but this is the bugs: D:\Qt\Apps\QtCipherSqlitePlugin-master\sqlitecipher\sqlite3\fastpbkdf2.c:259: error: expected ';', ',' or ')' before 'ctx' static inline void sha1_extract(sha1_ctx...