File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ declare namespace Connection {
130
130
* Enabling both supportBigNumbers and bigNumberStrings forces big numbers (BIGINT and DECIMAL columns) to be
131
131
* always returned as JavaScript String objects (Default: false). Enabling supportBigNumbers but leaving
132
132
* bigNumberStrings disabled will return big numbers as String objects only when they cannot be accurately
133
- * represented with [JavaScript Number objects] (http ://ecma262-5.com/ELS5_HTML.htm#Section_8 .5)
133
+ * represented with [JavaScript Number objects](https ://262.ecma-international.org/5.1/#sec-8 .5)
134
134
* (which happens when they exceed the [-2^53, +2^53] range), otherwise they will be returned as Number objects.
135
135
* This option is ignored if supportBigNumbers is disabled.
136
136
*/
You can’t perform that action at this time.
0 commit comments