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

dolt_patch needs adjustments for postgres syntax #796

Open
tbantle22 opened this issue Oct 2, 2024 · 0 comments
Open

dolt_patch needs adjustments for postgres syntax #796

tbantle22 opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working workbench Issue related to dolt-workbench

Comments

@tbantle22
Copy link
Contributor

  1. Schema changes (like create schema) should be included in the returned statements (see test here)
  2. Returned statements use mysql syntax instead of postgres (like backticks instead of double quotes, etc) (see test here)

Also statement order is not consistent when there are changes to tables in more than one schema

@tbantle22 tbantle22 added the bug Something isn't working label Oct 2, 2024
@tbantle22 tbantle22 added the workbench Issue related to dolt-workbench label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working workbench Issue related to dolt-workbench
Projects
None yet
Development

No branches or pull requests

1 participant