HamedMasafi / Nut

Advanced, Powerful and easy to use ORM for Qt
GNU Lesser General Public License v3.0
294 stars 75 forks source link

Fix broken join feature #70

Open martonmiklos opened 4 years ago

martonmiklos commented 4 years ago

Added a Row<Table> property to each table object to being able to pass a QVariant encapsulated Row<Table> through the QObject::setProperty in the Query::toList method.