From: Rob Brown-B. <ro...@zo...> - 2003-07-29 20:39:27
|
Hi, Running the following SQL via pypgsql: INSERT INTO "songs" ("p_key", "title", "artist", "date", "album", "tracknumber", "time", "file") VALUES ("ea0e89f596619af1837f424c0767ffd9", "Sugar Mountain", "Neil Young", "1979", "Live Rust", "1", "302.226666667", "/oggs/Neil_Young-Sugar_Mountain.ogg"); I get this error: Execute failed ERROR: Attribute 'ea0e89f596619af1837f424c0767ffd' not found Rolling back a transacton followed by this: libpq.Warning: NOTICE: identifier "ea0e89f596619af1837f424c0767ffd9" will be truncated to "ea0e89f596619af1837f424c0767ffd" the p_key column is a varchar with a length of 64, and if I cut and paste the SQL string into phpPgAdmin it inserts without a problem. Any clues? -- * Rob Brown-Bayliss * ================= * zoism.org |