]> 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:44:08 +0000 (09:44 -0400)
commit09b70d72f555ba7f9dc731e60bf104d451bbd257
tree3fc9194e5249922258713d4667603efcf991b4bc
parent6b222d772400500ca7efbb02350bb6d8608f6bf1
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
(cherry picked from commit d689e465edf11308b0efba018aa84c3d79ccbaab)
doc/build/changelog/unreleased_20/12566.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/sqlite/base.py
test/dialect/test_sqlite.py