Skip to content

CodeQL

CodeQL #493

Triggered via schedule April 16, 2025 04:17
Status Success
Total duration 2m 22s
Artifacts

codeql.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze: FAnsiSql/Implementations/PostgreSql/Aggregation/PostgreSqlAggregateHelper.cs#L25
Dereference of a possibly null reference.
Analyze: FAnsiSql/Implementations/PostgreSql/Aggregation/PostgreSqlAggregateHelper.cs#L26
Dereference of a possibly null reference.
Analyze: FAnsiSql/Implementations/MicrosoftSQL/MicrosoftSQLTableHelper.cs#L43
Possible null reference argument for parameter 'name' in 'DiscoveredColumn.DiscoveredColumn(DiscoveredTable table, string name, bool allowsNulls)'.
Analyze: FAnsiSql/Implementations/MicrosoftSQL/MicrosoftSQLTableHelper.cs#L163
Dereference of a possibly null reference.
Analyze: FAnsiSql/Implementations/MicrosoftSQL/MicrosoftSQLTableHelper.cs#L252
Possible null reference argument for parameter 'primaryKeyCol' in 'void DiscoveredRelationship.AddKeys(string primaryKeyCol, string foreignKeyCol, IManagedTransaction? transaction = null)'.
Analyze: FAnsiSql/Implementations/MicrosoftSQL/MicrosoftSQLTableHelper.cs#L252
Possible null reference argument for parameter 'foreignKeyCol' in 'void DiscoveredRelationship.AddKeys(string primaryKeyCol, string foreignKeyCol, IManagedTransaction? transaction = null)'.
Analyze: FAnsiSql/Discovery/TypeTranslation/TypeTranslater.cs#L293
Dereference of a possibly null reference.
Analyze: FAnsiSql/Implementations/MySql/MySqlBulkCopy.cs#L42
Dereference of a possibly null reference.
Analyze: FAnsiSql/Implementations/Oracle/Aggregation/OracleAggregateHelper.cs#L32
Dereference of a possibly null reference.
Analyze: FAnsiSql/Implementations/Oracle/Aggregation/OracleAggregateHelper.cs#L36
Dereference of a possibly null reference.