]> granicus.if.org Git - postgresql/commitdiff
Fix a bug about the handling of '.' in parse.c.
authorHiroshi Inoue <inoue@tpf.co.jp>
Mon, 15 Jul 2002 02:56:39 +0000 (02:56 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Mon, 15 Jul 2002 02:56:39 +0000 (02:56 +0000)
src/interfaces/odbc/parse.c

index a544f26d338f50dc90579dc4f25e8ec09a15e970..b2661d5379d5c8f0366e1a639eedd526de13689f 100644 (file)
@@ -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;
                        }