Oracle auto incremented ID column is empty after model->save()
From @skaosYan on June 8, 2015 9:58
I have Phalcon 2.0.2 and Oracle 12c. I have created sequence and set getSequnceName() function for my model. But model->save() still raises an error "ORA-01400: cannot insert NULL" for a primary key.
Copied from original issue: phalcon/cphalcon#10485
From @skaosYan on June 8, 2015 18:30
Does anybody have any clue, is it a bug?
From @andresgutierrez on July 1, 2015 14:13
Are you manually setting the meta-data of that model?
From @skaosYan on July 1, 2015 19:7
No, I do not use metadata classes. I only use columnMap (actually I am forced to use columnMap, because Phalcon by default generates column names in quotas , when Oracle treats quotes as case-sensitive names).
From @skaosYan on July 1, 2015 19:11
Do you need any logs or additional info?