Skip to content

Don't escape simple quote when string is double quote #57

@giallon

Description

@giallon

For Now, "L'école" become "L''école" in query SQL.
We need to support simple quote for french word.

value.gsub("'", "''").gsub("\\"){"\\\\"}.gsub('"', '\"')

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions