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
BigInt types will lose precision if they are above the MAX_SAFE_INTEGER
value. A work around for this is to use strings to represent the numbers
instead.
Copy file name to clipboardExpand all lines: CHANGELOG.txt
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
Unreleased
2
+
-------------------
3
+
[fix] BigInt type in nodemsqlv8 now treated as strings in parity with the tedious drive ([#1387](https://github.com/tediousjs/node-mssql/pull/1387))
4
+
1
5
v10.0.0 (2023-09-06)
2
6
-------------------
3
7
[change] Upgrade tedious to v16 ([#1547](https://github.com/tediousjs/node-mssql/pull/1547))
@@ -69,7 +73,7 @@ v8.1.1 (2022-05-18)
69
73
70
74
v8.1.0 (2022-04-06)
71
75
-------------------
72
-
[new] MSSQL CLI tool now accepts some options to allow overriding config file ((#1381](https://github.com/tediousjs/node-mssql/pull/1381))
76
+
[new] MSSQL CLI tool now accepts some options to allow overriding config file ([#1381](https://github.com/tediousjs/node-mssql/pull/1381))
73
77
[fix] nodemsqlv8 driver tests working against Node 10 ([#1368](https://github.com/tediousjs/node-mssql/pull/1368))
0 commit comments