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