[web2py] PostgreSQL lower case id seq values

2013-12-05 Thread Alan Etkin
(translated from a message of Martin Miranda to web2py-usuarios) ... After upgrading to web2py 2.8.2-stable+timestamp.2013.11.28.13.54.07 my app throws the following error: class 'psycopg2.ProgrammingError'(relation testSeq_id_seq does not exist LINE 1: select currval('testSeq_id_seq') ^ )

Re: [web2py] PostgreSQL lower case id seq values

2013-12-05 Thread Michele Comitini
Test with trunk. We have done some improvements about case sensitivity. And now lastval() is used in place of curval() i.e. safer and faster. 2013/12/5 Alan Etkin spame...@gmail.com (translated from a message of Martin Miranda to web2py-usuarios) ... After upgrading to web2py