Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5fad748

Browse files
author
Hiroshi Inoue
committed
Fix a bug about the handling of '.' in parse.c.
1 parente552e9e commit5fad748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/odbc/parse.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,9 +605,9 @@ parse_statement(StatementClass *stmt)
605605
if (delim==',')
606606
{
607607
mylog("in_dot: got comma\n");
608-
in_dot= FALSE;
609608
in_field= FALSE;
610609
}
610+
in_dot= FALSE;
611611
continue;
612612
}
613613

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp