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

[Tests] Add tests for mysql and postgres databases #165

Open
christopherpickering opened this issue May 11, 2023 · 2 comments
Open

[Tests] Add tests for mysql and postgres databases #165

christopherpickering opened this issue May 11, 2023 · 2 comments

Comments

@christopherpickering
Copy link

christopherpickering commented May 11, 2023

They act differently than sqlite and have had multiple issues reported in the past. It would be wise to add in a test run for the sqlalchemy session on mysql, postgres, oracle (if possible).

see #102 for oracle info.

@darless
Copy link
Contributor

darless commented Jun 26, 2023

This can be added once #179 is merged in which puts the tests in a tests directory and has a file specifically for SQLAlchemy. We can add tests there for the different SQL backends.

@Lxstr
Copy link
Contributor

Lxstr commented Mar 18, 2024

Hi @darless thanks for the pr which is merged. I have taken things a fair bit further but still keen to do this kind of broader sql testing. We have this as a little PGSQL example https://github.com/Lxstr/flask-sessions-testing. I'm thinking docker and pre-commit may be helpful. Rather than having to install so many databases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants