That bug was due to web2py and is not fixed in trunk but he seems to have another issue and I cannot quite et to the bottom of it. http://code.google.com/p/web2py/issues/detail?id=976
On Tuesday, 4 September 2012 16:56:50 UTC-5, Mariano Reingart wrote: > > 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]<javascript:>> > 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] <javascript:>) ORDER BY > > auth_user.idLIMIT 1 OFFSET > > 0; > > > > The simple quotes are missing. > > > > > > Thanks, > > > > Bogdan > > > > -- > > > > > > > --

