I am using editor version 1.5.3 and a MySQL table with space in the column name. The Backticks ( ` ) allow me to read the table.
Update a field with space in the name throw following error. error: "SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens"
Is there any workaround of the issue ?