Skip to content

Commit eb90c16

Browse files
committed
ichar() has been renamed to chr(), so fix translation table.
1 parent a2dafc6 commit eb90c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/odbc/convert.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ extern GLOBAL_VALUES globals;
6666
*/
6767
char *mapFuncs[][2] = {
6868
/* { "ASCII", "ascii" }, */
69-
{ "CHAR", "ichar" },
69+
{ "CHAR", "chr" },
7070
{ "CONCAT", "textcat" },
7171
/* { "DIFFERENCE", "difference" }, */
7272
/* { "INSERT", "insert" }, */

0 commit comments

Comments
 (0)