You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
Hi @Ginden, I am trying to use this package with an Oracle DB and have tried hard-coding some values into OracleDriver.js but have so far been unsuccessful.
When you are hardcoding this, what is the value of server? Is it 'DEDICATED' or 'SHARED'? I was reading about connection here.
I was looking at source code of typeorm and they seem to allow an override of connectString like this:
Problem:
typeorm-model-generator
does not support service names for Oracle databases.This code is used to generate
This code is needed to generate valid connection configuration:
Workaround is to hard code configuration in
node_modules/typeorm-model-generator/dist/src/drivers/OracleDriver.js
file.The text was updated successfully, but these errors were encountered: