On Fri, Jul 06, 2007 at 01:55:19PM -0600, Brian Cole wrote:
> --- mysql/mysqlconnection.py    (revision 2730)
> +++ mysql/mysqlconnection.py    (working copy)
> @@ -254,6 +254,8 @@
>              return col.DateCol, {}
>          elif t.startswith('timestamp'):
>              return col.TimestampCol, {}
> +        elif t.startswith('time'):
> +            return col.TimeCol, {}

   Applied and committed in the revisions 2740-2744. Thank you!

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to