We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc4bb5 commit ce14cf2Copy full SHA for ce14cf2
lib/DBD/mysql.pm
@@ -1725,6 +1725,10 @@ parameter value and C<execute> the statement again, with other values
1725
unchanged. The attribute remains properly populated after the C<finish>
1726
method is called, with the values from the last execution.
1727
1728
+MySQL does not support named place holders in C<bind_param>. If a
1729
+string is passed to C<bind_param> as the parameter index then a
1730
+"named parameters are unsupported" error is reported.
1731
+
1732
=item mysql_gtids
1733
1734
Returns GTID(s) if GTID session tracking is ensabled in the server via
0 commit comments