Skip to content

parameter replacement in Cursor.execute #60

@mschmill

Description

@mschmill

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions