We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

what do you mean by Scanning error when parsing

i am getting the following error while inserting bulk records....why we will get this error and how to rectify it?

    Scanning error before 'name`,`username`...' when parsing: INSERT INTO temporary_employee_data 

https://github.com/phalcon/cphalcon/issues/3160#issuecomment-68156858

PHQL does not allow dot-commas (sic) in statements ;

By dot-commas Andre meant semicolons

That error is generated by Phalcon when it's trying to convert your PHQL statement into SQL. Something in your query is broken. Paste it here so we can see the full query.