Ticket #1352 (closed defect: fixed)
Integer field-comments are ignored in the Exporter
| Reported by: | temp | Owned by: | jwage |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Attributes | Version: | 0.11.0 |
| Severity: | Keywords: | mysql comment | |
| Cc: | Has Test: | no | |
| Status: | Pending Core Response | Has Patch: | no |
Description
The Mysql Exporter has support for field comments in getDeclaration(), but when a native declaration method is found in DataDict?_Mysql (like for Integer), the result from DataDict?_Mysql::getIntegerDeclaration() is directly returned - and there comments are not being generated.
Try it with string and integer comments - string field comments are created, integer not.
Change History
Note: See
TracTickets for help on using
tickets.