Skip to content

'MyOracleAdapter' object has no attribute 'parsemap' #1

@hilam

Description

@hilam

After upgrade web2py with version 2.9:

Traceback (most recent call last):
File "/opt/web2py/gluon/restricted.py", line 221, in restricted
exec ccode in environment
File "/opt/web2py/applications/codepe/controllers/protocolo.py", line 141, in
File "/opt/web2py/gluon/globals.py", line 389, in
self._caller = lambda f: f()
File "/opt/web2py/applications/codepe/controllers/protocolo.py", line 75, in protocolos
protocolos = suapdb(query).select()
File "/opt/web2py/gluon/dal.py", line 10691, in select
return adapter.select(self.query, fields, attributes)
File "/opt/web2py/gluon/dal.py", line 1888, in select
return self._select_aux(sql, fields, attributes)
File "/opt/web2py/gluon/dal.py", line 1869, in _select_aux
return processor(rows, fields, self._colnames, cacheable=cacheable)
File "/opt/web2py/gluon/dal.py", line 2287, in parse
fields[j].type, blob_decode)
File "/opt/web2py/gluon/dal.py", line 2102, in parse_value
return self.parsemap[key](value, field_type)
AttributeError: 'MyOracleAdapter' object has no attribute 'parsemap'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions