seznam / SuperiorMySqlpp

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

allow to ignore nullable bindings #23

Closed majcl closed 7 years ago

majcl commented 7 years ago

Prepared statements can ignore nullable values on result, when requested to do so(optional settings in template parameters). Ignore nullable values means, that "null flag" will not be set in result, and binded value is not written, when it is null.