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 Adrian Holovaty, 19 years ago

Let's do it. Simon, want to write those?

comment:2 by Jacob, 19 years ago

Component: Admin interfaceDatabase wrapper

comment:3 by Simon G. <dev@…>, 17 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.
Back to Top