-
Notifications
You must be signed in to change notification settings - Fork 633
Raise appropriate error message when append is not possible #1361
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
Raise appropriate error message when append is not possible #1361
Conversation
- Handle "append" by adding **options to SqlWriter - Check logger instance for SqliteWriter in rotating logger setup and raise appropriate error.
Codecov Report
@@ Coverage Diff @@
## develop #1361 +/- ##
===========================================
+ Coverage 66.06% 66.13% +0.07%
===========================================
Files 86 86
Lines 8973 8998 +25
===========================================
+ Hits 5928 5951 +23
- Misses 3045 3047 +2 |
@zariiii9003 ready for review. |
@zariiii9003 Thank you for that feedback. I added in the "append" error handling to |
@zariiii9003 I think this might be ready to go in. Could you give it another look? |
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.
Thank you, looks good
closes #1318