Skip to content

Commit

Permalink
odbc: Fix typo in comment (propretary -> proprietary)
Browse files Browse the repository at this point in the history
Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
  • Loading branch information
freddy77 committed Feb 16, 2025
1 parent 2304e9c commit 2488403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odbc/odbc_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ data_generic_set_type_info(TDSCOLUMN * col, struct _drecord *drec, SQLINTEGER od
SET_INFO2("float", "", "", odbc_ver == SQL_OV_ODBC3 ? 53 : 15);

case SYBMONEY:
/* TODO check money format returned by propretary ODBC, scale == 4 but we use 2 digits */
/* TODO check money format returned by proprietary ODBC, scale == 4 but we use 2 digits */
drec->sql_desc_concise_type = SQL_DECIMAL;
drec->sql_desc_octet_length = 21;
drec->sql_desc_display_size = 21;
Expand Down

0 comments on commit 2488403

Please sign in to comment.