mariadb-corporation / mariadb-connector-nodejs

MariaDB Connector/Node.js is used to connect applications developed on Node.js to MariaDB and MySQL databases. MariaDB Connector/Node.js is LGPL licensed.
GNU Lesser General Public License v2.1
366 stars 91 forks source link

Using queryStream with prepared statements #212

Closed H14 closed 1 year ago

H14 commented 1 year ago

Is it possible to use queryStream with prepared statements?

The documentation suggests that this is not possible at the moment. Is this possibly topic for a feature request? Or are there some technical objections?

In any case, it seems to make a lot of sense to me.

rusher commented 1 year ago

Implementation doesn't permit it for now. I've created https://jira.mariadb.org/browse/CONJS-222 in order to add that feature

rusher commented 1 year ago

forgot to close this. This is available since 3.0.2. see documentation here