latest version of DBUtils has new api

Bug #122112 reported by Aaron Swartz
2
Affects Status Importance Assigned to Milestone
web.py
Fix Released
High
Anand Chitipothu

Bug Description

Antoine writes:

Using the latest version from DbUtils it seems the line
db.py
285: globals()['db'] = PooledDB(dbapi=db, **keywords)

has to be updated to :
285: globals()['db'] = PooledDB(creator=db, **keywords)

Aaron Swartz (aaronsw)
Changed in webpy:
importance: Undecided → High
Revision history for this message
Anand Chitipothu (anandology) wrote :

It is changed in DBUtils 0.9.3.

Changed in webpy:
assignee: nobody → anandology
status: New → In Progress
Revision history for this message
Anand Chitipothu (anandology) wrote :

web.py now works with both older and newer versions of DBUtils.

Changed in webpy:
status: In Progress → Fix Committed
Changed in webpy:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.