| | 95 | This error occurs when looking at the gis_location table in Appadmin (Raw DB access) on a sqlite version with data there: |
| | 96 | {{{ |
| | 97 | Traceback (most recent call last): |
| | 98 | File "C:\Bin\web2py\gluon\restricted.py", line 186, in restricted |
| | 99 | exec ccode in environment |
| | 100 | File "C:\Bin\web2py\applications\eden/views\admin/appadmin.html", line 277, in <module> |
| | 101 | File "C:\Bin\web2py\gluon\sqlhtml.py", line 1175, in __init__ |
| | 102 | r = field.represent(r) |
| | 103 | File "C:\Bin\web2py\applications\eden\modules\widgets.py", line 589, in represent |
| | 104 | row = db(link_table.id == id).select() |
| | 105 | File "C:\Bin\web2py\gluon\sql.py", line 2546, in __eq__ |
| | 106 | return Query(self, '=', value) |
| | 107 | File "C:\Bin\web2py\gluon\sql.py", line 2988, in __init__ |
| | 108 | right = sql_represent(right, left.type, left._db._dbname, left._db._db_codec) |
| | 109 | File "C:\Bin\web2py\gluon\sql.py", line 553, in sql_represent |
| | 110 | return str(int(obj)) |
| | 111 | ValueError: invalid literal for int() with base 10: 'name_l10n' |
| | 112 | }}} |