And now is all ok, thank You, Massimo.

On 21 Paź, 16:03, Massimo Di Pierro <massimo.dipie...@gmail.com>
wrote:
> typo in last commit. fixed now in trunk
>
> On Oct 21, 5:16 am, brushek <luk...@chrustek.net> wrote:
>
>
>
>
>
>
>
> > On 21 Paź, 04:33, Massimo Di Pierro <massimo.dipie...@gmail.com>
> > wrote:
>
> > > This is not fixed in trunk. Please check it.
>
> > I don't know if You realy want to write is 'not fixed', but.. yes,
> > this not fixed, but error is diffrent right now.
> > Version of web2py:
>
> > Version 1.99.3 (2011-10-20 22:43:34) dev
>
> > Traceback (most recent call last):
> >   File "/home/users/brushek/web2py/gluon/restricted.py", line 192, in
> > restricted
> >     exec ccode in environment
> >   File "/home/users/brushek/web2py/applications/test/controllers/
> > default.py", line 72, in <module>
> >   File "/home/users/brushek/web2py/gluon/globals.py", line 149, in
> > <lambda>
> >     self._caller = lambda f: f()
> >   File "/home/users/brushek/web2py/applications/test/controllers/
> > default.py", line 34, in user
> >     return dict(form=auth())
> >   File "/home/users/brushek/web2py/gluon/tools.py", line 1130, in
> > __call__
> >     return getattr(self,args[0])()
> >   File "/home/users/brushek/web2py/gluon/tools.py", line 1648, in
> > login
> >     user = self.db(table_user[username] ==
> > form.vars[username]).select().first()
> >   File "/home/users/brushek/web2py/gluon/dal.py", line 5777, in select
> >     return self.db._adapter.select(self.query,fields,attributes)
> >   File "/home/users/brushek/web2py/gluon/dal.py", line 1264, in select
> >     sql = self._select(query, fields, attributes)
> >   File "/home/users/brushek/web2py/gluon/dal.py", line 1651, in
> > _select
> >     sql = super(SQLiteAdapter, self)._select(query, fields,
> > attributes)
> >   File "/home/users/brushek/web2py/gluon/dal.py", line 1178, in
> > _select
> >     if self.can_select_with_update is False and for_update is True:
> > AttributeError: 'SQLiteAdapter' object has no attribute
> > 'can_select_with_update'

Reply via email to