Open
Description
So, I might be a little thick, but it seems like this package doesn't use a real parameterized query. For example a query written as: Select * from people where id = $1
where the parameter values are sent separately from the query. Instead we are relying on the escaping of the data in the library. And while this look nice, it still makes me wary.
Will this be supported in the future?
Metadata
Metadata
Assignees
Labels
No labels