perl5-dbi / DBD-MariaDB

Perl MariaDB driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spelling error

guimard opened this issue · comments

commented

Hello,
just a little error:

--- a/lib/DBD/MariaDB.pod                                                   
+++ b/lib/DBD/MariaDB.pod                                                   
@@ -1041,7 +1041,7 @@                                                       
                                                                            
 Moreover, DBI API for L<do|DBI/do>, L<execute|DBI/execute> and all         
 L<select*|DBI/selectrow_array> methods binds all parameters as C<SQL_VARCHAR>
-type. Currently it is an API limitation which does not allow to specify the bind
+type. Currently it is an API limitation which does not allow one to specify the bind
 type. Varchar is a string and so DBD::MariaDB treats all of them as I<Unicode>
 strings.

commented

Thanks! Now it is fixed in the master branch.