]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cdrel_custom: fix SQLite compatibility for versions < 3.20.0
authorphoneben <3232963@gmail.com>
Tue, 21 Apr 2026 20:13:54 +0000 (23:13 +0300)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 22 Apr 2026 19:03:29 +0000 (19:03 +0000)
commit48e82dec45d900b12a22e7a66bc06bd9a99c82cd
tree9a96da1a7534fb525db588690757cf26436ea187
parent4b9ef3f5e21e50b0a57914f504b212ede34b9963
cdrel_custom: fix SQLite compatibility for versions < 3.20.0

cdrel_custom: fix SQLite compatibility for versions < 3.20.0

Replace sqlite3_prepare_v3 + SQLITE_PREPARE_PERSISTENT with a version-guarded fallback to sqlite3_prepare_v2 for older SQLite builds.

Resolves: #1885
res/cdrel_custom/config.c