tlocke / pg8000

A Pure-Python PostgreSQL Driver
BSD 3-Clause "New" or "Revised" License
515 stars 46 forks source link

Have some sort of function for escaping literals and identifiers #95

Closed tlocke closed 2 years ago

tlocke commented 2 years ago

...for when there's no option but to put values in the SQL.

tlocke commented 2 years ago

We've got this now, with identifier() and literal().