Space normalisation

This commit is contained in:
Nirgal Vourgère
2015-05-26 17:34:34 +02:00
parent dca7552d8b
commit eb7d03187f

View File

@@ -939,7 +939,7 @@ static SQLRETURN SQL_API _SQLColAttributes(
case SQL_COLUMN_DISPLAY_SIZE: /* =SQL_DESC_DISPLAY_SIZE */ case SQL_COLUMN_DISPLAY_SIZE: /* =SQL_DESC_DISPLAY_SIZE */
*pfDesc = mdb_col_disp_size(col); *pfDesc = mdb_col_disp_size(col);
break; break;
case SQL_DESC_UNSIGNED: case SQL_DESC_UNSIGNED:
switch(col->col_type) { switch(col->col_type) {
case MDB_INT: case MDB_INT:
case MDB_LONGINT: case MDB_LONGINT: