Hello. I have problem with the table named 'user': * psycopg.ProgrammingError: ERROR: syntax error at or near "user" LINE 1: INSERT INTO user (id, last_name, country_id, city, registrat... ^ INSERT INTO user (id, last_name, country_id, city, registration_date, first_name, phone, personal_info, profile_title, skype, birth_day, is_blocked, nickname, login, yid, jid, password, middle_name, gender, region, msn, avatar, icq, email) VALUES (1, '', NULL, '', '2007-06-26 06:34:47', '', '', '', '', '', NULL, 'f', '', 'negus', '', '', 'swordfish', '', '', '', '', '', '', ' [EMAIL PROTECTED]')*
It's because this table name 'user' have to be quoted in the SQL query to avoid conflicts. How to do that with SQLObject? Thanks. -- http://perceivingreality.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
