Does escaping really needs conn-db and why? Should not escaping be independent of connection? Finally escaping function could be used to generate SQL without having a database connection.
Does escaping really needs conn-db and why? Should not escaping be independent of connection?
Finally escaping function could be used to generate SQL without having a database connection.