mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
This commit is contained in:
parent
aa0f056a00
commit
a7551247e7
10 changed files with 435 additions and 1 deletions
|
|
@ -3605,6 +3605,12 @@ dnl hence CPPFLAGS instead of CFLAGS.
|
|||
[have_sqlite3_load_extension=yes],
|
||||
[have_sqlite3_load_extension=no]
|
||||
)
|
||||
AC_CHECK_LIB([sqlite3], [sqlite3_serialize], [
|
||||
AC_DEFINE(
|
||||
[PY_SQLITE_HAVE_SERIALIZE], [1],
|
||||
[Define if SQLite was compiled with the serialize API]
|
||||
)
|
||||
])
|
||||
], [
|
||||
have_supported_sqlite3=no
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue