-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
SQLChannel stops logging on LoggingSubsystem shutdown #4529
Comments
I get this static analysis warning in SQLChannel dtor:
|
aleks-f
added a commit
that referenced
this issue
Jul 15, 2024
aleks-f
added a commit
that referenced
this issue
Jul 15, 2024
aleks-f
added a commit
that referenced
this issue
Jul 16, 2024
aleks-f
added a commit
that referenced
this issue
Jul 16, 2024
…cation with lambda; update comments #4529
aleks-f
added a commit
that referenced
this issue
Jul 16, 2024
aleks-f
added a commit
that referenced
this issue
Jul 16, 2024
* enh(ThreadTest): add join test * enh(SQLLogger): #4529 (wip) * enh(SQLChannel): just few C++17 modernisations. * enh(SQLiteTest): extend unit test to destroy SQL channel while it has pending messages. (#4529) * enh(ODBC): improve exception descriptions and add string/batch size tests * feat(SQLChannel): add store-and-forward mode * fix(DataTest): SQLChannel *nix build and test run #4529 * fix(DataTest): CodeQL warning #4529 * chore(ODBCTest): lower the number of max statements in big batch * feat(SQLChannel): add flush property #4529 * enh(SQLChannel): use event for interruptible sleep; reduce code duplication with lambda; update comments #4529 * fix(SQLChannel): flush time determination #4529 --------- Co-authored-by: Matej Kenda <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
store-and-forward
modeThe text was updated successfully, but these errors were encountered: