mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Fixed CORE-5447 - EXECUTE STATEMENT with a statement with "Unexpected end of command" error is reported with wrong column number.
This commit is contained in:
parent
969ebaa30a
commit
00586d586d
@ -97,7 +97,7 @@ Parser::Parser(thread_db* tdbb, MemoryPool& pool, DsqlCompilerScratch* aScratch,
|
||||
yylexemes = 0;
|
||||
|
||||
lex.start = string;
|
||||
lex.line_start = lex.ptr = string;
|
||||
lex.line_start = lex.last_token = lex.ptr = string;
|
||||
lex.end = string + length;
|
||||
lex.lines = 1;
|
||||
lex.att_charset = characterSet;
|
||||
|
Loading…
Reference in New Issue
Block a user