File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1352,7 +1352,8 @@ one of your callback functions throws an error which you're catching using
1352
1352
## Type casting
1353
1353
1354
1354
For your convenience, this driver will cast mysql types into native JavaScript
1355
- types by default. The following mappings exist:
1355
+ types by default. The default behavior can be changed through various
1356
+ [ Connection options] ( #connection-options ) . The following mappings exist:
1356
1357
1357
1358
### Number
1358
1359
@@ -1363,6 +1364,7 @@ types by default. The following mappings exist:
1363
1364
* YEAR
1364
1365
* FLOAT
1365
1366
* DOUBLE
1367
+ * BIGINT
1366
1368
1367
1369
### Date
1368
1370
@@ -1394,7 +1396,6 @@ than a string.
1394
1396
* ENUM
1395
1397
* SET
1396
1398
* DECIMAL (may exceed float precision)
1397
- * BIGINT (may exceed float precision)
1398
1399
* TIME (could be mapped to Date, but what date would be set?)
1399
1400
* GEOMETRY (never used those, get in touch if you do)
1400
1401
You can’t perform that action at this time.
0 commit comments