]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Parse NOT NULL for MySQL generated columns
authorGeorg Wicke-Arndt <georg.wicke@rwth-aachen.de>
Mon, 22 Jan 2024 15:22:43 +0000 (10:22 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Jan 2024 15:21:57 +0000 (10:21 -0500)
commit14f30b85c7bea7839111bbe54576b290457e3a8d
treeb618b97c6380b88c480121515784f5785a224dd5
parent9fe5f4fcf2f36e35c7a6865bbaa29dc05617d01e
Parse NOT NULL for MySQL generated columns

Fixed issue where NULL/NOT NULL would not be properly reflected from a
MySQL column that also specified the VIRTUAL or STORED directives.  Pull
request courtesy Georg Wicke-Arndt.

Fixes: #10850
Closes: #10851
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/10851
Pull-request-sha: fb9a81020c393231ca90a1e88342b11cf64414a1

Change-Id: I9a80d0db722c15682e18f0390a7b58e5979e73a1
doc/build/changelog/unreleased_20/10850.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/reflection.py
test/dialect/mysql/test_reflection.py
test/requirements.py