You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our integration tests and server unit tests assume a sqlite3 database, while our production database is PostgreSQL. We should use PostgreSQL in testing since 1) some sql capabilities are different, and 2) Django may behave differently; Django 4.2 release notes contained some PostgreSQL-specific changes.
The text was updated successfully, but these errors were encountered:
Currently our integration tests and server unit tests assume a sqlite3 database, while our production database is PostgreSQL. We should use PostgreSQL in testing since 1) some sql capabilities are different, and 2) Django may behave differently; Django 4.2 release notes contained some PostgreSQL-specific changes.
The text was updated successfully, but these errors were encountered: