Nut
Nut copied to clipboard
Advanced, Powerful and easy to use ORM for Qt
If the table is inherited and find by the field of the parent, it doesn't work. > class Person : public Nut::Table { > Q_OBJECT > NUT_PRIMARY_AUTO_INCREMENT(id) > NUT_DECLARE_FIELD(int, id,...
Hi @HamedMasafi First of all thank you for your great work, I am not using it yet, but it looks very promising! I was wondering if it would be useful...
I found and fix the error of doesn't update or delete if primary key is string. I solved this issue as below: **sqlgeneratorbase.cpp** **QString SqlGeneratorBase::updateRecord(Table *t, QString tableName)** sql =...
**Describe the bug** Noting nothing create in database,just __change_logs table created. Debug with src code, find that NUT_INFO in NUT_DECLARE_TABLE not work, create table Q_CLASSINFO for the databse failed. Then...
Hello there, and thank you for this library. I am coming from the embedded world where I toss in an `add_subdirectory` and away we go, I can use a 3rd...