Comment 5 for bug 1732165

Revision history for this message
Carlos Salguero (carlos-salguero) wrote :

Even for prepared statements, using placeholders in the queries, Perl driver is not respecting the binary data read from the table, in this case, the uuid field.
I ran tests even setting the filed type manually, but Perl DBI is still doing some internal conversion.

$ins_sth->bind_param( 4, $ref->{'guid'}, {TYPE => SQL_BINARY})