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

Generic SQL (using pyodbc) core - initial work #206

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

shaypal5
Copy link
Collaborator

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.

Borda
Borda previously approved these changes Mar 18, 2024
Copy link
Contributor

@Borda Borda left a 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 🐿️

@@ -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:
Copy link
Contributor

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

@shaypal5
Copy link
Collaborator Author

I haven't even tested it yet. :)

The test coverage is really bad (ChatGPT was lazy).
It's just here as a... note, or food for thought.

@Borda
Copy link
Contributor

Borda commented Mar 18, 2024

I haven't even tested it yet. :)

miss-click, could you pls dismiss my review yet :)

@shaypal5 shaypal5 dismissed Borda’s stale review March 18, 2024 20:37

Dismissed per Borda's request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants