Merge branch 'master' into no-glib

This commit is contained in:
Evan Miller
2020-08-05 18:49:24 -04:00
4 changed files with 13 additions and 14 deletions

View File

@@ -950,6 +950,9 @@ static SQLRETURN SQL_API _SQLColAttributes(
break;
}
break;
case SQL_DESC_UPDATABLE:
*pfDesc = SQL_ATTR_READONLY;
break;
default:
strcpy(sqlState, "HYC00"); // Driver not capable
ret = SQL_ERROR;