It fixes some problems introduced by new features in 1.69.1. It also includes: - db(...).select().as_dict() - Experimental distributed transactions with mysql, postgresql and firebird - Improved validators - ability to call wsgi apps from actions
def index(): return somewsgiapp (request.wsgi.environ,request.wsgi.start_response) and to apply wsgi middleware to normal web2py actions @request.wsgi.middleware(somewsgimiddleware,someother) def index(): return 'hello world' Please report any error. Thanks to Mr Freeze, Thadeus and Jonathan for help. Happy Halloween to everybody. Massimo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---