<div dir="ltr"><div><div><div>I am in the midst of doing major refactoring of adodbapi.  One of the fixes I recently included was a patch so that UUID fields do not get truncated. That patch is in, but it made me start thinking:<br>

<br></div>   When I read in data from decimal, money and date-time columns, I return those as instances of the appropriate Python class: decimal or datetime.  <br></div><br>This is a survey -- please give your opinion:<br>

<br>  Should I also be treating columns of "adGUID" data specially by returning them as instances of class "uuid", rather than as raw byte streams?<br>--<br></div>Vernon Cole<br><br></div>