alecpl
2010-01-26 2273d4117fd50ee44dcdaa28fd6444383dc403a0
refs
author alecpl <alec@alec.pl>
Tuesday, January 26, 2010 08:45 -0500
committer alecpl <alec@alec.pl>
Tuesday, January 26, 2010 08:45 -0500
commit2273d4117fd50ee44dcdaa28fd6444383dc403a0
tree dc9d429523d816ab8d1d65547f300e4e97fac387 tree | zip | gz
parent 8f85e3759c4eb4b61e8aab2dd4071e429deb81a3 view | diff
- Add support for MDB2's 'sqlsrv' driver (#1486395)


6 files added
44 files modified
37197 ■■■■■ changed files
CHANGELOG 1 ●●●● diff | view | raw | blame | history
config/db.inc.php.dist 2 ●●● diff | view | raw | blame | history
program/include/rcmail.php 1 ●●●● diff | view | raw | blame | history
program/include/rcube_mdb2.php 4 ●●● diff | view | raw | blame | history
program/lib/MDB2.php 249 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Date.php 2 ●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Datatype/Common.php 48 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Datatype/mssql.php 66 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Datatype/mysql.php 1110 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Datatype/mysqli.php 1184 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Datatype/pgsql.php 1129 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Datatype/sqlite.php 822 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Datatype/sqlsrv.php 451 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Function/Common.php 584 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Function/mssql.php 384 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Function/mysql.php 270 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Function/mysqli.php 286 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Function/pgsql.php 228 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Function/sqlite.php 324 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Function/sqlsrv.php 189 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Manager/Common.php 2022 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Manager/mssql.php 12 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Manager/mysql.php 2854 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Manager/mysqli.php 2854 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Manager/pgsql.php 111 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Manager/sqlite.php 2716 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Manager/sqlsrv.php 1383 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Native/Common.php 2 ●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Native/mssql.php 2 ●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Native/mysql.php 2 ●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Native/mysqli.php 2 ●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Native/pgsql.php 2 ●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Native/sqlite.php 2 ●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Native/sqlsrv.php 57 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Reverse/Common.php 1028 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Reverse/mssql.php 1304 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Reverse/mysql.php 1048 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Reverse/mysqli.php 1176 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Reverse/pgsql.php 1102 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Reverse/sqlite.php 1192 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Reverse/sqlsrv.php 653 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/mssql.php 2296 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/mysql.php 74 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/mysqli.php 114 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/pgsql.php 3057 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/sqlite.php 2189 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/sqlsrv.php 1165 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Extended.php 1440 ●●●● diff | view | raw | blame | history
program/lib/MDB2/Iterator.php 2 ●●● diff | view | raw | blame | history
program/lib/MDB2/LOB.php 2 ●●● diff | view | raw | blame | history