Skip to content

Commit

Permalink
add info constants
Browse files Browse the repository at this point in the history
  • Loading branch information
artpaul committed Aug 3, 2017
1 parent 4f76651 commit 83260df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions driver/info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ SQLGetInfo(HDBC connection_handle,
CASE_FALLTHROUGH(SQL_SQL92_FOREIGN_KEY_UPDATE_RULE)
CASE_FALLTHROUGH(SQL_SQL92_GRANT)
CASE_FALLTHROUGH(SQL_SQL92_REVOKE)
CASE_FALLTHROUGH(SQL_STATIC_SENSITIVITY)
CASE_FALLTHROUGH(SQL_LOCK_TYPES)
CASE_FALLTHROUGH(SQL_SCROLL_CONCURRENCY)
CASE_NUM(SQL_DDL_INDEX, SQLUINTEGER, 0)

/// Limits on the maximum number, USMALLINT.
Expand Down

0 comments on commit 83260df

Please sign in to comment.