sqlanywhere / node-sqlanywhere

SAP SQL Anywhere Database Client for Node
Apache License 2.0
39 stars 36 forks source link

Resource governor for 'prepared statements' exceeded with v1.0.11 #18

Closed alevinru closed 8 years ago

alevinru commented 8 years ago

I do not use prepared statements. Just conn.exec(sql, params, callback) then conn.commit(callback).

Everything's fine with v1.0.10

gperrow-SAP commented 8 years ago

This is fixed with version 1.0.12. I'm having trouble uploading the new module to npm but it will hopefully be there very soon. Thanks for reporting the problem.

Update: Version 1.0.12 has been uploaded to npm.

alevinru commented 8 years ago

Everything's ok now, thank you.