Skip Menu |

This queue is for tickets about the DBD-ODBC CPAN distribution.

Report information
The Basics
Id: 80446
Status: resolved
Priority: 0/
Queue: DBD-ODBC

People
Owner: Nobody in particular
Requestors: Xavier (no email address)
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.41
Fixed in: 1.42_0



Lintian reports this little spelling error. Best regards, Xavier --- libdbd-odbc-perl-1.41.orig/ODBC.pm +++ libdbd-odbc-perl-1.41/ODBC.pm @@ -1956,7 +1956,7 @@ provided at the start of type_info_all. =head3 Binding Columns -The DBI specification allows a column type to be overriden in the call +The DBI specification allows a column type to be overridden in the call to the bind_col method. Mostly, DBD::ODBC ignores this type as it binds integers (SQL_INTEGER) as a SQL_C_LONG (since DBD::ODBC 1.38_1) and all other columns as SQL_C_CHAR or SQL_C_WCHAR and it is too late
On Sun Oct 28 03:49:50 2012, GUIMARD wrote: Show quoted text
> Lintian reports this little spelling error. Best regards, Xavier > > --- libdbd-odbc-perl-1.41.orig/ODBC.pm > +++ libdbd-odbc-perl-1.41/ODBC.pm > @@ -1956,7 +1956,7 @@ provided at the start of type_info_all. > > =head3 Binding Columns > > -The DBI specification allows a column type to be overriden in the call > +The DBI specification allows a column type to be overridden in the call > to the bind_col method. Mostly, DBD::ODBC ignores this type as it > binds integers (SQL_INTEGER) as a SQL_C_LONG (since DBD::ODBC 1.38_1) > and all other columns as SQL_C_CHAR or SQL_C_WCHAR and it is too late
Fixed in subversion trunk and will be in next release. Thanks. Martin -- Martin J. Evans Wetherby, UK