summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
diff options
context:
space:
mode:
authorlizraeli <leo2002b@yahoo.com>2019-10-28 15:33:41 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-10-28 16:04:29 -0400
commit997f4b5f2b3b4725de0960824e95fcb1150ff215 (patch)
tree1fb16c9d6c479d72a7a34c9f721678a1bbf32d5d /lib/sqlalchemy/sql/compiler.py
parentec5e4f3543cc2896c83c5854cc5c39a80cc11b2f (diff)
downloadsqlalchemy-997f4b5f2b3b4725de0960824e95fcb1150ff215.tar.gz
Correctly interpret None passed to query.get(); warn for empty PK values
A warning is emitted if a primary key value is passed to :meth:`.Query.get` that consists of None for all primary key column positions. Previously, passing a single None outside of a tuple would raise a ``TypeError`` and passing a composite None (tuple of None values) would silently pass through. The fix now coerces the single None into a tuple where it is handled consistently with the other None conditions. Thanks to Lev Izraelit for the help with this. Fixes #4915 Closes: #4917 Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/4917 Pull-request-sha: b388343c7cabeecf8c779689b78e638c23f9af40 Change-Id: Ibc6c27ccf50dfd4adbf15b6dbd393115c30d44fb
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
0 files changed, 0 insertions, 0 deletions