-
Notifications
You must be signed in to change notification settings - Fork 45
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
Test/Examples #6
Comments
Can i take this issue? |
Sure |
Sorry, how can i assign myself to this issue? |
I've assigned it to you for now, but this is an ongoing issue since new tests and examples will always be needed. |
I have read through the codebase, and this is my first time using Go language, i saw four folders in the dialect folder: mssql, mysql, psql and sqlite. Should i write tests for the existing ones or for a new dialect entirely. |
Write tests for the existing dialects. Add to the cases already in The goal is to cover all edge cases when writing a query. Bob should be able to accurately express a valid query. |
Add tests for any dialect and query. The tests are used to autogenerate the examples.
Should preferably use a query mod that is not yet used by any existing test.
The text was updated successfully, but these errors were encountered: