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-13 12:35:06 +01:00
Code
Issues
Releases
Wiki
Activity
php-phpbb
/
phpBB
/
includes
/
db
History
Meik Sievertsen
a5704a0b01
Better support for nested transactions...
...
git-svn-id: file:///svn/phpbb/trunk@7469 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-05 10:22:24 +00:00
..
dbal.php
Better support for nested transactions...
2007-05-05 10:22:24 +00:00
firebird.php
- fixed Oracle's large data handling
2007-04-11 02:23:21 +00:00
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
- small MSSQL thing
2007-03-04 22:08:44 +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
- fixed Oracle's large data handling
2007-04-11 02:23:21 +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
…