From 2db292bae3fb8967af6aaab359da042113bcf629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Thu, 22 Mar 2018 16:56:47 +0800 Subject: [PATCH] update --- History.md | 2 +- index.js | 4 +++- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 5edb05b..5c7d9d2 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -2.2.1 / 2018-03-22 +2.2.2 / 2018-03-22 ================== * 增加时区和BIGINT配置 diff --git a/index.js b/index.js index 0d4b414..ecca1f5 100644 --- a/index.js +++ b/index.js @@ -63,7 +63,9 @@ class Mysqli { charset, collate, password, - database + database, + timezone, + supportBigNumbers }) }) return this diff --git a/package.json b/package.json index b4a897d..cf97fdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mysqli", - "version": "2.2.1", + "version": "2.2.2", "description": "MySQL tool", "main": "index.js", "dependencies": {