Closed hkdobrev closed 10 years ago
Build Starting
http://ci.kohanaframework.org/job/kohana-3.2-pull/53/
Closing as the "adjusted" condition in this pull request will never be true as far as I can tell. Let me know if you think otherwise and I will reopen this.
The create method will check if the primary key is set, but will not check whether it is empty. The ORM should not allow empty primary keys. I have added a check against empty primary key.