summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_db.php
AgeCommit message (Expand)Author
2013-06-02Fix backward copat. with cached values serialized but not base64-encoded (#14...Aleksander Machniak
2013-06-02Fix bug where serialized strings were truncated in PDO::quote() (#1489142)Aleksander Machniak
2013-05-06Fix various PHP code bugs found using static analysis (#1489086)Aleksander Machniak
2013-04-30Inlcude SQL query in the log on SQL error (#1489064)Aleksander Machniak
2013-04-17Add rcube_db::escape() method, fix escapeSimple() to use escape instead of qu...Aleksander Machniak
2013-04-17Fix typo simpleEscape -> escapeSimpleAleksander Machniak
2013-04-17Add rcube_db::escapeSimple() method for backward compat.Aleksander Machniak
2013-04-04Hack to reset PDO statement iterators after countingThomas Bruederli
2013-03-24Match regex on multi-line sql statementsThomas Bruederli
2013-03-14Re-implement rcube_db::num_rows() to ensure backwards compatibilityThomas Bruederli
2013-03-06Add type 'ident' in quote() so we can quote identifiers (eg. column names) th...Aleksander Machniak
2013-02-01Slightly improve database driver chackAleksander Machniak
2013-01-09Reset $db_error_msg on queryAleksander Machniak
2012-12-21Fix commentAleksander Machniak
2012-12-20Fix locking issue in SQLite driver (#1488874)Aleksander Machniak
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-12-16Fix package definitions and include framework classes in phpdocThomas Bruederli
2012-12-07Fix big memory consumption of DB layer (#1488856)Aleksander Machniak
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak