Uh oh!
There was an error while loading. Please reload this page.
add test for query with strict keyword - #328
Conversation
kwargs in DBInterface will transform to params
metab0t
commented
Mar 4, 2023
Keywords in definition of So I think we should remove |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## master #328 +/- ##
==========================================
+ Coverage 93.60% 93.63% +0.03%
==========================================
Files 4 4 Lines 563 566 +3 ==========================================
+ Hits 527 530 +3
Misses 36 36 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
quinnj
commented
Mar 11, 2023
Yeah, I don't love having to extra the keyword args from the params; let me try to think of an alternative solution here. |
quinnj
commented
Jan 14, 2026
Closing as superseded by #346, which provides a cleaner solution to the strict keyword functionality. Thanks for the contribution @testercwt! |
kwargs in DBInterface will transform to params, therefore strict will be always false in SQLite 1.6.0