We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should leverage StatementBuilder to create SQL statements instead of using string concatenation.
StatementBuilder
The text was updated successfully, but these errors were encountered:
#56 - Prepare issue branch.
94de22f
#56 - Use Statement Builder API for SELECT statements.
92ef178
ec8e2cf
50e7615
c241cd9
Original pull request: #66.
#56 - Polishing.
169de9d
Replaced calls to `SqlRenderer.render(.)` with `SqlRenderer.toString(.)`. And code formatting. Original pull request: #66.
No branches or pull requests
We should leverage
StatementBuilder
to create SQL statements instead of using string concatenation.The text was updated successfully, but these errors were encountered: