This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
php-phpbb
Watch
1
Star
0
Fork
0
You've already forked php-phpbb
mirror of
https://github.com/phpbb/phpbb.git
synced
2025-02-22 02:50:00 +01:00
Code
Issues
Releases
Wiki
Activity
php-phpbb
/
phpBB
/
includes
/
db
History
David M
49d351be1d
- added support for Oracle's easy connect naming
...
git-svn-id: file:///svn/phpbb/trunk@7671 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-23 23:47:59 +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
…
index.htm
…
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
mssql.php
…
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
- added support for Oracle's easy connect naming
2007-05-23 23:47:59 +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
…