[eluser]m4rw3r[/eluser]
I call db::_delete() from IgnitedQuery, to generate a db specific query.
(and I'm perfecly aware of how the AR lib works, because I've written a "clone")
But now I've decided to skip the call to db::_delete() because of this problem and the fact that they all are identical, no matter what driver is choosen.
I filed this bug because it is incoherent with the other db specific methods.
(and please do not change them to all use $this->ar_* instead of parameters, because they are reusable by 3:rd party libs if they don't depend on AR being present)