Skip to content

Implement question mark placeholder in PostgreSQL driver. #3

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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