fixed in trunk

On Dec 7, 11:06 am, ron_m <ron.mco...@gmail.com> wrote:
> Perfect now except this ticket as far as my app is concerned testing
> against new dal
>
> 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 4255, in
> select
>     return self.db._adapter.select(self.query,fields,attributes)
>   File "/home/camcentral/Dev/web2py_hg/gluon/sql.py", line 950, in
> select
>     key = self._uri + '/' + query
> AttributeError: 'PostgreSQLAdapter' object has no attribute '_uri'
>
> Line 950 replace self._uri with self.uri
>
> and it works for me.
>
> I will keep testing as you move forward if you like, not a problem for
> me to spend some time on it. I have both PostgreSQL and MySQL
> installed with a live database modeling the production system I am
> building.
>
> Ron

Reply via email to