You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,6 @@ The `ZongJi` constructor accepts one argument of either:
75
75
76
76
If a `Connection` or `Pool` object is passed to the constructor, it will not be destroyed/ended by Zongji's `stop()` method.
77
77
78
-
If there is a `dateStrings``mysql` configuration option in the connection details or connection, `ZongJi` will follow it.
79
-
80
78
Each instance includes the following methods:
81
79
82
80
| Method Name | Arguments | Description |
@@ -139,7 +137,6 @@ Neither method requires any arguments.
139
137
-:star2:[All types allowed by `mysql`](https://github.com/mysqljs/mysql#type-casting) are supported by this package.
140
138
-:speak_no_evil: 64-bit integer is supported via package big-integer(see #108). If an integer is within the safe range of JS number (-2^53, 2^53), a Number object will returned, otherwise, will return as String.
141
139
-:point_right:`TRUNCATE` statement does not cause corresponding `DeleteRows` event. Use unqualified `DELETE FROM` for same effect.
142
-
- When using fractional seconds with `DATETIME` and `TIMESTAMP` data types in MySQL > 5.6.4, only millisecond precision is available due to the limit of Javascript's `Date` object.
0 commit comments