Re: [Interest] SQLite: mystic bug: No query Unable to fetch row error

2021-01-16 Thread Thiago Macieira
On Saturday, 16 January 2021 02:33:09 PST Alexander Dyagilev wrote: > Actually, the code is this: You may want to look at the overhead you're creating... So, you create 128 bits (16 bytes) of data of UUID, but then you save into your database a QDataStream payload containing a QString encoding o

Re: [Interest] SQLite: mystic bug: No query Unable to fetch row error

2021-01-16 Thread Alexander Dyagilev
Hello, I don't believe such bug can exist and no one has noticed it yet :) Anyway, thanks for your suggestion. I've checked it - works fine. Actually, the code is this: QString uuid=QUuid::createUuid().toString(QUuid::WithoutBraces); QVariant v(uuid); QByteArray UuidByteArray = toByteArrayBy