projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e552e9e
)
Fix a bug about the handling of '.' in parse.c.
author
Hiroshi Inoue
Mon, 15 Jul 2002 02:56:39 +0000
(
02:56
+0000)
committer
Hiroshi Inoue
Mon, 15 Jul 2002 02:56:39 +0000
(
02:56
+0000)
src/interfaces/odbc/parse.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/odbc/parse.c
b/src/interfaces/odbc/parse.c
index a544f26d338f50dc90579dc4f25e8ec09a15e970..b2661d5379d5c8f0366e1a639eedd526de13689f 100644
(file)
--- a/
src/interfaces/odbc/parse.c
+++ b/
src/interfaces/odbc/parse.c
@@
-605,9
+605,9
@@
parse_statement(StatementClass *stmt)
if (delim == ',')
{
mylog("in_dot: got comma\n");
- in_dot = FALSE;
in_field = FALSE;
}
+ in_dot = FALSE;
continue;
}