qicosmos / ormpp

modern C++ ORM, C++17, support mysql, postgresql,sqlite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deleting a single row

opakaj opened this issue · comments

commented

Deleting a single row doesn't work.
Please show how.
It says there isn't an overridden function for that.

Please provide the test code.

commented

ormpp

It says no instance of the overloaded function "ormpp::dbng::delete_records for;

Mysql.delete_records("id=1");
Mysql.delete_records(" ");

commented

??

Please git pull the laster code