Skip to content

Implement question mark placeholder in PostgreSQL driver. #3

@isutton

Description

@isutton

PostgreSQL doesn't support question mark (?) placeholder, but it uses the "dollar number" notation ($1) instead. I should implement this conversion when the user asks to prepare a sql statement, transforming:

DELETE FROM t WHERE i = ?

in

DELETE FROM t WHERE i = $1

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