Age | Commit message (Expand) | Author |
2013-06-09 | Fix database cache expunge issues (#1489149) - added 'expires' column | Aleksander Machniak |
2013-06-08 | Simplified db connection initialisation code | Aleksander Machniak |
2013-06-08 | Fix date format issues on MS SQL Server (#1488918) | Aleksander Machniak |
2013-06-05 | Add optional argument to now() for simple interval calculations on SQL-side | Aleksander Machniak |
2013-06-05 | Fix "duplicate entry" errors on inserts to imap cache tables (#1489146) | Aleksander Machniak |
2013-06-02 | Fix backward copat. with cached values serialized but not base64-encoded (#14... | Aleksander Machniak |
2013-06-02 | Fix bug where serialized strings were truncated in PDO::quote() (#1489142) | Aleksander Machniak |
2013-05-15 | Simplify/fix debug lines truncation | Aleksander Machniak |
2013-05-08 | Limit debug log entry (line) size to 4096 characters to prevent | Aleksander Machniak |
2013-05-06 | Fix various PHP code bugs found using static analysis (#1489086) | Aleksander Machniak |
2013-04-30 | Inlcude SQL query in the log on SQL error (#1489064) | Aleksander Machniak |
2013-04-27 | Add db_prefix configuration option in place of db_table_*/db_sequence_* options | Aleksander Machniak |
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 |