diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-04-01 13:11:18 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-04-01 13:14:58 +0200 |
commit | 2b696cc632b917c4d49330966ddb1dee639a22fe (patch) | |
tree | 82d34bb946b10f30f04fded4005d3d6aa6b20d5d /phpBB/docs/CHANGELOG.html | |
parent | e35392cb4f86738cb8daa80d43c1e80558cf3edc (diff) | |
download | forums-2b696cc632b917c4d49330966ddb1dee639a22fe.tar forums-2b696cc632b917c4d49330966ddb1dee639a22fe.tar.gz forums-2b696cc632b917c4d49330966ddb1dee639a22fe.tar.bz2 forums-2b696cc632b917c4d49330966ddb1dee639a22fe.tar.xz forums-2b696cc632b917c4d49330966ddb1dee639a22fe.zip |
[bug/9108] Fix table binding issues with PostgreSQL in board-wide feed. (Old Bug #58425)
The order in the FROM clause is important.
The posts table has to be the last one in the chain, so it can be correctly bound with the forums table in the LEFT JOIN.
This only affects the overall feed (board-wide feed). All the other feeds are unaffected.
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 5e6a0dbd86..e9b0f3804f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -107,6 +107,7 @@ <li>[Fix] Allow setting parent forums regardless of permission settings. (Bug #57415)</li> <li>[Fix] Redirect search engines that access pages with SIDs in the URL. (Bug #58025)</li> <li>[Fix] Fix incorrect ampersand encoding in redirect parameter. (Bug #58465)</li> + <li>[Fix] Fix table binding issues with PostgreSQL in board-wide feed. (Bug #58425)</li> <li>[Feature] Support for Microsoft's Native SQL Server Driver for PHP (Bug #57055 - Patch by Chris Pucci at Microsoft)</li> <li>[Feature] The memcache acm plugin now supports multiple memcache servers.</li> </ul> |