]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix sqlite localtimestamp function
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 May 2025 13:43:29 +0000 (09:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 May 2025 13:43:29 +0000 (09:43 -0400)
commitd689e465edf11308b0efba018aa84c3d79ccbaab
tree61f876af3ed553824002613a6956d9e83c61c21d
parentf3e0bbb2bc4302ddcfd5ddbf30a845366af9f88d
fix sqlite localtimestamp function

Fixed and added test support for a few SQLite SQL functions hardcoded into
the compiler most notably the "localtimestamp" function which rendered with
incorrect internal quoting.

Fixes: #12566
Change-Id: Id5bd8dc7841f0afab7df031ba5c0854dab845a1d
doc/build/changelog/unreleased_20/12566.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/sqlite/base.py
test/dialect/test_sqlite.py