alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

dal.py: 'import db as gae' needs to be move in FRONT of class NoSQLAdapter(BaseAdapter) #178

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From dly...@gmail.com on February 06, 2011 04:59:50

What steps will reproduce the problem? 1. Run a web2py application on GAE

  1. Exception will occur on some db operations 3. What is the expected output? What do you see instead? Exception Please provide any additional information below. In dal.py, Move lines 2474 to 2482 to be in front of class NoSQLAdapter(BaseAdapter) because line 2337 uses gae: "if isinstance(fieldtype, gae.Property):"

Original issue: http://code.google.com/p/web2py/issues/detail?id=180

alfonsodg commented 10 years ago

From massimo....@gmail.com on February 06, 2011 07:44:04

Thanks for reporting this problem.

Status: Fixed