OSDN Git Service

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 a544f26..b2661d5 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;
                        }