spadefoot / kohana-orm-leap

An ORM module for the Kohana PHP framework that is designed to work with all major databases.
http://spadefoot.github.io/kohana-orm-leap/
100 stars 25 forks source link

Fixed #107

Closed saruman closed 9 years ago

saruman commented 9 years ago

Recently, I found a little bug in my previous edit, where check the Identity column if exists or not in a table. I added an extra validation to check if the result is loaded or not, so I can get the name of the column (line 91). Hope this helps.