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

[Fix] Update readme #26

Merged
merged 1 commit into from
May 7, 2024
Merged

Conversation

woowenjun99
Copy link
Contributor

@woowenjun99 woowenjun99 commented Apr 25, 2024

Bug Fix

Initially the engine is postgresql even for mysql. As a result when I tried to compile, it led to issue #25. However, when I tried to replace the $1 placeholder in the queries file with ? as per mysql placeholder format, the code failed to compile due to the engine being postgresql compiler unable to read mysql syntax.

Problem

The engine in yaml for mysql is incorrect.

Solution

Updating the README to replace the engine with mysql for greater clarity and correctness

@kyleconroy kyleconroy merged commit 54496e9 into sqlc-dev:main May 7, 2024
7 checks passed
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