-
Notifications
You must be signed in to change notification settings - Fork 2.8k
clean SQL text functions #6017
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
clean SQL text functions #6017
Conversation
|
@nicuveo Why not move those functions to |
|
They conflict with |
Get rid of |
|
The only problem is the instances for GraphQL types; they don't really belong in |
Why not? Since |
|
Ah ok! My understanding was that stuff in |
|
We can even use |
|
That seems like a good idea! I'll just need to patch the parser first. But sounds good to me! |
|
Done! It's a bit verbose, but at least that's out of the way now. :) |
|
Deploy preview for hasura-docs ready! Built with commit b72fa98 |
|
Pushed a few more things: introduced |
|
Fixed the kerfuffle re: |
tirumaraiselvan
left a comment
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.
no cl required
Description
This PR cleans text manipulation functions out of the SQL directory, and merges them with the ones defined in
Data.Text.Extended. It deletes theDQuotetypeclass, in favour of the already redundantToTxt. It also cleans some existing code, by making use of already exising functions such asdquoteList, and by introducingcommaSeparated.