-
Notifications
You must be signed in to change notification settings - Fork 2.2k
impr(oracledb): 4 fix #3480
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
impr(oracledb): 4 fix #3480
Conversation
Travis needs to be updated to use latest driver, that would work as a test. |
Fixes #3396 |
@maximelkin You can remove version from Line 19 in b0c0db6
|
@@ -16,7 +16,6 @@ matrix: | |||
env: TESTSCRIPT=test:everything DB="oracledb mssql mysql mysql2 postgres sqlite3" KNEX_TEST_TIMEOUT=60000 | |||
install: | |||
- npm i | |||
- (echo $DB | grep oracledb) && npm install oracledb@3.1.2 || true |
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.
wait, whole line shouldn't be removed :D. just the @3.1.2
part, so that latest driver version is picked up.
@maximelkin Is anything left on this PR? (you kept it asWIP) |
I just want check existence of tests for lobs |
41305d1
to
c6feb10
Compare
Thanks! |
@maximelkin Thank you for your most impressive contributions lately. Would you be interested in becoming one of the project maintainers? |
Sorry, not interested |
Hi - there's a bug with this. If you are reading from a BLOB, this function fails:
You need to set data to a Buffer:
I'm trying to do a PR, but I can't push....so struggling with that. |
@MaliaGuerrero fork repo, push to it, then create PR from your fork to this repo |
Yeah, I'm getting a 403 error. I'm attempting to work through it. |
@MaliaGuerrero I think you are just trying to clone it, as I don't see you having created personal fork. Check this: https://help.github.com/en/github/getting-started-with-github/fork-a-repo |
Thanks! That fixed it. I made a PR. |
Idk how to test different oracledb packages
also maybe need to add some tests?