It does not appear there is any. With other db connectors I can do something like:
cur.execute("select * from foo where v=?",('safer'))
But pyhs2's Cursor.execute cannot use this safer way of generating queries.
Is this coming or is there a workaround?
It does not appear there is any. With other db connectors I can do something like:
cur.execute("select * from foo where v=?",('safer'))
But pyhs2's Cursor.execute cannot use this safer way of generating queries.
Is this coming or is there a workaround?