Files
sqlalchemy/test/dialect
Mike Bayer 21870c7503 - [bug] Adjusted the regexp used in the
mssql.TIME type to ensure only six digits
    are received for the "microseconds" portion
    of the value, which is expected by
    Python's datetime.time().  Note that
    support for sending microseconds doesn't
    seem to be possible yet with pyodbc
    at least.  [ticket:2340]
2012-01-22 19:17:21 -05:00
..