--- PApp-SQL/SQL.pm 2002/11/07 01:58:03 1.29 +++ PApp-SQL/SQL.pm 2004/01/28 19:50:38 1.30 @@ -46,7 +46,7 @@ BEGIN { use base qw(Exporter DynaLoader); - $VERSION = 0.142; + $VERSION = 0.143; @EXPORT = qw( sql_exec sql_fetch sql_fetchall sql_exists sql_insertid $sql_exec sql_uexec sql_ufetch sql_ufetchall sql_uexists @@ -234,7 +234,9 @@ C is similar to C but upgrades all input values to utf8 and forces all result values to utf8 (this does I include result parameters, only return values. Using bind variables in cinjunction with -sql_u* functions results in undefined behaviour). +sql_u* functions results in undefined behaviour - we use utf8_on on +bind-variables and it seems to work on DBD::mysql which just means +that that DBD-driver is broken). =item sql_fetchall