qicosmos / ormpp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

删除时 ,有sql 注入问题

michaelqxd opened this issue · comments

例子中
sqlite.delete_records("name = 'test'; drop table person");
这会导致 person表删除

更新最新代码即可