kohana / database

A Kohana module for database interactions, building queries, and prepared statements
http://kohanaframework.org/documentation
158 stars 140 forks source link

Add ability to list columns without the default table prefix #3

Closed agentphoenix closed 14 years ago

agentphoenix commented 14 years ago

There are times when developers may want to pull a list of columns from a table that don't have the default table prefix. This change adds a third parameter to the _listcolumns() method to allow that.

isaiahdw commented 14 years ago

Can you please include the related issue number when you do a pull request. If you haven't created an issue on the tracker please do, so we can keep track of this request.

The Kohana 3 issue tracker is located here: http://dev.kohanaframework.org/projects/kohana3/issues

agentphoenix commented 14 years ago

Apologies, this is my first time doing a pull request. I've opened issue 3351 for this.

http://dev.kohanaframework.org/issues/3351

isaiahdw commented 14 years ago

No problem, thanks for creating the issue.