Hi, I noticed that $schema->deploy doesn't seem to use the value of quote_char to quote the output. The create table commands are not quoted (neither the table name nor the columns). After deploying, all selects use quoting correctly. I am using SQLite. moritz