CodeQL #493
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.
|