Re: Quoting table names with SQLObject+PostgreSQL

2007-07-07 Thread [EMAIL PROTECTED]
Well, I wouldn't ask this question if I could find the solution in documentation. -- I think that SQLAlchemy is too esoteric for simple projects. On 26 июн, 11:16, "Max Ischenko" <[EMAIL PROTECTED]> wrote: > Check SQLObject docs or google for it. There is a way, althought I don't > remember off

Re: Quoting table names with SQLObject+PostgreSQL

2007-06-26 Thread Max Ischenko
On 6/26/07, Konstantin Alexandrov <[EMAIL PROTECTED]> wrote: > > 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

Quoting table names with SQLObject+PostgreSQL

2007-06-25 Thread Konstantin Alexandrov
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, pro