Opened 19 years ago
Closed 19 years ago
#2700 closed defect (fixed)
[patch] table_schema missing in mysql/introspection.py
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Code for mysql 5.0 slightly wrong.
Attachments (1)
Change History (3)
by , 19 years ago
| Attachment: | table_schema.diff added |
|---|
comment:1 by , 19 years ago
| Summary: | table_schema missing in mysql/introspection.py → [patch] table_schema missing in mysql/introspection.py |
|---|
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3750]) Fixed #2700 -- Improved introspection for MySQL. Thanks for the patch, serbaut@…