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
/
lib
/
Roundcube
/
rcube_db.php
Age
Commit message (
Expand
)
Author
2013-04-17
Add rcube_db::escape() method, fix escapeSimple() to use escape instead of qu...
Aleksander Machniak
2013-04-17
Fix typo simpleEscape -> escapeSimple
Aleksander Machniak
2013-04-17
Add rcube_db::escapeSimple() method for backward compat.
Aleksander Machniak
2013-03-24
Match regex on multi-line sql statements
Thomas Bruederli
2013-03-23
Hack to reset PDO statement iterators after counting
Thomas Bruederli
2013-03-13
Re-implement rcube_db::num_rows() to ensure backwards compatibility
Thomas Bruederli
2013-03-06
Add type 'ident' in quote() so we can quote identifiers (eg. column names) th...
Aleksander Machniak
2013-02-17
When connection to read-only db fails try to connect to write-master, but onl...
Aleksander Machniak
2013-01-31
Slightly improve database driver chack
Aleksander Machniak
2013-01-09
Reset $db_error_msg on query
Aleksander Machniak
2012-12-21
Fix comment
Aleksander Machniak
2012-12-20
Fix locking issue in SQLite driver (#1488874)
Aleksander Machniak
2012-12-18
Cleanup, remove file paths from doc
Aleksander Machniak
2012-12-16
Fix package definitions and include framework classes in phpdoc
Thomas Bruederli
2012-12-07
Fix big memory consumption of DB layer (#1488856)
Aleksander Machniak
2012-11-21
Framework files moved to lib/Roundcube
Aleksander Machniak