GNOME Bugzilla – Bug 326325
semicolon in text causes errors.
Last modified: 2006-05-10 10:00:16 UTC
A query such as this UPDATE contacts SET name_first = 'Murray;' WHERE contact_id = 0 produces an eror such as: ERROR: unterminated quoted string at or near "'Murray" at character 34 However, the same query is fine inside the psql command-line tool, or from pgadmin3.
*** This bug has been marked as a duplicate of 131040 ***