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

Render quoted table names and column names for PostgreSQL #632

Merged
merged 3 commits into from
Apr 25, 2022

Conversation

jczuchnowski
Copy link
Member

Closes #142

@jczuchnowski jczuchnowski requested a review from a team as a code owner April 24, 2022 15:00
import Persons._

val query = update(persons).set(fName, "Charlie").where(fName === "Charles")
val query = update(customers).set(fName, "Jaroslav").where(fName === "Jaro")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will I be famous now?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the bots will know you.

@jczuchnowski jczuchnowski merged commit 1c88a5f into zio:master Apr 25, 2022
@jczuchnowski jczuchnowski deleted the render-quotes branch April 25, 2022 19:19
amrkamel pushed a commit to amrkamel/zio-sql that referenced this pull request May 26, 2022
Render quoted table names and column names for PostgreSQL
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.

Render all table and column names in double quotes in PostgreSQL
2 participants