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

Knex not working with oracledb(official version) ? #1071

Closed
SJ-SivaSubrahmaniam opened this issue Nov 24, 2015 · 3 comments
Closed

Knex not working with oracledb(official version) ? #1071

SJ-SivaSubrahmaniam opened this issue Nov 24, 2015 · 3 comments

Comments

@SJ-SivaSubrahmaniam
Copy link

Hi,

Knex only supports unofficial version of oracle (https://github.com/joeferner/node-oracle). This unofficial version cannot be installed correctly and not supported any more.

Is there any ways to use official version of oracle (https://github.com/oracle/node-oracledb) with knex ?
Why knex did not support the official version of oracle ?

@SJ-SivaSubrahmaniam SJ-SivaSubrahmaniam changed the title Knex not supporting oracledb ? Knex not supporting oracledb(official version) ? Nov 24, 2015
@SJ-SivaSubrahmaniam SJ-SivaSubrahmaniam changed the title Knex not supporting oracledb(official version) ? Knex not working with oracledb(official version) ? Nov 24, 2015
@blah238
Copy link
Contributor

blah238 commented Nov 24, 2015

See #646 and #990

@SJ-SivaSubrahmaniam
Copy link
Author

thx i made it working with oracledb

@mrodrig
Copy link

mrodrig commented Jul 19, 2016

Just curious why this module is still using the unofficial Oracle driver since it's no longer supported. I've tried to install the oracle module to be able to use knex, but it fails because of compilation errors (that appear to be due to a different Oracle Instant Client than expected), but the official driver oracledb installs fine.

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

No branches or pull requests

3 participants