QxOrm
QxOrm
Hello, Thx for your _BugDemos/UniqueSavingBug/InsertWithRelationPerformance_ example project. The faster way to insert an item + all its relationships with QxOrm library is with the function : **save_with_relation_recursive()** with second parameter...
Thx, I have to test with all compilers to be sure this is true everytime (to not generate a regression for nothing).
To be honest, I didn't know about this delete operator rule. The problem is not with my compilers, but with all compilers which can be used by other people. I...
Hello, Thx to report these warnings : I will try to remove them in a future commit.
Hello, I think this is better now with the latest commit to support Qt6. Could you please try to compile with your current version of Qt ?
Hello, sorry I don't know about chinese access to QxOrm website. Maybe there are some restrictions ? Anyway, full QxOrm website content is available in the ./doc/ directory of QxOrm...
Hello, Why do you want to enable boost ? boost support is more for backward compatibility with old versions of QxOrm library. Now, QxOrm uses by default Qt for binary...
Hello, Could you please provide an example to reproduce the issue ? Because there are already some examples in the ./test/ directory using _qx::serialization::qt::to_file_compressed / qx::serialization::qt::from_file_compressed_, and there is no...
This is strange, a QByteArray should be serialized correctly. If you serialize it without using qCompress / qUncompress : is your image OK after deserialization ?
Hello, FYI, I'm not able to reproduce your issue : for me this is working fine. You don't say what is the type of the variable _ar_ in your examples...