Opened 19 years ago
Closed 17 years ago
#48 closed defect (fixed)
Unit tests for MySQL support
Reported by: | Simon Willison | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Since more people are going to be using MySQL than PostgreSQL, but the MySQL support is new and mostly untested, let's build up a comprehensive set of unit tests for the MySQL stuff. We might even be able to share them with other database backends. This would make it much easier to add sqlite support (for example) later on.
Change History (3)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Component: | Admin interface → Database wrapper |
---|
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I'm marking this as fixed, it's two years old, and Django's MySQL support has come a long way since then. We should now have fairly comprehensive test coverage of MySQL anyway
Let's do it. Simon, want to write those?