Opened 16 years ago
Closed 16 years ago
#435 closed defect (fixed)
SQL-Export of GUI elements, emty null-Values
Reported by: | frankjaeger | Owned by: | marc |
---|---|---|---|
Priority: | minor | Milestone: | 2.6 release |
Component: | administration | Version: | 2.5.1 |
Keywords: | Export NULL | Cc: |
Description
admin2_de: "GUI-Elemente editieren", gui="gui1", Element="popup" Button SQL, Output=
INSERT INTO gui_element(.....,NULL NULL NULL ,....);
Keine Werte für "e_top" und "e_height" enthalten. Zwischen den Kommas fehlt "NULL".
Change History (4)
comment:1 by , 16 years ago
Summary: | SQL-Export auf GUI elements, emty null-Values → SQL-Export of GUI elements, emty null-Values |
---|
comment:2 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Beim erzeugen des SQL wird jedes Element aus der Datenbank ausgelesen, und dann in ein INSERT INTO statement umgewandelt.
Elemente ohne Inhalte werden durch ,NULL , ersetzt.
Sollten nun mehrere Elemente aufeinander mit leerem Inhalt folgen, wird nur jedes 2. Element ersetzt.
so sollte es jetzt klappen: http://trac.osgeo.org/mapbender/changeset/3940/branches/2.6/http/php/mod_exportElement.php
* set to fixed
comment:3 by , 16 years ago
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
- set to fixed (changes where made in Mapbender 2.6 and trunk)
Das doppelte Komma im SQL wurde als WIKI-Formatierung interpretiert. Der SQL-Output wird daher falsch dargestellt.