kohana / orm

Kohana ORM
159 stars 108 forks source link

when using count_all before calling find_all(), the column names will be... #64

Closed ghost closed 12 years ago

ghost commented 12 years ago

... overwritten which ever came first.

In line:1488 there is a key collision happening if there is no $key included in the $selects array.

Kohana-Builds commented 12 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!