Pages

Monday, June 16, 2014

More functions & session error corrected

The cdbfunctions.py module was updated to include another function for inserting new visits, and two functions for updating a household and an individual's records.

Since this module contains "helper" functions for the another module, it was using the current session, but had no way of accessing the current session, so this was fixed by adding the session as another argument to each insert/update function.

No comments:

Post a Comment