We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2dafc6 commit eb90c16Copy full SHA for eb90c16
src/interfaces/odbc/convert.c
@@ -66,7 +66,7 @@ extern GLOBAL_VALUES globals;
66
*/
67
char *mapFuncs[][2] = {
68
/* { "ASCII", "ascii" }, */
69
- { "CHAR", "ichar" },
+ { "CHAR", "chr" },
70
{ "CONCAT", "textcat" },
71
/* { "DIFFERENCE", "difference" }, */
72
/* { "INSERT", "insert" }, */
0 commit comments