Nasanjargal Bayanmunkh

Results 2 issues of Nasanjargal Bayanmunkh

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

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