]> 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:22:47 +0000 (10:22 -0500)
commitbc460b34c2f5a532fefb327ab790b31c1b6220bd
tree597c5b9e84d2f03b487620b7ed2882d6625aecaa
parent8724111b526196d61a3233ece7303252750bcba6
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
(cherry picked from commit 14f30b85c7bea7839111bbe54576b290457e3a8d)
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