-
Notifications
You must be signed in to change notification settings - Fork 309
Adding DBI methods #3296
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
Adding DBI methods #3296
Conversation
I've added the support for the I've created dedicated unit-tests and locally evaluated with success the This work is performed in order to use Is there something else needed to be compliant with the contribution process ? |
…mments Signed-off-by: Ali <contact@alibellamine.me>
Signed-off-by: Ali <contact@alibellamine.me>
Signed-off-by: Ali <contact@alibellamine.me>
Signed-off-by: Ali <contact@alibellamine.me>
Signed-off-by: Ali <contact@alibellamine.me>
Signed-off-by: Ali <contact@alibellamine.me>
Signed-off-by: Ali <contact@alibellamine.me>
Signed-off-by: Ali <contact@alibellamine.me>
Signed-off-by: Ali <contact@alibellamine.me>
…riteTable Signed-off-by: Ali <contact@alibellamine.me>
Signed-off-by: Ali <contact@alibellamine.me>
Signed-off-by: Ali <contact@alibellamine.me>
Signed-off-by: Ali <contact@alibellamine.me>
Signed-off-by: Ali <contact@alibellamine.me>
Signed-off-by: Ali <contact@alibellamine.me>
Signed-off-by: Ali <contact@alibellamine.me>
Signed-off-by: Ali <contact@alibellamine.me>
Hi Ali, thank you so much for this PR. I'll be reviewing it shortly. |
Thank you! |
Hello,
I submit this proposal of pull request on Sparklyr project.
The main idea is to add some DBI methods and a tiny changes.
New methods:
dbIsValid
dbDisconnect
Changes:
dbWriteTable
:dbListTables
:I am mainly motivated because of my use of a library that rely on DBI methods. The absence of these methods breaks the compatibility with this library.
Thank you,
Ali Bellamine