Skip to content

Unnecessary backslash #15

@ilyash-b

Description

@ilyash-b

sql_statement = 'update Application.Setting set Value = false where name ==\"cycleserver.installation.complete\"'

$ python2
Python 2.7.10 (default, Feb 22 2019, 21:55:15) 
[GCC 4.2.1 Compatible Apple LLVM 10.0.1 (clang-1001.0.37.14)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 'update Application.Setting set Value = false where name ==\"cycleserver.installation.complete\"'
'update Application.Setting set Value = false where name =="cycleserver.installation.complete"'
>>> 'update Application.Setting set Value = false where name =="cycleserver.installation.complete"'
'update Application.Setting set Value = false where name =="cycleserver.installation.complete"'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions