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

All queries should declare a column_names prop, and this should be enforced #419

Closed
greenape opened this issue Feb 25, 2019 · 0 comments
Closed
Labels
FlowMachine Issues related to FlowMachine refactoring

Comments

@greenape
Copy link
Member

Many queries now declare the columns they are expected to return via the column_names property, but this should be universally the case, and should be enforced, rather than relying on running head(0) to get Postgres to infer the column names.

Helpful in a small way for #390 and #391.

@greenape greenape added FlowMachine Issues related to FlowMachine refactoring labels Feb 25, 2019
@greenape greenape mentioned this issue Feb 25, 2019
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FlowMachine Issues related to FlowMachine refactoring
Projects
None yet
Development

No branches or pull requests

1 participant