Added missing frame info
On Saturday, May 6, 2023 at 3:51:43 PM UTC-7 Dave S wrote:
Why does this
-
*File
C:\Users\Dave\web2py_src\web2py_src-2.22.5\web2py\gluon\packages\dal\pydal\adapters\base.py
in _select_aux at line 865* code arguments variables
Function argument list
(self=<pydal.adapters.sqlite.SQLite object>, sql='SELECT "badlist"."id",
"badlist"."burl", "badlis...LL)> ORDER BY "badlist"."tags",
"badlist"."burl";', fields=[<pydal.objects.Field object>,
<pydal.objects.Field object>, <pydal.objects.Field object>,
<pydal.objects.Field object>], attributes={'orderby':
<pydal.objects.Expression object>}, colnames=['badlist.id',
'badlist.burl', 'badlist.tags', 'badlist.PostDate'])
-
turn into this?
-
*File
C:\Users\Dave\web2py_src\web2py_src-2.22.5\web2py\gluon\packages\dal\pydal\adapters\base.py
in _select_aux_execute at line 859* code arguments variables
Function argument list
(self=<pydal.adapters.sqlite.SQLite object>, sql='SELECT "badlist"."id",
"badlist"."burl", "badlis...LL)> ORDER BY "badlist"."tags",
"badlist"."burl";')
The relevant controller code is
r = db(db.badlist.PostDate != None)
rows=db(r).select(orderby=db.badlist.tags|db.badlist.burl)
The exception is
File
"C:\Users\Dave\web2py_src\web2py_src-2.22.5\web2py\gluon\packages\dal\pydal\adapters\base.py",
line 468, in execute
rv = self.cursor.execute(command, *args[1:], **kwargs)
sqlite3.OperationalError: near "<": syntax error
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/web2py/d82b85b9-8ec9-4cb9-807b-a3b364cec75en%40googlegroups.com.