seznam / SuperiorMySqlpp

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

fix: type validation not ignoring is_unsigned for types like float #127

Closed OpatrilPeter closed 4 years ago

OpatrilPeter commented 4 years ago

Ignores is_unsigned boolean from C mysql library for types that shouldn't be signed in validation.

Fixes unusual validation warnings such as

PS [1]: Result types at index 1 does not match. In validate mode "Same", expected type "Float" is not compatible with result type "Float"