Closed alfonsodg closed 10 years ago
From danil.m...@gmail.com on August 10, 2009 09:47:51
While running withing GAE devserver, errors occur, because DALStorage, SQLCallableList are undefined in gql.py. Adding this row fixes this: from memdb import DALStorage, SQLCallableList
Original issue: http://code.google.com/p/web2py/issues/detail?id=46
From massimod...@gmail.com on August 11, 2009 05:25:04
Please check it anayway.
Status: Fixed
From danil.m...@gmail.com on August 10, 2009 09:47:51
While running withing GAE devserver, errors occur, because DALStorage, SQLCallableList are undefined in gql.py. Adding this row fixes this: from memdb import DALStorage, SQLCallableList
Original issue: http://code.google.com/p/web2py/issues/detail?id=46