|
From: SourceForge.net <no...@so...> - 2009-07-08 09:02:03
|
Bugs item #2818412, was opened at 2009-07-08 08:41 Message generated for change (Tracker Item Submitted) made by chantal_petit You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=800696&aid=2818412&group_id=156665 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Chantal Petit (chantal_petit) Assigned to: prugniel (prugniel) Summary: bug in interc - option 6 - 3 Initial Comment: interc - option 6 - 3 (manage - search designation) SELECT value FROM "metahl51165_table1" WHERE field='i'mag' AND name='width' Postgres reported ERROR! PLEINPOT: Bad memory reference... (SIGSEGV) The problem is the ' in the field i'mag. The query should be : SELECT value FROM "metahl51165_table1" WHERE field='i\'mag' AND name='width' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=800696&aid=2818412&group_id=156665 |