Skip to content

Commit

Permalink
pass ssl option to config
Browse files Browse the repository at this point in the history
  • Loading branch information
sidorares committed Feb 5, 2014
1 parent 8e41741 commit c42c7c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ConnectionConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function ConnectionConfig(options) {
this.flags = options.flags || '';
this.queryFormat = options.queryFormat;
this.pool = options.pool || undefined;
this.ssl = options.ssl || undefined;
this.multipleStatements = options.multipleStatements || false;
this.typeCast = (options.typeCast === undefined)
? true
Expand Down

0 comments on commit c42c7c7

Please sign in to comment.