Massimo, you nailed it for the sequence name problems. I tested almost
all of my app and got one more ticket.
Traceback (most recent call last):
File "/home/camcentral/Dev/web2py_hg/gluon/restricted.py", line 188,
in restricted
exec ccode in environment
File "/home/camcentral/Dev/web2py_hg/applications/ccims/views/live/
menu.html", line 118, in <module>
File "/home/camcentral/Dev/web2py_hg/gluon/sql.py", line 4171, in
select
return self.db._adapter.select(self.query,fields,attributes)
File "/home/camcentral/Dev/web2py_hg/gluon/sql.py", line 951, in
select
key = self._uri + '/' + query
AttributeError: 'PostgreSQLAdapter' object has no attribute '_uri'
Changed line 951 self._uri to self.uri and I can't make the
application break any more so far. I believe it was my one cached item
in the application.
Ron
On Dec 6, 7:08 pm, mdipierro <[email protected]> wrote:
> I think I fixed the problem with sequence name. Please check.
>
> On Dec 6, 8:45 pm, ron_m <[email protected]> wrote:
>