[CONJS-153] support Prepared statement with 10.6 new feature metadata skip Created: 2020-11-13 Updated: 2021-06-09 Resolved: 2021-06-04 |
|
| Status: | Closed |
| Project: | MariaDB Connector/node.js |
| Component/s: | batch, execute |
| Affects Version/s: | None |
| Fix Version/s: | 3.0.0-beta |
| Type: | New Feature | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
10.6 MariaDB Server has a new feature that permits to skip metadata for prepare statement using binary protocol (see Driver doesn't support prepared statement, but this new feature make that interesting for user. Connector must support prepare statement with this new capability. |