mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-24 13:18:18 +00:00
b6633b95dc
We were binding as blobs which we could read back as strings, but which didn't match string inputs! Very confusing! Always bind as strings. For the empty rows case: don't return the affected row count unless the query has 0 columns, as we otherwise cannot distinguish between no matching results and a single column with 0.