Paul Burdick

Results 2 issues of Paul Burdick

I see that Factory::getColumns() is using the enum workaround for Doctrine and is also using listTableColumns(). listTableColumns will quote reserved words, so that the column name for 'primary' will come...

Why is the Factory::fire() method trying to build its own table name using `$this->parseTableName()` instead of using the one defined in the Model itself? Seems like this: ``` $this->tableName =...