Skip to content
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

4529 sql logger shutdown #4530

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

4529 sql logger shutdown #4530

wants to merge 4 commits into from

Conversation

aleks-f
Copy link
Member

@aleks-f aleks-f commented Apr 13, 2024

No description provided.

@aleks-f aleks-f added the bug label Apr 13, 2024
@aleks-f aleks-f added this to the Release 1.14.0 milestone Apr 13, 2024
@aleks-f aleks-f requested a review from matejk April 13, 2024 18:06
@aleks-f aleks-f self-assigned this Apr 13, 2024
Data/SQLite/testsuite/src/SQLiteTest.cpp Fixed Show fixed Hide fixed

for (int i = 0; i < 200; i++)
{
Message msgInfA("InformationSource", "e Informational sync message", Message::PRIO_INFORMATION);

Check notice

Code scanning / CodeQL

Declaration hides variable Note

Variable msgInfA hides another variable of the same name (on
line 2521
).
Message msgInfA("InformationSource", "e Informational sync message", Message::PRIO_INFORMATION);
pChannel->log(msgInfA);
}
//pChannel->stop();

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

None yet

2 participants