Release v0.6.0 #47
Merged
Release v0.6.0 #47
Annotations
11 warnings
|
|
|
|
|
|
|
|
|
src/SqlParser/Dialects/RedshiftDialect.cs#L41
'RedshiftDialect.SupportsConnectBy' hides inherited member 'Dialect.SupportsConnectBy'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
src/SqlParser/Ast/Statement.cs#L933
'Statement.CreateView.Comment' hides inherited member 'Statement.Comment'. Use the new keyword if hiding was intended.
|
|
src/SqlParser/TokenizeQuotedStringSettings.cs#L8
Non-nullable property 'NumberQuoteCharacters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SqlParser/Dialects/PostgreSqlDialect.cs#L272
Possible null reference argument for parameter 'Name' in 'CreateType.CreateType(ObjectName Name, UserDefinedTypeRepresentation Representation)'.
|
|
src/SqlParser/Ast/TableFactor.cs#L303
Parameter 'Alias' is unread. Did you forget to use it to initialize the property with that name?
|
|
src/SqlParser/Ast/TableFactor.cs#L127
Parameter 'Version' is unread. Did you forget to use it to initialize the property with that name?
|
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "packages".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The logs for this run have expired and are no longer available.
Loading