Skip to content

Commit 793c1b9

Browse files
committed
Correction, it should fix a QA regression in core_3690_dialect_3_test.py
1 parent 720e66c commit 793c1b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dsql/pass1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ void PASS1_ambiguity_check(DsqlCompilerScratch* dsqlScratch,
754754
if (printAliasHelp)
755755
status.append(Arg::Gds(isc_package_alias_help));
756756

757-
ERR_post(status);
757+
ERRD_post(status);
758758
}
759759

760760
ERRD_post_warning(Arg::Warning(isc_sqlwarn) << Arg::Num(204) <<

0 commit comments

Comments
 (0)