-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I ran into a need from this, to actually unescape:
given psql
"1352, 'Conversations.updatedAt', 'dimensions', 'Age', 't', 't', 'function', '''Conversations.createdAt'' yes ''day''', 'left', 't', NULL, NULL, NULL, 'age', NULL, NULL, NULL"
The need is to unescape it to:
"1352, 'Conversations.updatedAt', 'dimensions', 'Age', 't', 't', 'function', '\'Conversations.createdAt\' yes \'day\'', 'left', 't', NULL, NULL, NULL, 'age', NULL, NULL, NULL"
this lib will be so complete with this, to just be able to do the opposites of what it does.
Metadata
Metadata
Assignees
Labels
No labels