As the title says, i know MSSQL is not officially supported by Phalcon, but i made the necessary changes to get it up and running with dblib.
Now when i try to update a record, it saves and updates correctly in the db, but the save method returns false. No messages are shown though.
I tried removing all validators, and set all columns to nullable to make sure its not an automatic validation but still no luck.
Any idea what could be causing the problem?