Skip to content

Commit

Permalink
Fix for ODBC-135. Alpha Five v11 does not work with Firebird ODBC driver
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpotapchenko committed Jan 17, 2012
1 parent e6cc78a commit 3702fed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OdbcStatement.cpp
Expand Up @@ -3582,6 +3582,7 @@ SQLRETURN OdbcStatement::sqlColAttribute( int column, int fieldId, SQLPOINTER at
break;

case SQL_DESC_TYPE_NAME:
case SQL_DESC_LOCAL_TYPE_NAME:
string = metaData->getColumnTypeName (column);
break;

Expand Down

0 comments on commit 3702fed

Please sign in to comment.