mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
Space normalisation
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user