Skip Menu |

This queue is for tickets about the DBD-mysqlPP CPAN distribution.

Report information
The Basics
Id: 43107
Status: new
Priority: 0/
Queue: DBD-mysqlPP

People
Owner: Nobody in particular
Requestors: smuhin84 [...] ya.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: mysqlPP bug!!!!
Date: Sat, 07 Feb 2009 16:55:13 +0300
To: bug-dbd-mysqlpp [...] rt.cpan.org
From: smuhin84 <smuhin84 [...] ya.ru>
mysqlPP bug: If I use a query to TABLE in mySQL in UTF8 encoding (all encoding variables on mySQL is UTF8 or UTF_general_ci), like this: my $sites_query = $dbh->prepare("SELECT sid, name FROM sites"); $sites_query->execute(); this execute() method is hangs, and nothing going on. But if I change encoding f.e. on latin everything is fine. thanks, Sergey Muhin Russia/Moscow