diff options
-rw-r--r-- | src/interfaces/odbc/convert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/convert.c b/src/interfaces/odbc/convert.c index be96b7ea6da..47b1882dfb8 100644 --- a/src/interfaces/odbc/convert.c +++ b/src/interfaces/odbc/convert.c @@ -66,7 +66,7 @@ extern GLOBAL_VALUES globals; */ char *mapFuncs[][2] = { /* { "ASCII", "ascii" }, */ - { "CHAR", "ichar" }, + { "CHAR", "chr" }, { "CONCAT", "textcat" }, /* { "DIFFERENCE", "difference" }, */ /* { "INSERT", "insert" }, */ |