Skip to content

Commit

Permalink
Drop support for strong-oracle (#2487)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Lidén authored and tgriesser committed May 29, 2018
1 parent 51ee9bb commit 05e9150
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
16 changes: 0 additions & 16 deletions src/dialects/strong-oracle/index.js

This file was deleted.

11 changes: 0 additions & 11 deletions test/knexfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,6 @@ var testConfigs = {
seeds: seeds,
},

oracle: {
client: 'strong-oracle',
connection: testConfig.oracle || {
adapter: "oracle",
database: "knex_test",
user: "oracle"
},
pool: pool,
migrations: migrations
},

oracledb: {
client: 'oracledb',
connection: testConfig.oracledb || {
Expand Down

0 comments on commit 05e9150

Please sign in to comment.