Last modified: 2008-09-03 22:19:30 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T17433, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 15433 - MySQL Error in column o_id
MySQL Error in column o_id
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
SemanticDrilldown (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Yaron Koren
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-09-01 21:44 UTC by DaSch
Modified: 2008-09-03 22:19 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description DaSch 2008-09-01 21:44:06 UTC
The Error I get and the sql-statment from my db.log

1052: Column 'o_id' in field list is ambiguous (localhost)

SELECT o_id
FROM `smw_rels2` r
JOIN `smw_ids` p_ids ON r.p_id = p_ids.smw_id
JOIN `smw_inst2` insts ON r.s_id = insts.s_id
JOIN `smw_ids` cat_ids ON insts.o_id = cat_ids.smw_id
WHERE p_ids.smw_title = 'Literaturgattung'
AND cat_ids.smw_namespace = 14
AND cat_ids.smw_title = 'Text'
GROUP BY o_id
ORDER BY o_id
Comment 1 DaSch 2008-09-01 21:45:03 UTC
oh, forgott to say

it happens when selecting a filter-value
Comment 2 Yaron Koren 2008-09-03 22:19:30 UTC
I believe this is fixed in version 0.4.8.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links