Skip to content

only if there were opposites "unescape" #12

@emahuni

Description

@emahuni

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions