]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Adjusted the regexp used in the
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Jan 2012 00:17:21 +0000 (19:17 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Jan 2012 00:17:21 +0000 (19:17 -0500)
commit21870c750302704890f5fc7a4e15c7e27c3e512f
tree2227f81e9689a022b22b29c60d6644ec9dcc9a2c
parent82e4bc2f52f2d420842819d0ffe548ca968bf54e
  - [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]
CHANGES
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/test_mssql.py