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

pgsql support for AST #597

Open
staabm opened this issue Apr 9, 2023 · 2 comments
Open

pgsql support for AST #597

staabm opened this issue Apr 9, 2023 · 2 comments
Milestone

Comments

@staabm
Copy link
Owner

staabm commented Apr 9, 2023

even if sqlftw does not yet support pgsql we can at least narrow types for pgsql when the statement at hand is compatible with mysql. I think we could run queries thru the sqlftw parser on pgsql but just stop trying to narrow it, if the sql parser throws.

  • prio 1: adjust existing tests and make them compatible with pgsql and mysql if possible
  • skip tests which are mysql specific
  • duplicate mysql specific tests to a pgsql variant
@staabm staabm added this to the SQL AST milestone Apr 9, 2023
@staabm
Copy link
Owner Author

staabm commented Apr 9, 2023

don't let yourself be confused by this "help wanted" label. I just removed this label from the issue tracker, as all issues in the trackers are welcome to be fixed by contributors

@hemberger
Copy link
Contributor

Is #538 a duplicate of this?

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

2 participants