Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BulkQuery should support more complex VALUES clauses #59

Open
rowanseymour opened this issue Mar 10, 2022 · 0 comments
Open

BulkQuery should support more complex VALUES clauses #59

rowanseymour opened this issue Mar 10, 2022 · 0 comments

Comments

@rowanseymour
Copy link
Member

dbutil.BulkQuery currently only works when statement includes the exact text VALUES( but sometimes depending on formatting style it might be preferable to write it VALUES (.

Would be useful if it allowed casts as well, e.g. VALUES (:id::int) so that the column is created with type int and you don't have to use ::int elsewhere in the query.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant