Closed robrechtme closed 2 months ago
Hi
In the Table Editor plugin, the column name is required. However, a whitespace (" ") is allowed, which kind of bypasses the validation. This PR blocks whitespaces as valid column names.
" "
Released in v0.2.1 of the plugin, thanks!
Hi
In the Table Editor plugin, the column name is required. However, a whitespace (
" "
) is allowed, which kind of bypasses the validation. This PR blocks whitespaces as valid column names.