Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#43 closed defect (invalid)

strange error in gui_wms table

Reported by: christoph Owned by: christoph
Priority: major Milestone: 2.4.2 and older releases
Component: administration Version: 2.4.1
Keywords: None Cc: None

Description

on our development server we have a strange occurence of GUIs without WMS at position 0. To check which GUIs were involved, I have written a (probably too complex) SQL

SELECT b FROM (

SELECT * FROM (

SELECT DISTINCT fkey_gui_id AS a FROM gui_wms WHERE gui_wms_position = 0) AS sql_a

RIGHT JOIN (

SELECT DISTINCT fkey_gui_id AS b FROM gui_wms WHERE gui_wms_position <> 0) AS sql_b

ON a = b) as sql_c

WHERE a IS NULL

Most are gui1 clones.

I wonder where this error comes from.

Change History (4)

comment:1 by anonymous, 17 years ago

Cc: None added
Component: administrationinstallation
Keywords: None added
Priority: majortrivial
Summary: strange error in gui_wms tableNone
Type: defectrefactoring
Version: 2.4.1

comment:2 by christoph, 17 years ago

Component: installationadministration
Priority: trivialmajor
Summary: Nonestrange error in gui_wms table
Type: refactoringdefect
Version: 2.4.1

comment:3 by christoph, 17 years ago

Resolution: invalid
Status: newclosed

comment:4 by christoph, 17 years ago

Milestone: 2.4.2 and older releases
Note: See TracTickets for help on using tickets.