projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2dafc6
)
ichar() has been renamed to chr(), so fix translation table.
author
Tom Lane
Fri, 16 Feb 2001 03:49:40 +0000
(
03:49
+0000)
committer
Tom Lane
Fri, 16 Feb 2001 03:49:40 +0000
(
03:49
+0000)
src/interfaces/odbc/convert.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/odbc/convert.c
b/src/interfaces/odbc/convert.c
index be96b7ea6da8fa0a9ccd134bc9a9796148f9d332..47b1882dfb882c2eecf16237edca6b875400c0db 100644
(file)
--- 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" }, */