Skip to content

Commit

Permalink
ci: include option nestTables to common
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Apr 9, 2024
1 parent 2d0f889 commit 7e1a7e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/common.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ exports.createConnection = function (args) {
typeCast: args && args.typeCast,
namedPlaceholders: args && args.namedPlaceholders,
connectTimeout: args && args.connectTimeout,
nestTables: args && args.nestTables,
ssl: (args && args.ssl) ?? config.ssl,
};

Expand Down

0 comments on commit 7e1a7e6

Please sign in to comment.