phpbb/phpBB/includes/db
2007-06-07 05:58:45 +00:00
..
dbal.php oh my god - what did he do? Adding attachment display to post/topic review, queue, reports, post details, mcp topic view... fixing other tiny things along the line. 2007-05-19 12:04:22 +00:00
firebird.php - fixed Oracle's large data handling 2007-04-11 02:23:21 +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 - small MSSQL thing 2007-03-04 22:08:44 +00:00
mssql_odbc.php #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624 2007-04-22 15:27:40 +00:00
mysql.php - changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations. 2007-05-05 04:53:43 +00:00
mysqli.php - changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations. 2007-05-05 04:53:43 +00:00
oracle.php - Oracle, woe is you... I will say this much, this fixes Oracle's handling of empty strings... We also fix custom profiles and now provide database size for Oracle... 2007-06-07 05:58:45 +00:00
postgres.php - changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations. 2007-05-05 04:53:43 +00:00
sqlite.php - clean up mssql and mssql_odbc, mssql now uses a different method of dealing with IDENTITY 2007-02-19 04:12:13 +00:00