Open parsonsmatt opened 3 years ago
Currently, IdentInfo carries an entire SqlBackend. It can't possibly use most of it. Instead, let's ask for what we actually want - the escaping function. This would reduce the "dummy" functions.
IdentInfo
SqlBackend
💯
Currently,
IdentInfo
carries an entireSqlBackend
. It can't possibly use most of it. Instead, let's ask for what we actually want - the escaping function. This would reduce the "dummy" functions.