sql: fix type in meta for unsigned binding
It was decided that for all integer literals we would return "INTEGER" type, not "UNSIGNED". Accidentally, after substitution of unsigned binding value type was set to "UNSIGNED". Let's fix that and set "INTEGER" type. (cherry picked from commit b7d595ac)
Loading
Please register or sign in to comment