summaryrefslogtreecommitdiff
path: root/program/include/rcube_db.php
AgeCommit message (Expand)Author
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak
2012-11-17Define @package and @subpackage of Framework classesAleksander Machniak
2012-10-03Define public property 'db_provider' in pdo classes. That is used in various ...Thomas Bruederli
2012-08-15Skip ? in quoted values from being replaced with parametersThomas Bruederli
2012-08-15PDO: quote null values as NULL instad of an empty stringThomas Bruederli
2012-08-08(Again) return error message from is_error()Aleksander Machniak
2012-08-08Improve is_error() so we can check for state of specified queryAleksander Machniak
2012-08-08Fix some typosSylvestre Ledru
2012-07-09Fix debugging in sqlite driverAleksander Machniak
2012-07-08Move sequence_name() method into postgres driver classAleksander Machniak
2012-07-08CS fixesAleksander Machniak
2012-07-08Add get_variable() implementationAleksander Machniak
2012-07-06Handle properly situation when PDO class doesn't existAleksander Machniak
2012-07-04More CS fixes and commentsAleksander Machniak
2012-07-04CS fixes + more commentsAleksander Machniak
2012-06-28Support 'mysqli:' prefix in DSNAleksander Machniak
2012-06-19New database layer based on PHP PDOAleksander Machniak
2008-08-26- Removed support for PEAR::DB driveralecpl
2008-08-21- removed PHP4 class constructorsalecpl
2008-08-09- Case insensitive contacts searching using PostgreSQL (#1485259)alecpl
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the de...thomascube