aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/odbc/convert.c2
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" }, */