phpbb/phpBB/includes/db
Nils Adermann 5c5b0fc4be [ticket/9686] Fix mssqlnative database data export
We require version 1.1 of the sqlsrv extension anyway so the regular
sqlsrv_num_rows can be used instead of buffering the result. The result
buffer (class result_mssqlnative) should never automatically free the
resource it receives - we consistently close resources using sql_freeresult().

PHPBB3-9686
2010-10-25 03:33:37 +02:00
..
db_tools.php [ticket/8944] Patch db_tools to support index length for MySQL4 2010-09-05 03:14:27 +02:00
dbal.php Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums. -- Voila ;-) 2010-02-15 15:04:44 +00:00
firebird.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00
index.htm Moved to includes ... since they are included too .. trying to "clean up" structure a little 2003-03-17 10:54:23 +00:00
mssql.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00
mssql_odbc.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00
mssqlnative.php [ticket/9686] Fix mssqlnative database data export 2010-10-25 03:33:37 +02:00
mysql.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00
mysqli.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00
oracle.php Merge branch 'ticket/jellydoughnut/9637' into develop-olympus 2010-07-11 01:44:59 +02:00
postgres.php Merge branch 'ticket/jellydoughnut/9637' into develop-olympus 2010-07-11 01:44:59 +02:00
sqlite.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00