summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_mdb2.php
AgeCommit message (Expand)Author
2012-02-02Allow users to choose cols for contacts list sortingthomasb
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
2011-12-02- Reset error flag when connecting to (another) databasealec
2011-12-02- Fallback to write-master when readonly database failsalec
2011-11-07- Fix handling of DB connection failures. Detect failure on connection level ...alec
2011-05-27- Make debug handler to be a method of rcube_mdb2alec
2011-05-20Catch write-errors on database (yet untested)thomasb
2011-05-20- Fix func_get_args() usage for PHP<5.3 (#1487928)alec
2011-05-14Fix sort order when contact name is emptythomasb
2011-05-10Revert r4746 due to timestsamp issues with mysql; deprecate rcube_mdb2::unixt...thomasb
2011-05-09Rely on mysql server timezone not on PHPthomasb
2011-04-25Remove unnecessary code (thanks Alec)thomasb
2011-04-25Fix return value of affected_rows()thomasb
2011-04-20- Improve performance by including files with absolute path (#1487849) alec
2011-04-19Check for DB connection state instead of handle (handle could be an error obj...thomasb
2011-04-19Gracefully shrug on database errorsthomasb
2011-04-08- Fixed bug where some dates would produce SQL error in MySQL (#1487856)alec
2011-02-25Create interactive update script with improved DB schema check; udated instal...thomasb
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
2010-10-07- Support one argument of type array, instead of n arguments for rcube_mdb2::...alec
2010-09-29- Update phpdoc (#1486958)alec
2010-09-26Fix base url resolution + better order for condition checks in rcube_mdb2 + u...thomasb
2010-09-25- s/RoundCube/Roundcube/alec
2010-09-21Fix db_mode check in insert_id()thomasb
2010-09-21Fix selection of read/write db connectionthomasb
2010-09-08- Add semicolon at the end of SQL queries in log (#1486957)alec
2010-04-30- Fix typo (#1486703)alec
2010-04-29- code re-formatting + small improvementsalec
2010-04-22- Don't add extra newline in sql debug logalec
2010-04-01- Use MDB2's Manager module for listing tablesalec
2010-03-31List of tables mustn't be static (wtf?)thomasb
2010-03-31Asynchronously expand contact groups + skip count queries in autocompletion m...thomasb
2010-02-03- Fix inconsistency when not using default table names (#1486467)alec
2010-01-28- add file/line definitions to raise_error() callsalec
2010-01-26- Add support for MDB2's 'sqlsrv' driver (#1486395)alec
2009-09-04- Fix rcube_mdb2::affected_rows() (#1486082)alec
2009-08-04- Use sequence names only with PostgreSQL (#1486018)alec
2009-08-03- Fix rcube_mdb2.php: call to setCharset not implemented in mssql driver (#14...alec
2009-07-31- Fix rcube_mdb2::unixtimestamp for MS SQL (#1486015)alec
2009-07-20- handle errors in insert_id()alec
2009-07-07- Added 'imap_debug' option, described 'sql_debug' option in config filealec
2009-06-24- Fix non-unicode characters caching in unicode database (#1484608)alec
2009-06-22- performance improvements of messages cachingalec
2009-05-09- Fix session handling on non-session SQL query error (#1485734)alec
2009-05-02- some hints to use sqlite db (#1485821)alec
2009-04-21- Fix read/write database recognition (#1485811)alec
2009-01-17* bumping up copyright (happy new year ;-))till
2009-01-16- Fix SQL query execution errors handling in rcube_mdb2 class (#1485509)alec
2008-10-14Set postgres-specific schema options + fix indentationthomasb
2008-10-10- set MDB2's sequence options for postgres onlyalec