DBD-mysql
DBD-mysql copied to clipboard
MySQL driver for the Perl5 Database Interface (DBI)
found that something like "e3" fails too.
dbd::mysql module not correctly work when use options "mysql_bind_type_guessing" => 1 and dot(.) in request ```perl #!/usr/bin/perl use strict; use warnings; use DBI; my $dbh = &_conn(); my $z =...
Migrated from [rt.cpan.org#117846](https://rt.cpan.org/Ticket/Display.html?id=117846) (status was 'new') Requestors: * [email protected] From [email protected] on 2016-09-15 05:32:31: ``` Perl v5.20.3 p5-DBD-mysql-4.035 When using the database columns of type json get a warning: column_info:...
Migrated from [rt.cpan.org#119122](https://rt.cpan.org/Ticket/Display.html?id=119122) (status was 'open') Requestors: * [email protected] From [email protected] on 2016-12-04 12:19:21: ``` Hello, In MySQL 5.7 it is possible to enable tracking of certain session attributes. These...
Migrated from [rt.cpan.org#83347](https://rt.cpan.org/Ticket/Display.html?id=83347) (status was 'open') Requestors: * [email protected] From [email protected] on 2013-02-15 16:34:50: ``` Originally reported by Richard Smith at http://bugs.mysql.com/bug.php?id=65629 Description: If the #ifdef on dbdimp.c:3448 doesn't evaluate...
See also https://dev.mysql.com/doc/refman/5.7/en/mysql-reset-connection.html and https://jira.mariadb.org/browse/MDEV-10340
Migrated from [rt.cpan.org#29691](https://rt.cpan.org/Ticket/Display.html?id=29691) (status was 'open') Requestors: * [email protected] From [email protected] on 2007-10-01 12:49:21: ``` Having access to the ER_* constants from mysqld_error.h would be useful for comparing against $handle->err...
Migrated from [rt.cpan.org#79825](https://rt.cpan.org/Ticket/Display.html?id=79825) (status was 'open') Requestors: * [email protected] From [email protected] on 2012-09-24 06:04:45: ``` Applications run into timezone problems when using mysql_auto_reconnect with mySQL "SET time_zone": http://www.pal-blog.de/entwicklung/mysql/2012/mysql-mysql_auto_reconnect- timezone-issues.html A...
Migrated from [rt.cpan.org#73463](https://rt.cpan.org/Ticket/Display.html?id=73463) (status was 'open') Requestors: * [email protected] * [email protected] From [email protected] on 2011-12-24 01:11:24: ``` It would be nice if DBD::mysql supported named placeholders ("SELECT * FROM table...
Migrated from [rt.cpan.org#65617](https://rt.cpan.org/Ticket/Display.html?id=65617) (status was 'open') Requestors: * [email protected] * [email protected] From [email protected] on 2011-02-10 11:49:40: ``` DBI defines a method "bind_param_inout" to handle INOUT parameters with stored procedures. This...