Skip to content

Support SELECT * in MySQL #529

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

Merged
merged 2 commits into from
May 29, 2020
Merged

Support SELECT * in MySQL #529

merged 2 commits into from
May 29, 2020

Conversation

kyleconroy
Copy link
Collaborator

This uses the compiler package and generic AST

@kyleconroy kyleconroy merged commit dcf1a6c into master May 29, 2020
@kyleconroy kyleconroy deleted the dolphin-parse branch May 29, 2020 18:22
case config.EnginePostgreSQL:
return r.postgresType(col, settings)
case config.EngineXLemon:
return r.postgresType(col, settings)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why wouldn't you have this in the same case statement as the line above?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should have left a comment; calling postgresType for SQLite is a temporary solution. SQLite offers a very small number of built in types and should not use the same mapping.

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

Successfully merging this pull request may close these issues.

2 participants