]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
use a text() for sqlite_where, not str
authorTobias Pfeiffer <tgp@preferred.jp>
Tue, 15 Nov 2022 09:47:34 +0000 (18:47 +0900)
committerTobias Pfeiffer <tgp@preferred.jp>
Tue, 15 Nov 2022 09:47:34 +0000 (18:47 +0900)
commit0bd27506c49e9297f9cc156f45341298b811e833
tree1268c80fe8c84ca4f62fd9879d8bb392ec4a811a
parent6893ebe374b0141c5b534af850d39ac02a51b915
use a text() for sqlite_where, not str
lib/sqlalchemy/dialects/sqlite/base.py
test/dialect/test_sqlite.py