Skip to content
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

ADO reports / use proper sql escape function according to database vendor #163

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 25, 2014

  1. ADO reports / use proper sql escape function according to database ve…

    …ndor
    
    - was always using mysql_real_escape_string function which made macros values empty with postgres
    - current behaviour: if dsn uri starts with 'postgres' then use pg_escape_string function - use mysql_real_escape_string function otherwise
    tnguyen1 committed Sep 25, 2014
    Configuration menu
    Copy the full SHA
    48e9857 View commit details
    Browse the repository at this point in the history