summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_db_mssql.php
AgeCommit message (Collapse)Author
2014-04-29Fix varius db_prefix issues (#1489839)Aleksander Machniak
- Move DDL script execution code to rcube_db class(es). - Improve prefix replacement code, so index names are also modified
2013-10-07Execute connection config queries on db handle direcltyThomas Bruederli
2013-06-08Simplified db connection initialisation codeAleksander Machniak
2013-06-08Fix date format issues on MS SQL Server (#1488918)Aleksander Machniak
2013-06-05Add optional argument to now() for simple interval calculations on SQL-sideAleksander Machniak
2013-03-11Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) - require ↵Aleksander Machniak
version 2005+
2013-03-04Generate simpler query for MSSQL when offset in limit clause is not setAleksander Machniak
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak