Skip to content

Commit

Permalink
Updated mysql2 knex dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhapes committed Nov 13, 2019
1 parent de4d0e3 commit b154185
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 158 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.5.2] - 2019-11-13
### Changed
- Updated mysql2 and knex dependencies

## [1.5.1] - 2019-10-08
### Changed
- Updated `@janiscommerce/query-builder` version
Expand Down
2 changes: 1 addition & 1 deletion lib/mysql.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class MySQL {
if(!this._knex) {
this._knex = knex({
client: 'mysql2',
version: '1.5.2',
version: '2.0.0',
connection: this.config,
pool: { min: 0, max: this.config.connectionLimit },
wrapIdentifier: (value, origImpl) => origImpl(Utils.convertToSnakeCase(value)),
Expand Down
Loading

0 comments on commit b154185

Please sign in to comment.