-
Notifications
You must be signed in to change notification settings - Fork 62
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
Generic SQL (using pyodbc) core - initial work #206
base: master
Are you sure you want to change the base?
Conversation
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.
looks good to me 🐿️
cachier/core.py
Outdated
@@ -189,6 +200,8 @@ def cachier( | |||
# Override the backend parameter if a mongetter is provided. | |||
if callable(mongetter): | |||
backend = "mongo" | |||
if odbc_connection_string is not None: |
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.
this could be reason why also local test are failing
I haven't even tested it yet. :) The test coverage is really bad (ChatGPT was lazy). |
miss-click, could you pls dismiss my review yet :) |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
FYI @Borda , I wanted to play with ChatGPT for code contribution. I don't know if I'm going to put more work into this, but you can take a look if you want.