-
Notifications
You must be signed in to change notification settings - Fork 551
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
Add docstrings for Dialect
s, update README
#1016
Conversation
Dialect
sDialect
s, update README
@Dandandan / @andygrove if you have time to review this PR I would appreciate it |
cc @lovasoa for your thoughts |
Pull Request Test Coverage Report for Build 6591947055
💛 - Coveralls |
### New Syntax | ||
|
||
The most commonly accepted PRs add support for or fix a bug in a feature in the | ||
SQL standard, or a a popular RDBMS, such as Microsoft SQL | ||
Server or PostgreSQL, will likely be accepted after a brief |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Server or PostgreSQL, will likely be accepted after a brief | |
Server or PostgreSQL, and will likely be accepted after a brief |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @alamb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Thank you @andygrove and @lovasoa |
I want to point out that dialect specific syntax should be supported for both
GenericDialect
and the specificDialect
I also took the time to update the doc strings and the main README