Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/Db
AgeCommit message (Expand)Author
2010-07-28fixes #1519vipsoft
2010-07-16fixes #1480vipsoft
2010-06-30fixes #1452vipsoft
2010-06-22phpdoc updatevipsoft
2010-06-22update phpdoc commentsvipsoft
2010-06-07refs #1368 - implemented isAvailable() and private method hasStorageEngine();...vipsoft
2010-06-06refs #1368 - more refactoring and phpdocsvipsoft
2010-06-06refs #1368 - preprocessing the SQL to be made obsolete by query classes/methodsvipsoft
2010-06-06refs #1335, refs #1368 - check in Jason's Piwik_Db_Adapter_Pdo_Mssql class (e...vipsoft
2010-06-05refs #1368vipsoft
2010-06-05refs #1368 - move low-level $dbInfos mangling to adaptervipsoft
2010-06-05refs #1368 - further refactoring of Piwik.php; initial abstraction of MySQL s...vipsoft
2010-06-05refs #1368 - rename Piwik_Db_iAdapter to Piwik_Db_Adapter_Interface for consi...vipsoft
2010-06-03refs #1368 - initial refactoring of MySQL schema methods from Piwik.phpvipsoft
2010-06-03refs #1368 - hard-code the list of supported adapters since it seems unlikely...vipsoft
2010-05-12refs #1335 - move adapters in core/Db to core/Db/Adapter, mirroring libs/Zend...vipsoft
2010-03-29Refs #56 matt
2010-01-08fixes #1099 - add MySQL warning if client/server versions are incompatiblevipsoft
2009-12-12Ignore 1054 / 1091 errors (if triggered).vipsoft
2009-12-01Lower MySQL requirement back to 4.1; add try...catch to handle MySQL error 11...vipsoft
2009-11-26Add timezone check to installer; warn if mismatch between MySQL and php vipsoft
2009-11-26Tested with PHP 5.3.1vipsoft
2009-11-25sync up with ZendFramework 1.9.6 which fixes ZF-8046vipsoft
2009-11-17compat function if mysqli_set_charset doesn't existvipsoft
2009-11-11fix connection error detectionvipsoft
2009-11-11fix typovipsoft
2009-11-11also handle SQLSTATE[42X00][1234] variant of error messagevipsoft
2009-11-08fix mismatch on all-numeric SQLSTATEvipsoft
2009-10-28rename translation string for consistencyvipsoft
2009-10-17Add upstream ZF issue to commentsvipsoft
2009-10-10Use Piwik_Query() for consistency. Override listTables() for Pgsql.vipsoft
2009-09-24refs #984 - adapters no longer default to utf8 connection; add utf8 connectio...vipsoft
2009-09-23refs #980 - refactor globr(); redo workaround for ZF-1398vipsoft
2009-09-19refs #904 - mysql error codesvipsoft
2009-09-18fixes #904 - MySQL error codes; unsupported adapters can map these to driver-...vipsoft
2009-09-11fixes #632 - move local mods to subclassed ZF classes; the duplication in Db/...vipsoft