[CONJS-258] All eventEmitters methods are not available on connections Created: 2023-05-31 Updated: 2023-05-31 Resolved: 2023-05-31 |
|
| Status: | Closed |
| Project: | MariaDB Connector/node.js |
| Component/s: | compatibility |
| Affects Version/s: | None |
| Fix Version/s: | 3.2.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
see https://github.com/mariadb-corporation/mariadb-connector-nodejs/issues/244 Contrary to other connectors where private methods are available, mariadb connector has a front-end class that permit only use of API methods/properties, but with the problematic of not having eventEmitter directly available. This must be corrected |