mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-04 18:09:11 -05:00
Re-animated prepared statements
This commit is contained in:
@@ -65,16 +65,14 @@ namespace sqlpp
|
||||
return db.remove(*this);
|
||||
}
|
||||
|
||||
/*
|
||||
template<typename Db>
|
||||
auto _prepare(Db& db) const
|
||||
-> prepared_remove_t<Db, remove_t>
|
||||
-> prepared_remove_t<Db, _statement_t>
|
||||
{
|
||||
_check_consistency();
|
||||
_check_consistency();
|
||||
|
||||
return {{}, db.prepare_remove(*this)};
|
||||
return {{}, db.prepare_remove(*this)};
|
||||
}
|
||||
*/
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user