till
2008-02-03 95ebbc985a0e64a364e880de89dbc1ae7952d91e
refs
author till <till@php.net>
Sunday, February 3, 2008 07:58 -0500
committer till <till@php.net>
Sunday, February 3, 2008 07:58 -0500
commit95ebbc985a0e64a364e880de89dbc1ae7952d91e
tree 78474efc88790b6d88e4976b51c7bebb5d017a37 tree | zip | gz
parent 9f5bd376b47f41924ede3d8136302d0f7b81c89f view | diff
* putting latest MDB2 into SVN
* adding MDB2 drivers for mssql, mysql, mysqli, pgsql, sqlite

40 files added
27392 ■■■■■ changed files
program/lib/MDB2.php 4295 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Date.php 183 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Datatype/Common.php 1830 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Datatype/mssql.php 498 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Datatype/mysql.php 466 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Datatype/mysqli.php 504 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Datatype/pgsql.php 555 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Datatype/sqlite.php 412 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Function/Common.php 249 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Function/mssql.php 178 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Function/mysql.php 120 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Function/mysqli.php 128 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Function/pgsql.php 99 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Function/sqlite.php 125 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Manager/Common.php 935 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Manager/mssql.php 815 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Manager/mysql.php 1064 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Manager/mysqli.php 1067 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Manager/pgsql.php 765 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Manager/sqlite.php 1325 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Native/Common.php 61 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Native/mssql.php 60 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Native/mysql.php 60 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Native/mysqli.php 60 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Native/pgsql.php 88 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Native/sqlite.php 60 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Reverse/Common.php 511 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Reverse/mssql.php 653 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Reverse/mysql.php 514 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Reverse/mysqli.php 578 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Reverse/pgsql.php 527 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/Reverse/sqlite.php 573 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/mssql.php 1010 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/mysql.php 1535 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/mysqli.php 1697 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/pgsql.php 1470 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Driver/sqlite.php 1078 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Extended.php 721 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/Iterator.php 259 ●●●●● diff | view | raw | blame | history
program/lib/MDB2/LOB.php 264 ●●●●● diff | view | raw | blame | history