PGAccess and apostrophes... - Mailing list pgsql-bugs

From Ryan Grange
Subject PGAccess and apostrophes...
Date
Msg-id 20020331172305.PUQG18443.lakemtao02.cox.net@there
Whole thread Raw
List pgsql-bugs
Inserting text with an apostrophe fails.  Updating a record after it's
initial creation works fine.

PGAccess version: 0.98.7 (as included with Mandrake 8.2).

file: pgaccess/lib/tables.tcl
fixed lines: 547-548...
546:  lappend PgAcVar(mw,$wn,newrec_fields) "\"$fld\""
547:  regsub -all {'} $fldval '' fldvalfixed
548:  lappend PgAcVar(mw,$wn,newrec_values) '$fldvalfixed'
549:  # Remove the untouched tag from the object

pgsql-bugs by date:

Previous
From: "Konrad Gdowski"
Date:
Subject: date function 'age' problem
Next
From: Jie Liang
Date:
Subject: pg_dump bug