Skip to content

Commit 044fba0

Browse files
yoavmmndougwilson
authored andcommitted
docs: update ECMA specification link
closes #2469
1 parent a124bb5 commit 044fba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ issue [#501](https://github.com/mysqljs/mysql/issues/501). (Default: `false`)
229229
* `bigNumberStrings`: Enabling both `supportBigNumbers` and `bigNumberStrings` forces big numbers
230230
(BIGINT and DECIMAL columns) to be always returned as JavaScript String objects (Default: `false`).
231231
Enabling `supportBigNumbers` but leaving `bigNumberStrings` disabled will return big numbers as String
232-
objects only when they cannot be accurately represented with [JavaScript Number objects] (http://ecma262-5.com/ELS5_HTML.htm#Section_8.5)
232+
objects only when they cannot be accurately represented with [JavaScript Number objects] (https://tc39.es/ecma262/#sec-ecmascript-language-types-number-type)
233233
(which happens when they exceed the [-2^53, +2^53] range), otherwise they will be returned as
234234
Number objects. This option is ignored if `supportBigNumbers` is disabled.
235235
* `dateStrings`: Force date types (TIMESTAMP, DATETIME, DATE) to be returned as strings rather than

0 commit comments

Comments
 (0)