Ticket #1352 (closed defect: fixed)

Opened 11 months ago

Last modified 10 months ago

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

Changed 11 months ago by guilhermeblanco

  • status changed from new to closed
  • resolution set to fixed

(In [4788]) fixes #1352. Added comment support on integer fields on MySQL.

Changed 10 months ago by anonymous

  • milestone New deleted

Milestone New deleted

Note: See TracTickets for help on using tickets.