seznam / SuperiorMySqlpp

SuperiorMySQL++
GNU Lesser General Public License v3.0
31 stars 20 forks source link

Validation of uninitialized result binds #39

Closed smradCZ closed 6 years ago

smradCZ commented 6 years ago

It fixes #14 - Results which are not binded are checked as a first step of validation. Exception PreparedStatementBindError is thrown when some result is not initialized.