I'm making a query with querybuilder, like code:
... $this->item->columns([\i3S\i3Builder\Api\Models\Compra::class . '.NotaFiscal as NotaFiscal']) ...
But the query don't run and return the error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Compras.aFiscal' in 'field list'
I tried with columns named as: Notebook, Notacao, Noticia.. and same error, the chars "not" are replaced by nothing.
This occurs with phalcon 4.0.6 and 4.1.0 too