phpbb/phpBB/includes
David M 0424200ac6 Short story: Oracle does not like sub queries that contain columns that have the same name
Long story: Expanding the implicitly defined columns to explicitly defined columns lets us determine which columns we are actually grabbing. This lets us avoid the problem of having two columns having the same name even though one is implicit and the other is explicit.

What does this mean? It means that when doing a limit on Oracle with an implicit column and a bunch of explicit columns, the explicit columns are the ones that "win".


git-svn-id: file:///svn/phpbb/trunk@6159 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-07-09 05:09:37 +00:00
..
acm - removed db cache (might re-appear, but for now we do not see the need for it) 2006-06-16 16:54:51 +00:00
acp - fix a stupid bug in style.php 2006-07-07 20:38:04 +00:00
auth - display age in user profile and make it available on viewtopic 2006-07-07 12:36:44 +00:00
captcha bugs? bugs. 2006-07-01 06:30:49 +00:00
db Short story: Oracle does not like sub queries that contain columns that have the same name 2006-07-09 05:09:37 +00:00
mcp - display age in user profile and make it available on viewtopic 2006-07-07 12:36:44 +00:00
search - fix a stupid bug in style.php 2006-07-07 20:38:04 +00:00
ucp - display age in user profile and make it available on viewtopic 2006-07-07 12:36:44 +00:00
auth.php - display age in user profile and make it available on viewtopic 2006-07-07 12:36:44 +00:00
bbcode.php what? yeah... 2006-06-20 00:09:45 +00:00
cache.php - forgot to actually move the cache file :@ 2006-06-14 19:01:10 +00:00
constants.php - display age in user profile and make it available on viewtopic 2006-07-07 12:36:44 +00:00
functions.php some bugfixes 2006-07-06 16:46:53 +00:00
functions_admin.php - fixed a parse error (oops) 2006-07-07 18:43:52 +00:00
functions_compress.php - removed db cache (might re-appear, but for now we do not see the need for it) 2006-06-16 16:54:51 +00:00
functions_display.php some bugfixes 2006-07-06 16:46:53 +00:00
functions_jabber.php - automatically sync topic_reported when deleting a post [Bug #2152] 2006-06-14 18:59:12 +00:00
functions_messenger.php some bugfixes 2006-07-06 16:46:53 +00:00
functions_module.php - add additional auth check to the permission roles modules 2006-07-01 19:11:52 +00:00
functions_posting.php - fix a stupid bug in style.php 2006-07-07 20:38:04 +00:00
functions_privmsgs.php time to squash some bugs 2006-06-22 15:14:03 +00:00
functions_profile_fields.php - removed db cache (might re-appear, but for now we do not see the need for it) 2006-06-16 16:54:51 +00:00
functions_template.php - add additional auth check to the permission roles modules 2006-07-01 19:11:52 +00:00
functions_transfer.php - fixed language pack management a bit (supporting backslashes) 2006-07-02 21:42:54 +00:00
functions_upload.php make sure custom profile fields are created correctly on registration (#2225) 2006-06-13 21:06:29 +00:00
functions_user.php Fix installation and user registration bugs 2006-07-08 16:53:42 +00:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
message_parser.php some bugfixes 2006-07-06 16:46:53 +00:00
session.php some bugfixes 2006-07-06 16:46:53 +00:00
template.php show error if template path could not be determined 2006-06-21 16:52:10 +00:00