summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/drivers/Cache/Database.php
AgeCommit message (Expand)Author
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-12-28Coding style fixes: identation on line 48+removed trailing whitespaces, added...Joe7
2010-12-28Using ON DUPLICATE KEY UPDATE instead of SELECT+UPDATE/INSERT style method (t...Joe7
2010-12-28Added limit on select as for the outcome it doesn't matter if there are 20 ro...Joe7
2010-09-18The Kohana folks removed the cache cleanup code back inBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-24Fix for ticket #1034: Fix db cache driver delete() call which was missed in a...Andy Staudacher
2010-02-21Fix delete() function of DB based Cache driver. It expected a scalar key / ta...Andy Staudacher
2009-12-21Fix some bugs in the cache database driver, and update the tests for K24.Bharat Mediratta
2009-12-02Use select() instead of select("*")Bharat Mediratta
2009-12-02Convert more database calls over to the new formatBharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25Call execute() after upate() and insert().Bharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-16If an empty array is passed into set method, then make sure the tag value bei...Tim Almdal
2009-06-29Revert to serializing and deserializing data. The cache table can'tBharat Mediratta
2009-06-28Modify the cache table to make id the primary key for consistency withBharat Mediratta
2009-06-28Change the cache column of the caches table to a large blob. This fixes tick...Tim Almdal
2009-06-28Clean up code (i.e. preamble, tabs) from the caching implementation so the un...Tim Almdal
2009-06-27The rest of the caching driver implementation that i somehow forgot.Tim Almdal