summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_mdb2.php
AgeCommit message (Collapse)Author
2011-02-25Create interactive update script with improved DB schema check; udated ↵thomasb
installer with new features and styles git-svn-id: https://svn.roundcube.net/trunk@4573 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-07- Support one argument of type array, instead of n arguments for ↵alec
rcube_mdb2::query method git-svn-id: https://svn.roundcube.net/trunk@4057 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Update phpdoc (#1486958)alec
git-svn-id: https://svn.roundcube.net/trunk@4015 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-26Fix base url resolution + better order for condition checks in rcube_mdb2 + ↵thomasb
updated changelog git-svn-id: https://svn.roundcube.net/trunk@3993 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-21Fix db_mode check in insert_id()thomasb
git-svn-id: https://svn.roundcube.net/trunk@3982 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-21Fix selection of read/write db connectionthomasb
git-svn-id: https://svn.roundcube.net/trunk@3978 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-08- Add semicolon at the end of SQL queries in log (#1486957)alec
git-svn-id: https://svn.roundcube.net/trunk@3947 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-30- Fix typo (#1486703)alec
git-svn-id: https://svn.roundcube.net/trunk@3581 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-29- code re-formatting + small improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@3576 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- Don't add extra newline in sql debug logalec
git-svn-id: https://svn.roundcube.net/trunk@3528 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01- Use MDB2's Manager module for listing tablesalec
git-svn-id: https://svn.roundcube.net/trunk@3456 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31List of tables mustn't be static (wtf?)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3450 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31Asynchronously expand contact groups + skip count queries in autocompletion ↵thomasb
mode + check for the existance of contactgroups table git-svn-id: https://svn.roundcube.net/trunk@3449 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-03- Fix inconsistency when not using default table names (#1486467)alec
git-svn-id: https://svn.roundcube.net/trunk@3246 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-28- add file/line definitions to raise_error() callsalec
git-svn-id: https://svn.roundcube.net/trunk@3231 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-26- Add support for MDB2's 'sqlsrv' driver (#1486395)alec
git-svn-id: https://svn.roundcube.net/trunk@3227 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-04- Fix rcube_mdb2::affected_rows() (#1486082)alec
git-svn-id: https://svn.roundcube.net/trunk@2920 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-04- Use sequence names only with PostgreSQL (#1486018)alec
git-svn-id: https://svn.roundcube.net/trunk@2834 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-03- Fix rcube_mdb2.php: call to setCharset not implemented in mssql driver ↵alec
(#1486019) git-svn-id: https://svn.roundcube.net/trunk@2828 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-31- Fix rcube_mdb2::unixtimestamp for MS SQL (#1486015)alec
git-svn-id: https://svn.roundcube.net/trunk@2818 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-20- handle errors in insert_id()alec
git-svn-id: https://svn.roundcube.net/trunk@2772 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-07- Added 'imap_debug' option, described 'sql_debug' option in config filealec
git-svn-id: https://svn.roundcube.net/trunk@2719 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-24- Fix non-unicode characters caching in unicode database (#1484608)alec
git-svn-id: https://svn.roundcube.net/trunk@2675 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-22- performance improvements of messages cachingalec
git-svn-id: https://svn.roundcube.net/trunk@2673 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-09- Fix session handling on non-session SQL query error (#1485734)alec
git-svn-id: https://svn.roundcube.net/trunk@2463 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-02- some hints to use sqlite db (#1485821)alec
git-svn-id: https://svn.roundcube.net/trunk@2449 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-21- Fix read/write database recognition (#1485811)alec
git-svn-id: https://svn.roundcube.net/trunk@2406 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-17* bumping up copyright (happy new year ;-))till
git-svn-id: https://svn.roundcube.net/trunk@2237 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-16- Fix SQL query execution errors handling in rcube_mdb2 class (#1485509)alec
git-svn-id: https://svn.roundcube.net/trunk@2233 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-14Set postgres-specific schema options + fix indentationthomasb
git-svn-id: https://svn.roundcube.net/trunk@1978 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-10- set MDB2's sequence options for postgres onlyalec
git-svn-id: https://svn.roundcube.net/trunk@1971 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-07- better postgresql sequence names handlingalec
git-svn-id: https://svn.roundcube.net/trunk@1956 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21- removed PHP4 class constructorsalec
git-svn-id: https://svn.roundcube.net/trunk@1664 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-09- Case insensitive contacts searching using PostgreSQL (#1485259)alec
git-svn-id: https://svn.roundcube.net/trunk@1637 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-06- fread() replaced by file_get_contents(), see comments in #1484880alec
git-svn-id: https://svn.roundcube.net/trunk@1631 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-15Make sure we have a valid integer even if date is empty (#1485055)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1390 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomasb
devel-vnext branch git-svn-id: https://svn.roundcube.net/trunk@1291 208e9e7b-5314-0410-a742-e7e81cd9613c