|
Clone Information
|
Previously, I have contributed some patches to web2py about error snapshots, debugger, extract_pgsql_models, contrib modules and other minor fixes. I make this clone to further arrange my web2py expected development branches: Roadmap- enhance embedd interactive debugger (show source code and enable breakpoints) using qdb DONE
- branch web2py-py3k: web2py under python3 proof concept DONE
- branch pg8000: support pure-python connector DONE
- error snapshots and request/response inspection (aka "debug-bar") seems to be developed in response.toolbar()
- parametrized queries support (dbapi.paramstyle)
- postgresql-specific tweaks like using "returning", unlogged tables (for sessions)
- surrogate keys (id) removal: keyed and normal table unification
- two-phase migrations (create table/alter constranints) and fixtures support
- database locking semantics: select_for_update and lock being done by Johnatan
- bussines rules: stored procedures and functions support (plpython)
- enhancing dal expressiveness for outer/cross joins and subqueries
- .py views (better error messages on views and easier support for binary data)
- minor issues
|