]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- A descriptive ValueError is now raised in the event that SQL server
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Nov 2015 17:19:26 +0000 (12:19 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Nov 2015 17:19:26 +0000 (12:19 -0500)
commit03a3b5ffd3027c79ce9b17b9388fd074e69b889d
tree72834b6bc48c6e2435cd745317c30cad023080b0
parent8145100da43381007e8683373b3f82fb8c21df86
- A descriptive ValueError is now raised in the event that SQL server
returns an invalid date or time format from a DATE or TIME
column, rather than failing with a NoneType error.  Pull request
courtesy Ed Avis.
pullreq github:206
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/mssql/test_types.py