phpbb/phpBB/includes/db
David M 1551f13bb2 #5562
major speed boost for Oracle :D

This took a while, every call to sql_query_limit() was checked out for having any implicit/explicit column issues... Hopefully, nothing has changed :D


git-svn-id: file:///svn/phpbb/trunk@6631 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-11-22 01:22:13 +00:00
..
dbal.php adjust some comments to work with phpdocumentor. :) 2006-11-17 19:37:57 +00:00
firebird.php - cleaned up firebirdsql 2006-11-10 14:56:18 +00: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 this is hopeless, we just insert and hope for the best. thats all we can really do... 2006-11-15 20:48:38 +00:00
mssql_odbc.php this is hopeless, we just insert and hope for the best. thats all we can really do... 2006-11-15 20:48:38 +00:00
mysql.php - make sure the sql layer for mysql always states mysql4 and get to mysql if using mysql < 4 2006-11-03 17:50:39 +00:00
mysqli.php - store sql_layer directly within the layer itself 2006-10-14 14:56:46 +00:00
oracle.php #5562 2006-11-22 01:22:13 +00:00
postgres.php - store sql_layer directly within the layer itself 2006-10-14 14:56:46 +00:00
sqlite.php - store sql_layer directly within the layer itself 2006-10-14 14:56:46 +00:00