Skip to content

Add Postgresql compatibility to the framework #1194

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

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

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