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
--