kohana / orm

Kohana ORM
159 stars 108 forks source link

ORM primary key check fix #44

Closed hkdobrev closed 13 years ago

hkdobrev commented 13 years ago

The create method should not accept empty primary keys. I have added a check for empty primary key next to the check if the primary key is set in the data given.

Kohana-Builds commented 13 years ago

Pull request is targeted towards an invalid branch (3.2/master). Usually, this means you have targeted the master, rather than develop branch. Please correct this and try again. Thanks!