[CONJS-165] Adding initial message error value on Error object. Created: 2021-03-22 Updated: 2021-06-08 Resolved: 2021-06-04 |
|
| Status: | Closed |
| Project: | MariaDB Connector/node.js |
| Component/s: | other |
| Affects Version/s: | None |
| Fix Version/s: | 2.5.4, 3.0.0-beta |
| Type: | Task | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Driver throw SqlError object defined like this :
extending Error with message value. This consist to adding 2 properties : initial message error and sql. |
| Comments |
| Comment by Diego Dupin [ 2021-06-08 ] |
|
SQLError have now 2 additional fields : /**
/**
|