]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix get_columns sqlite reflection rejecting tables with WITHOUT_ROWID and/or STRICT... 12865/head
authorTip ten Brink <75669206+tiptenbrink@users.noreply.github.com>
Mon, 15 Sep 2025 12:52:37 +0000 (14:52 +0200)
committerTip ten Brink <75669206+tiptenbrink@users.noreply.github.com>
Mon, 15 Sep 2025 12:52:37 +0000 (14:52 +0200)
commit833420afc72f1918a9ca315209ce6664a18ba07f
treec6258edf3cc65849dc47d082106a9400f8c1f35c
parent13f569fd615485c50e07f211e37e45d749ccc40d
Fix get_columns sqlite reflection rejecting tables with WITHOUT_ROWID and/or STRICT for generated column case
lib/sqlalchemy/dialects/sqlite/base.py
test/dialect/test_sqlite.py