Skip to content

Parameterized Queries #37

@brettlaforge

Description

@brettlaforge

It would be nice if the client.query method could take sql and a list of parameters into order to avoid sql injection. It would be super nice to be able to use named parameters.

Here is how Postgres does it:
https://github.com/brianc/node-postgres/wiki/Client#method-query-parameterized

Also parsing Javascript Date objects into Vertica date strings would be super super nice.

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