kohana / database

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

Adding support for tables and columns list caching #30

Closed fernandocarletti closed 10 years ago

fernandocarletti commented 12 years ago

Hello,

Well, I did this little trick to save some queries on a production environment.

Now all tables and columns will be cached in the cache mechanism of user choice.

fernandocarletti commented 12 years ago

Ooops... Fixed it!

Kohana-Builds commented 12 years ago

Build Scheduled

Kohana-Builds commented 12 years ago

Build Passed
http://ci.kohanaframework.org/job/kohana-3.3-pull/92/

shadowhand commented 10 years ago

This doesn't belong in the Database layer.