Subject: | column type 'geometry' is not recognized by column_info |
Date: | Mon, 14 Nov 2016 01:34:49 +0000 |
To: | "bug-DBD-mysql [...] rt.cpan.org" <bug-DBD-mysql [...] rt.cpan.org> |
From: | MICHAEL J MCCLENNEN <mmcclenn [...] geology.wisc.edu> |
Whenever I call $dbh->column_info on a table that contains a column of type 'geometry', the following warning is printed:
column_info: unrecognized column type 'geometry' of `pbdb`.`collections`.coordinate treated as varchar
This despite the fact that 'geometry' is a recognized column type in MySQL. These messages are littering my error logs. Can you please make them go away?
One obvious solution is to silently treat a column of type GEOMETRY as VARCHAR.
-- Michael McClennen