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
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