]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixup: try_cast: v5
authorNick Crews <nicholas.b.crews@gmail.com>
Wed, 10 May 2023 16:07:46 +0000 (08:07 -0800)
committerNick Crews <nicholas.b.crews@gmail.com>
Wed, 10 May 2023 16:07:46 +0000 (08:07 -0800)
commit9f2a0e5f398ec75ac6a0d5d7f7e9083bd801f768
tree42dbeb5c201f6be417a059241fcab2f01af2a498
parent0370815d13615e5f4a777dd945374b92c0516490
fixup: try_cast: v5

- Tweak docs to be explicit that only MSSQL
  is currently supported.
- Update try_cast() docstring to better follow
the conventions of cast()
(and just be better in general)
- export try_cast from sql/__init__.py
doc/build/changelog/unreleased_20/9752.rst
lib/sqlalchemy/sql/__init__.py
lib/sqlalchemy/sql/_elements_constructors.py