[MySql] Support Select Statement with Subquery and Union (#3922) #246
Annotations
19 warnings
static-check (ubuntu-latest, useless-parens):
sql/mysql/Positive-Technologies#L1
grammar contains useless parentheses. Check log for more details.
|
build-pwsh (ubuntu-latest, CSharp):
sql/mysql/Positive-Technologies/Generated-CSharp/obj/Debug/net7.0/MySqlParser.cs#L34894
'MySqlParser.JsonOnEmptyContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
|
build-pwsh (ubuntu-latest, CSharp):
sql/mysql/Positive-Technologies/Generated-CSharp/obj/Debug/net7.0/MySqlParser.cs#L71657
'MySqlParser.KeywordsCanBeIdContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
|
build-pwsh (ubuntu-latest, CSharp):
sql/mysql/Positive-Technologies/Generated-CSharp/obj/Debug/net7.0/MySqlParser.cs#L34894
'MySqlParser.JsonOnEmptyContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
|
build-pwsh (ubuntu-latest, CSharp):
sql/mysql/Positive-Technologies/Generated-CSharp/obj/Debug/net7.0/MySqlParser.cs#L71657
'MySqlParser.KeywordsCanBeIdContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
|
build-pwsh (macos-latest, CSharp):
sql/mysql/Positive-Technologies/Generated-CSharp/obj/Debug/net7.0/MySqlParser.cs#L34894
'MySqlParser.JsonOnEmptyContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
|
build-pwsh (macos-latest, CSharp):
sql/mysql/Positive-Technologies/Generated-CSharp/obj/Debug/net7.0/MySqlParser.cs#L71657
'MySqlParser.KeywordsCanBeIdContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
|
build-pwsh (macos-latest, CSharp):
sql/mysql/Positive-Technologies/Generated-CSharp/obj/Debug/net7.0/MySqlParser.cs#L34894
'MySqlParser.JsonOnEmptyContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
|
build-pwsh (macos-latest, CSharp):
sql/mysql/Positive-Technologies/Generated-CSharp/obj/Debug/net7.0/MySqlParser.cs#L71657
'MySqlParser.KeywordsCanBeIdContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
|
build-pwsh (windows-latest, CSharp):
sql/mysql/Positive-Technologies/Generated-CSharp/obj/Debug/net7.0/MySqlParser.cs#L34894
'MySqlParser.JsonOnEmptyContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
|
build-pwsh (windows-latest, CSharp):
sql/mysql/Positive-Technologies/Generated-CSharp/obj/Debug/net7.0/MySqlParser.cs#L71657
'MySqlParser.KeywordsCanBeIdContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
|
build-pwsh (windows-latest, CSharp):
sql/mysql/Positive-Technologies/Generated-CSharp/obj/Debug/net7.0/MySqlParser.cs#L34894
'MySqlParser.JsonOnEmptyContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
|
build-pwsh (windows-latest, CSharp):
sql/mysql/Positive-Technologies/Generated-CSharp/obj/Debug/net7.0/MySqlParser.cs#L71657
'MySqlParser.KeywordsCanBeIdContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
|
build-pwsh (windows-latest, Cpp)
'antlr4::dfa::Vocabulary::EMPTY_VOCABULARY': Use the default constructor of Vocabulary instead.
|
build-pwsh (windows-latest, Cpp)
'initializing': conversion from '_Ty' to '_Ty1', possible loss of data
|
build-pwsh (windows-latest, Cpp)
'initializing': conversion from '_Ty' to '_Ty2', possible loss of data
|
build-pwsh (windows-latest, Cpp)
'context': unreferenced formal parameter
|
build-pwsh (windows-latest, Cpp):
sql/mysql/Positive-Technologies/Generated-Cpp/Test.cpp#L18
'initializing': conversion from 'uint64_t' to 'long', possible loss of data
|
build-pwsh (windows-latest, Cpp):
sql/mysql/Positive-Technologies/Generated-Cpp/Test.cpp#L36
'initializing': conversion from 'uint64_t' to 'long', possible loss of data
|