MS SQL Server support
Bug #235525 reported by
Kiran Jonnalagadda
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
web.py |
Fix Released
|
Medium
|
Anand Chitipothu |
Bug Description
Web.py does not support MS SQL Server, but this is easily patched using the excellent PyMSSQL module from http://
I've attached a patch.
Changed in webpy: | |
assignee: | nobody → anandology |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in webpy: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I have added support for MSSQL in web.py development branch, which will be released as 0.3.
In 0.3, you need to use
db = web.database( dbn='mssql' , ...)
db.query(...)
instead of
web.select
see http:// webpy.org/ roadmap for proposed changes in 0.3.