1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 03:19:01 +01:00
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
..
2006-07-07 20:38:04 +00:00
2006-07-01 06:30:49 +00:00
2006-07-07 20:38:04 +00:00
2006-07-06 16:46:53 +00:00
2006-07-06 16:46:53 +00:00
2006-07-06 16:46:53 +00:00
2006-07-06 16:46:53 +00:00
2006-07-06 16:46:53 +00:00