-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfixes storage postgres interface #254
Conversation
- storage.readinstancefromquery fixes - Removed postgres stuff from InstanceQueryHelper - Rewrite of GetInstancesFromQuery
- Restored db functions removed by mistake - Added /fileScanResult av valid property when updating data element
pgcom.Parameters.AddWithValue(NpgsqlDbType.Text, archivedPredicate != null ? queryParams["status.isArchived"].First() : DBNull.Value); | ||
if (_logger.IsEnabled(LogLevel.Debug)) | ||
{ | ||
_logger.LogDebug(FormatManualFunctionCall(postgresParams)); |
Check failure
Code scanning / CodeQL
Log entries created from user input High
user-provided value
This log entry depends on a
user-provided value
…ting cosmos cleanup and reuse of existing code.
There are failing tests. |
- Renamed GetHardDeletedElements -> GetHardDeletedDataElements
SonarCloud Quality Gate failed. 0 Bugs 2.8% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
SonarCloud Quality Gate failed. 0 Bugs 2.7% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Fixes since last review. The migration files are kept in the same version to make them more readable until prod convertion. The database is updated manually to support this.
Description
Related Issue(s)
Verification
Documentation