Skip to content

Commit 3eb6f31

Browse files
committed
odbc: Fix wrong comment in utf8_2 test
Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
1 parent d14e57a commit 3eb6f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odbc/unittests/utf8_2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ TEST_MAIN()
9898
fprintf(stderr, "Bypassing Hebrew MBCS test since iconv not installed (Forcing server to send UTF-16).\n");
9999
odbc_command("SELECT CAST(hebrew AS NVARCHAR(20)), CAST(cn AS NVARCHAR(20)) FROM #tmp ORDER BY i");
100100
#endif
101-
/* insert with SQLPrepare/SQLBindParameter/SQLExecute */
101+
/* select with SQLBindCol/SQLFetch */
102102
for (n = 0; n < TDS_VECTOR_SIZE(column_names); ++n)
103103
CHKBindCol(n+1, SQL_C_CHAR, out[n], sizeof(out[0]), &n_len[n], "S");
104104
for (n = 0, p = columns; p[n].hex; ++n) {

0 commit comments

Comments
 (0)