Skip to content
  • Vivien Malerba's avatar
    SQL identifiers quoting now done by database providers · f0d467ea
    Vivien Malerba authored
    As MySQL's quoting is made using the '`' character, quoting SQL identifiers
    can only be done by the database providers themselves, thus the new
    gda_sql_identifier_quote() function.
    
    This commit also uses (for MySQL and PostgreSQL) reserved keywords lists
    depending on the server version, and corrects some small errors.
    
    Some test data has also been corrected because "public" is a reserved
    SQL standard keyword.
    f0d467ea