|
|||||||||||
|
Re: DBD::mysql retrieving column collation
From: John ORourke <john-perl(at)o-rourke.org>
Date: Fri Jul 06 2007 - 01:59:01 EDT
However I'm now successfully using the new information_schema database like this: "select data_type,collation_name from information_schema.columns where table_schema=? and table_name=? and column_name=?" Then if collation_name =~/bin/ it's a binary column.
cheers
-- MySQL Perl Mailing List For list archives: http://lists.mysql.com/perl To unsubscribe: http://lists.mysql.com/perl?unsub=lists@pantek.comReceived on Fri Jul 6 02:00:03 2007 This archive was generated by hypermail 2.1.8 : Fri Jul 06 2007 - 21:25:58 EDT |
||||||||||
|
|||||||||||