Skip to content

Does pytd have paramaterized query option? #111

@ahummel25

Description

@ahummel25

I'm not seeing any option to pass parameterized query. This would be super helpful when you have None columns as null.

value = None
client.query("INSERT INTO table (column1) VALUES (%s)", (value)) --should insert record as null

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions