summaryrefslogtreecommitdiff
path: root/test/ConfigTest.php
AgeCommit message (Collapse)Author
2014-06-22Added custom caching functionsPeter Ivanov
This is a combination of 20 commits: added cache callback #212 added test Added text for custom cache formating and tests added caching_auto_clear option moved custom cache test for php 5.3+ fixed ConfigTest.php tabs to spaces formating formating added `create_cache_key` callback option added $table_name to clear cache function added $table_name to _create_cache_key added missing params added $table_name to cache_query_result formating tabs added $table_name to check_query_cache unify cache parameters order `table_name` is more important than `connection_name` formating
2013-08-28Add MS SQL `TOP` style syntax supportSimon Holywell
2013-08-28Repair state after completing testSimon Holywell
2013-08-16Add static method `get_config`Mike Estes
2013-04-16Add support for T-SQL style TOP clausesSebastien Bariteau
2013-01-23Finish transferring tests into PHPUnitSimon Holywell