Closed bigal-cloud closed 5 years ago
@bigal-cloud thank you for reporting the issue. What is the version of @loopback/repository
and loopback-connector-oracle
that you are using?
It was working fine in previous versions
Please be more specific, what is the last version where this worked and what is the first version where it stopped to work?
@raymondfeng you are most familiar with the Oracle connector, PTAL.
Hello @bajtos , thanks for replying.
I am using: @loopback/repository v 1.8.2 loopback-connector-oracle v 4.2.0
For the other questions I need a little more time.
The last working version was: @loopback/cli@1.16.0
The first non working version was: @loopback/cli@1.17.0
Getting the exact same results over here.
I'm using those versions:
@loopback/repository@1.12.0
loopback-connector-oracle@4.3.0
@loopback/cli@1.21.4
I think this is something we should take a look and try to reproduce from our end in Q4, if not sooner.
Can you try to install https://github.com/oracle/node-oracledb and see if https://github.com/oracle/node-oracledb/blob/master/examples/example.js is working for you? We use oracledb
behind the scene.
@bigal-cloud @Tavisco , please see @raymondfeng 's comment. :)
Hi @emonddr sorry for the late reply. I don't have access write to the database I'm testing with, so i've ran only the last part of the example.js file that selects the current date from dual, and it worked as expected.
I'm able to reproduce the problem now. Will take a look tomorrow.
Please try loopback-connector-oracle@4.5.0
Using loopback-connector-oracle@4.5.0
I was able to run lb4 discover
successfully, thanks for the fix.
Steps to reproduce
npm run build
lb4 discover
- select a model and hit enterCurrent Behavior
Expected Behavior
To create a model
Link to reproduction sanbox
Additional information
It was working fine in previous versions
Related Issues
See Reporting Issues for more tips on writing good issues