Hi Bogdan: It is strange, could you post some code to reproduce the issue? Can you confirm this happens only with the pg8000 driver? If so, please if you can move this to the pg8000 project site:
https://code.google.com/p/pg8000/issues/entry Best regards, Mariano Reingart http://www.sistemasagiles.com.ar http://reingart.blogspot.com On Tue, Sep 4, 2012 at 1:47 PM, Bogdan Buneci <[email protected]> wrote: > Hi there, > > I tried to use postgresql driver pg8000 with postgresql-9.1 but registration > of a new user in the app failed with this error. > > <class 'gluon.contrib.pg8000.errors.ProgrammingError'> ('ERROR', '42703', > 'column "email_field" does not exist') > > the sql query that failed: > > 2012-09-04 19:33:48 EEST ERROR: column "email_field" does not exist at > character 227 > > 2012-09-04 19:33:48 EEST STATEMENT: SELECT auth_user.id, > auth_user.first_name, auth_user.last_name, auth_user.email, > auth_user.password, auth_user.registration_key, > auth_user.reset_password_key, auth_user.registration_id FROM auth_user WHERE > (auth_user.email = [email protected]) ORDER BY auth_user.id LIMIT 1 OFFSET > 0; > > The simple quotes are missing. > > > Thanks, > > Bogdan > > -- > > > --

