Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8770 closed (fixed)

Under MySQL some tests fail due to BooleanField returning 1 and 0

Reported by: Alex Gaynor Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Keywords:
Cc: richard.davies@… Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

See title.

Attachments (1)

django-mysql-tests.diff (2.7 KB ) - added by Alex Gaynor 16 years ago.

Download all attachments as: .zip

Change History (5)

by Alex Gaynor, 16 years ago

Attachment: django-mysql-tests.diff added

comment:1 by Richard Davies <richard.davies@…>, 16 years ago

Cc: richard.davies@… added

I get this too, and this patch also fixes it for me...

comment:2 by Alex Gaynor, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Jacob, 16 years ago

Resolution: fixed
Status: newclosed

(In [8821]) Fixed #8770: made some tests more robust under MySQL. Thanks, Alex Gaynor.

comment:4 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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