-
Notifications
You must be signed in to change notification settings - Fork 16
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
Task/rdmp 224 dqe update #2095
base: develop
Are you sure you want to change the base?
Task/rdmp 224 dqe update #2095
Conversation
* add start * partial * tidy up code * filter updates * update db migrations * update correct db * update changelog * add base creation sql * fix create * tidy up
…sk/RDMP-224-DQE-update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
|
||
var table = server.CreateTable("PartialToaDQE", dt); | ||
table.CreatePrimaryKey(table.DiscoverColumns().Where(c => c.GetRuntimeName() == "chi").ToArray()); | ||
dt.Dispose(); |
Check warning
Code scanning / CodeQL
Dispose may not be called if an exception is thrown during execution Warning test
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method CreateTable
Dispose missed if exception is thrown by
call to method CreatePrimaryKey
Dispose missed if exception is thrown by
call to method ToArray
Dispose missed if exception is thrown by
call to method Where
Dispose missed if exception is thrown by
call to method DiscoverColumns
|
||
report.Check(ThrowImmediatelyCheckNotifier.Quiet); | ||
report.GenerateReport(catalogue, listener, source.Token); | ||
source.Dispose(); |
Check warning
Code scanning / CodeQL
Dispose may not be called if an exception is thrown during execution Warning test
call to method GenerateReport
Dispose missed if exception is thrown by
call to method GetTempPath
Dispose missed if exception is thrown by
call to method GetTempPath
Dispose missed if exception is thrown by
call to method GetTempPath
Dispose missed if exception is thrown by
call to method GetTempPath
Dispose missed if exception is thrown by
call to method SaveToDatabase
Dispose missed if exception is thrown by
call to method CreateNewLoggingTaskIfNotExists
Dispose missed if exception is thrown by
call to method SaveToDatabase
Dispose missed if exception is thrown by
call to method LinkToCatalogue
Dispose missed if exception is thrown by
call to method SaveToDatabase
Dispose missed if exception is thrown by
call to method SetArgumentValue
Dispose missed if exception is thrown by
call to method SetArgumentValue
Dispose missed if exception is thrown by
call to method SaveToDatabase
Dispose missed if exception is thrown by
call to method SaveToDatabase
Dispose missed if exception is thrown by
call to method SetArgumentValue
Dispose missed if exception is thrown by
call to method SetArgumentValue
Dispose missed if exception is thrown by
call to method SetArgumentValue
Dispose missed if exception is thrown by
call to method SaveToDatabase
Dispose missed if exception is thrown by
call to method SaveToDatabase
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method SetupFile
Dispose missed if exception is thrown by
call to method PerformLoad
Dispose missed if exception is thrown by
call to method Check
Dispose missed if exception is thrown by
call to method GenerateReport
Dispose missed if exception is thrown by
call to method ToList
Dispose missed if exception is thrown by
call to method That
Dispose missed if exception is thrown by
call to method EqualTo
Dispose missed if exception is thrown by
call to method CompareEvaluations
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method SetupFile
Dispose missed if exception is thrown by
call to method PerformLoad
Dispose missed if exception is thrown by
call to method Check
Dispose missed if exception is thrown by
call to method GenerateReport
Dispose missed if exception is thrown by
call to method ToList
Dispose missed if exception is thrown by
call to method That
Dispose missed if exception is thrown by
call to method EqualTo
Dispose missed if exception is thrown by
call to method CompareEvaluations
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by
call to method Add
Dispose missed if exception is thrown by [call to method
Proposed Change
Summarise your proposed changes here, including any notes for reviewers.
Type of change
What types of changes does your code introduce? Tick all that apply.
Checklist
By opening this PR, I confirm that I have: