Skip to content

Commit

Permalink
fix: add missing connectString option to oracle config
Browse files Browse the repository at this point in the history
Closes: #863
  • Loading branch information
thetutlage committed Aug 26, 2022
1 parent 5563558 commit cbc5d2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adonis-typings/database.ts
Expand Up @@ -475,6 +475,7 @@ declare module '@ioc:Adonis/Lucid/Database' {
lobPrefetchSize?: number
maxRows?: number
oracleClientVersion?: number
connectString?: string
}
export type OracleConfig = SharedConfigNode & {
client: 'oracledb'
Expand Down

0 comments on commit cbc5d2e

Please sign in to comment.