Skip to content

Conversation

@alexandre-janniaux
Copy link

This merge request fixes a few PostgreSQL incompatibilities that I found on the Saturne framework when setting up Digiquali.

The main point here is changing strings in SQL, so as to use the standard single-quoting instead of the mysql double-quoting.

On the migration side there is also backtick-quoting for identifiers that is mysql-specific, the standard way being double-quoting.

Quoting with `` is non-standard (only mysql) and useless here. We don't
need to quote, but if we needed to, it would be possible to quote with
double quote ("") in a standard way.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant