PGAccess and apostrophes...

From: Ryan Grange <ryangrange(at)cox(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: PGAccess and apostrophes...
Date: 2002-03-31 17:05:57
Message-ID: 20020331172305.PUQG18443.lakemtao02.cox.net@there
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-bugs by date

  From Date Subject
Next Message Konrad Gdowski 2002-03-31 22:22:48 date function 'age' problem
Previous Message Tom Lane 2002-03-29 14:52:44 Re: Bug #627: