[python-win32] survey question: should data from database columns of type adGUID be returned as instances of class uuid?

2013-04-14 Thread Vernon D. Cole
I am doing a major update to adodbapi, and have an ideal opportunity to add a new feature ... but I want to see whether it is a desirable feature... When reading data from database columns of decimal or date-time data, I return them to the user as Python decimal.decimal or datetime.datetime

Re: [python-win32] survey question: should data from database columns of type adGUID be returned as instances of class uuid?

2013-04-14 Thread Aahz
On Sun, Apr 14, 2013, Vernon D. Cole wrote: I am doing a major update to adodbapi, and have an ideal opportunity to add a new feature ... but I want to see whether it is a desirable feature... When reading data from database columns of decimal or date-time data, I return them to the user as