kohana / database

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

Direct access to connection using getConnection() #33

Closed devmach closed 12 years ago

devmach commented 12 years ago

Kohana's DB module hasn't got any real support for prepared statements. If we're using PDO driver, while we're enjoying Kohana goodies, we can also have "real" prepared statements etc.

This patch basicly gives user access to connection object.

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!