Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
I'd like to be able to write "select name from users where uid = ?" and provide a vector of (ptr, size) pairs like in writev.
Advantages:
- No more escaping (client) and unescaping (server)
- Potential to do automatic prepared statements because the query and the parameters arrive at the server separately.