On Sat, Oct 11, 2008 at 8:49 PM, Ash Berlin <[EMAIL PROTECTED]> wrote: > What version of MySQL Server are you talking to? Some versions play silly > buggers with indexs on varchar columns. Try running the same commands on > mysql console.
If it's varchar then a 331 char column would silently truncate the data on insert. That right there could be the duplicate key issue. Not sure, however, how selects handle that case. _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
