Re: Weird problem with writing to PostgreSQL through DBI

2003-01-29 Thread Ben Siders
1a0' it works jsut fine. The field is just text. Why does one random string work and another fail? -------------------- Subject: Weird problem with writing to PostgreSQL through DBI From: Ben Siders <[EMAIL PROTECTED]> Date: Wed, 29 Jan 2003 14:35:30 -0600 To: [EMAIL PROTEC

Weird problem with writing to PostgreSQL through DBI

2003-01-29 Thread Ben Siders
I am parsing some XML and trying to write the tags to a table. Here is the table (PostgreSQL): Column | Type | Modifiers ---+-+--- id| integer | ref_id| text| ref_table | text| tag | text| seq | integer | Here is the code where I