index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
include
/
rcube_db.php
Age
Commit message (
Expand
)
Author
2012-11-17
Define @package and @subpackage of Framework classes
Aleksander Machniak
2012-10-03
Define public property 'db_provider' in pdo classes. That is used in various ...
Thomas Bruederli
2012-08-15
Skip ? in quoted values from being replaced with parameters
Thomas Bruederli
2012-08-15
PDO: quote null values as NULL instad of an empty string
Thomas Bruederli
2012-08-08
(Again) return error message from is_error()
Aleksander Machniak
2012-08-08
Improve is_error() so we can check for state of specified query
Aleksander Machniak
2012-08-08
Fix some typos
Sylvestre Ledru
2012-07-09
Fix debugging in sqlite driver
Aleksander Machniak
2012-07-08
Move sequence_name() method into postgres driver class
Aleksander Machniak
2012-07-08
CS fixes
Aleksander Machniak
2012-07-08
Add get_variable() implementation
Aleksander Machniak
2012-07-06
Handle properly situation when PDO class doesn't exist
Aleksander Machniak
2012-07-04
More CS fixes and comments
Aleksander Machniak
2012-07-04
CS fixes + more comments
Aleksander Machniak
2012-06-28
Support 'mysqli:' prefix in DSN
Aleksander Machniak
2012-06-19
New database layer based on PHP PDO
Aleksander Machniak
2008-08-26
- Removed support for PEAR::DB driver
alecpl
2008-08-21
- removed PHP4 class constructors
alecpl
2008-08-09
- Case insensitive contacts searching using PostgreSQL (#1485259)
alecpl
2008-04-12
Changed codebase to PHP5 with autoloader + added some new classes from the de...
thomascube