Hi, I actually checkout to phalcon 2.0.0 and I installed it successfully. All seems to work perfect ( so fast :3 ) but all my models with default date attrs like 'created' and 'update' doesn't work, saving rows but with empty dates
I skip attrs on create for the 'created TIMESTAMP DEFAULT CURRENT_TIMESTAMP' sql postgre code.
$this->skipAttributesOnCreate(array('created', 'updated'));
Thanks