jasonfan commited on
Commit
ba7272b
·
verified ·
1 Parent(s): 150017d

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/info/recipe/meta.yaml.template +57 -0
  2. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/info/test/run_test.py +6 -0
  3. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/info/test/run_test.sh +10 -0
  4. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/info/test/test_time_dependencies.json +1 -0
  5. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/INSTALLER +1 -0
  6. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/METADATA +105 -0
  7. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/RECORD +21 -0
  8. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/REQUESTED +0 -0
  9. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/WHEEL +5 -0
  10. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/direct_url.json +1 -0
  11. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/licenses/LICENSE +3 -0
  12. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/licenses/LICENSE.APACHE2 +202 -0
  13. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/licenses/LICENSE.MIT +20 -0
  14. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/top_level.txt +1 -0
  15. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio/__init__.py +17 -0
  16. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio/_impl.py +95 -0
  17. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio/_tests/__init__.py +0 -0
  18. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio/_tests/test_sniffio.py +84 -0
  19. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio/_version.py +3 -0
  20. miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio/py.typed +0 -0
  21. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/include/sqlite3.h +0 -0
  22. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/include/sqlite3ext.h +730 -0
  23. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/about.json +178 -0
  24. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/files +8 -0
  25. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/git +0 -0
  26. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/has_prefix +1 -0
  27. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/hash_input.json +14 -0
  28. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/index.json +19 -0
  29. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/licenses/LICENSE.md +6 -0
  30. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/paths.json +55 -0
  31. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/recipe/LICENSE.md +6 -0
  32. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/recipe/bld.bat +31 -0
  33. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/recipe/build.sh +45 -0
  34. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/recipe/conda_build_config.yaml +36 -0
  35. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/recipe/expose_symbols.patch +28 -0
  36. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/recipe/meta.yaml +91 -0
  37. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/recipe/meta.yaml.template +83 -0
  38. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/repodata_record.json +26 -0
  39. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/run_exports.json +1 -0
  40. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/test/run_test.sh +16 -0
  41. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/test/test_time_dependencies.json +1 -0
  42. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/lib/pkgconfig/sqlite3.pc +13 -0
  43. miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/share/man/man1/sqlite3.1 +181 -0
  44. miniconda3/pkgs/sqlite-3.51.2-h3e8d24a_0/include/sqlite3.h +0 -0
  45. miniconda3/pkgs/sqlite-3.51.2-h3e8d24a_0/include/sqlite3ext.h +730 -0
  46. miniconda3/pkgs/sqlite-3.51.2-h3e8d24a_0/info/about.json +169 -0
  47. miniconda3/pkgs/sqlite-3.51.2-h3e8d24a_0/info/files +8 -0
  48. miniconda3/pkgs/sqlite-3.51.2-h3e8d24a_0/info/git +0 -0
  49. miniconda3/pkgs/sqlite-3.51.2-h3e8d24a_0/info/has_prefix +1 -0
  50. miniconda3/pkgs/sqlite-3.51.2-h3e8d24a_0/info/hash_input.json +14 -0
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/info/recipe/meta.yaml.template ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {% set name = "sniffio" %}
2
+ {% set version = "1.3.1" %}
3
+
4
+ package:
5
+ name: {{ name|lower }}
6
+ version: {{ version }}
7
+
8
+ source:
9
+ url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
10
+ sha256: f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc
11
+
12
+ build:
13
+ number: 0
14
+ skip: true # [py<37]
15
+ script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --ignore-installed --no-cache-dir -vv
16
+
17
+ requirements:
18
+ host:
19
+ - pip
20
+ - python
21
+ - setuptools >=64
22
+ - setuptools-scm >=6.4
23
+ run:
24
+ - python
25
+
26
+ {% set deselect_tests = "" %}
27
+ # E OSError: [WinError 10022] An invalid argument was supplied
28
+ {% set deselect_tests = deselect_tests + " --deselect=test_sniffio.py::test_curio" %} # [win and py<312]
29
+
30
+ test:
31
+ imports:
32
+ - sniffio
33
+ - sniffio._tests
34
+ requires:
35
+ - pip
36
+ - pytest
37
+ - curio
38
+ commands:
39
+ - pip check
40
+ - python -c "from importlib.metadata import version; assert(version('{{ name }}')=='{{ version }}')"
41
+ - pytest --pyargs sniffio._tests {{ deselect_tests }}
42
+
43
+ about:
44
+ home: https://github.com/python-trio/sniffio
45
+ license: MIT OR Apache-2.0
46
+ license_file:
47
+ - LICENSE.APACHE2
48
+ - LICENSE.MIT
49
+ - LICENSE
50
+ license_family: Other
51
+ summary: Sniff out which async library your code is running under
52
+ doc_url: https://sniffio.readthedocs.io
53
+ dev_url: https://github.com/python-trio/sniffio
54
+
55
+ extra:
56
+ recipe-maintainers:
57
+ - nicoddemus
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/info/test/run_test.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ print("import: 'sniffio'")
2
+ import sniffio
3
+
4
+ print("import: 'sniffio._tests'")
5
+ import sniffio._tests
6
+
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/info/test/run_test.sh ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ set -ex
4
+
5
+
6
+
7
+ pip check
8
+ python -c "from importlib.metadata import version; assert(version('sniffio')=='1.3.1')"
9
+ pytest --pyargs sniffio._tests
10
+ exit 0
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/info/test/test_time_dependencies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["pytest", "pip", "curio"]
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/INSTALLER ADDED
@@ -0,0 +1 @@
 
 
1
+ conda
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/METADATA ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Metadata-Version: 2.4
2
+ Name: sniffio
3
+ Version: 1.3.1
4
+ Summary: Sniff out which async library your code is running under
5
+ Author-email: "Nathaniel J. Smith" <njs@pobox.com>
6
+ License: MIT OR Apache-2.0
7
+ Project-URL: Homepage, https://github.com/python-trio/sniffio
8
+ Project-URL: Documentation, https://sniffio.readthedocs.io/
9
+ Project-URL: Changelog, https://sniffio.readthedocs.io/en/latest/history.html
10
+ Keywords: async,trio,asyncio
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: Framework :: Trio
14
+ Classifier: Framework :: AsyncIO
15
+ Classifier: Operating System :: POSIX :: Linux
16
+ Classifier: Operating System :: MacOS :: MacOS X
17
+ Classifier: Operating System :: Microsoft :: Windows
18
+ Classifier: Programming Language :: Python :: 3 :: Only
19
+ Classifier: Programming Language :: Python :: Implementation :: CPython
20
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
21
+ Classifier: Intended Audience :: Developers
22
+ Classifier: Development Status :: 5 - Production/Stable
23
+ Requires-Python: >=3.7
24
+ Description-Content-Type: text/x-rst
25
+ License-File: LICENSE
26
+ License-File: LICENSE.APACHE2
27
+ License-File: LICENSE.MIT
28
+ Dynamic: license-file
29
+
30
+ .. image:: https://img.shields.io/badge/chat-join%20now-blue.svg
31
+ :target: https://gitter.im/python-trio/general
32
+ :alt: Join chatroom
33
+
34
+ .. image:: https://img.shields.io/badge/docs-read%20now-blue.svg
35
+ :target: https://sniffio.readthedocs.io/en/latest/?badge=latest
36
+ :alt: Documentation Status
37
+
38
+ .. image:: https://img.shields.io/pypi/v/sniffio.svg
39
+ :target: https://pypi.org/project/sniffio
40
+ :alt: Latest PyPi version
41
+
42
+ .. image:: https://img.shields.io/conda/vn/conda-forge/sniffio.svg
43
+ :target: https://anaconda.org/conda-forge/sniffio
44
+ :alt: Latest conda-forge version
45
+
46
+ .. image:: https://travis-ci.org/python-trio/sniffio.svg?branch=master
47
+ :target: https://travis-ci.org/python-trio/sniffio
48
+ :alt: Automated test status
49
+
50
+ .. image:: https://codecov.io/gh/python-trio/sniffio/branch/master/graph/badge.svg
51
+ :target: https://codecov.io/gh/python-trio/sniffio
52
+ :alt: Test coverage
53
+
54
+ =================================================================
55
+ sniffio: Sniff out which async library your code is running under
56
+ =================================================================
57
+
58
+ You're writing a library. You've decided to be ambitious, and support
59
+ multiple async I/O packages, like `Trio
60
+ <https://trio.readthedocs.io>`__, and `asyncio
61
+ <https://docs.python.org/3/library/asyncio.html>`__, and ... You've
62
+ written a bunch of clever code to handle all the differences. But...
63
+ how do you know *which* piece of clever code to run?
64
+
65
+ This is a tiny package whose only purpose is to let you detect which
66
+ async library your code is running under.
67
+
68
+ * Documentation: https://sniffio.readthedocs.io
69
+
70
+ * Bug tracker and source code: https://github.com/python-trio/sniffio
71
+
72
+ * License: MIT or Apache License 2.0, your choice
73
+
74
+ * Contributor guide: https://trio.readthedocs.io/en/latest/contributing.html
75
+
76
+ * Code of conduct: Contributors are requested to follow our `code of
77
+ conduct
78
+ <https://trio.readthedocs.io/en/latest/code-of-conduct.html>`_
79
+ in all project spaces.
80
+
81
+ This library is maintained by the Trio project, as a service to the
82
+ async Python community as a whole.
83
+
84
+
85
+ Quickstart
86
+ ----------
87
+
88
+ .. code-block:: python3
89
+
90
+ from sniffio import current_async_library
91
+ import trio
92
+ import asyncio
93
+
94
+ async def print_library():
95
+ library = current_async_library()
96
+ print("This is:", library)
97
+
98
+ # Prints "This is trio"
99
+ trio.run(print_library)
100
+
101
+ # Prints "This is asyncio"
102
+ asyncio.run(print_library())
103
+
104
+ For more details, including how to add support to new async libraries,
105
+ `please peruse our fine manual <https://sniffio.readthedocs.io>`__.
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/RECORD ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ sniffio-1.3.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
2
+ sniffio-1.3.1.dist-info/METADATA,sha256=iBHZyTWv8VlfclyAh1YCAYAuC_9f-RIosA6NxaMeABU,3793
3
+ sniffio-1.3.1.dist-info/RECORD,,
4
+ sniffio-1.3.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ sniffio-1.3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ sniffio-1.3.1.dist-info/direct_url.json,sha256=h4EYYmq5gkCXVmSjI4CiGYw50Tq7AXwPo3QAVDQSBkU,97
7
+ sniffio-1.3.1.dist-info/licenses/LICENSE,sha256=ZSyHhIjRRWNh4Iw_hgf9e6WYkqFBA9Fczk_5PIW1zIs,185
8
+ sniffio-1.3.1.dist-info/licenses/LICENSE.APACHE2,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
9
+ sniffio-1.3.1.dist-info/licenses/LICENSE.MIT,sha256=Pm2uVV65J4f8gtHUg1Vnf0VMf2Wus40_nnK_mj2vA0s,1046
10
+ sniffio-1.3.1.dist-info/top_level.txt,sha256=v9UJXGs5CyddCVeAqXkQiWOrpp6Wtx6GeRrPt9-jjHg,8
11
+ sniffio/__init__.py,sha256=9WJEJlXu7yluP0YtI5SQ9M9OTQfbNHkadarK1vXGDPM,335
12
+ sniffio/__pycache__/__init__.cpython-313.pyc,,
13
+ sniffio/__pycache__/_impl.cpython-313.pyc,,
14
+ sniffio/__pycache__/_version.cpython-313.pyc,,
15
+ sniffio/_impl.py,sha256=UmUFMZpiuOrcjnuHhuYiYMxeCNWfqu9kBlaPf0xk6X8,2843
16
+ sniffio/_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ sniffio/_tests/__pycache__/__init__.cpython-313.pyc,,
18
+ sniffio/_tests/__pycache__/test_sniffio.cpython-313.pyc,,
19
+ sniffio/_tests/test_sniffio.py,sha256=MMJZZJjQrUi95RANNM-a_55BZquA_gv4rHU1pevcTCM,2058
20
+ sniffio/_version.py,sha256=iVes5xwsHeRzQDexBaAhyx_taNt2ucfA7CWAo4QDt6Q,89
21
+ sniffio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/REQUESTED ADDED
File without changes
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/WHEEL ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/direct_url.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"dir_info": {}, "url": "file:///home/task_176432917442011/conda-bld/sniffio_1764329188237/work"}
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/licenses/LICENSE ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ This software is made available under the terms of *either* of the
2
+ licenses found in LICENSE.APACHE2 or LICENSE.MIT. Contributions to are
3
+ made under the terms of *both* these licenses.
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/licenses/LICENSE.APACHE2 ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/licenses/LICENSE.MIT ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ The MIT License (MIT)
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio-1.3.1.dist-info/top_level.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sniffio
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio/__init__.py ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Top-level package for sniffio."""
2
+
3
+ __all__ = [
4
+ "current_async_library",
5
+ "AsyncLibraryNotFoundError",
6
+ "current_async_library_cvar",
7
+ "thread_local",
8
+ ]
9
+
10
+ from ._version import __version__
11
+
12
+ from ._impl import (
13
+ current_async_library,
14
+ AsyncLibraryNotFoundError,
15
+ current_async_library_cvar,
16
+ thread_local,
17
+ )
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio/_impl.py ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from contextvars import ContextVar
2
+ from typing import Optional
3
+ import sys
4
+ import threading
5
+
6
+ current_async_library_cvar = ContextVar(
7
+ "current_async_library_cvar", default=None
8
+ ) # type: ContextVar[Optional[str]]
9
+
10
+
11
+ class _ThreadLocal(threading.local):
12
+ # Since threading.local provides no explicit mechanism is for setting
13
+ # a default for a value, a custom class with a class attribute is used
14
+ # instead.
15
+ name = None # type: Optional[str]
16
+
17
+
18
+ thread_local = _ThreadLocal()
19
+
20
+
21
+ class AsyncLibraryNotFoundError(RuntimeError):
22
+ pass
23
+
24
+
25
+ def current_async_library() -> str:
26
+ """Detect which async library is currently running.
27
+
28
+ The following libraries are currently supported:
29
+
30
+ ================ =========== ============================
31
+ Library Requires Magic string
32
+ ================ =========== ============================
33
+ **Trio** Trio v0.6+ ``"trio"``
34
+ **Curio** - ``"curio"``
35
+ **asyncio** ``"asyncio"``
36
+ **Trio-asyncio** v0.8.2+ ``"trio"`` or ``"asyncio"``,
37
+ depending on current mode
38
+ ================ =========== ============================
39
+
40
+ Returns:
41
+ A string like ``"trio"``.
42
+
43
+ Raises:
44
+ AsyncLibraryNotFoundError: if called from synchronous context,
45
+ or if the current async library was not recognized.
46
+
47
+ Examples:
48
+
49
+ .. code-block:: python3
50
+
51
+ from sniffio import current_async_library
52
+
53
+ async def generic_sleep(seconds):
54
+ library = current_async_library()
55
+ if library == "trio":
56
+ import trio
57
+ await trio.sleep(seconds)
58
+ elif library == "asyncio":
59
+ import asyncio
60
+ await asyncio.sleep(seconds)
61
+ # ... and so on ...
62
+ else:
63
+ raise RuntimeError(f"Unsupported library {library!r}")
64
+
65
+ """
66
+ value = thread_local.name
67
+ if value is not None:
68
+ return value
69
+
70
+ value = current_async_library_cvar.get()
71
+ if value is not None:
72
+ return value
73
+
74
+ # Need to sniff for asyncio
75
+ if "asyncio" in sys.modules:
76
+ import asyncio
77
+ try:
78
+ current_task = asyncio.current_task # type: ignore[attr-defined]
79
+ except AttributeError:
80
+ current_task = asyncio.Task.current_task # type: ignore[attr-defined]
81
+ try:
82
+ if current_task() is not None:
83
+ return "asyncio"
84
+ except RuntimeError:
85
+ pass
86
+
87
+ # Sniff for curio (for now)
88
+ if 'curio' in sys.modules:
89
+ from curio.meta import curio_running
90
+ if curio_running():
91
+ return 'curio'
92
+
93
+ raise AsyncLibraryNotFoundError(
94
+ "unknown async library, or not in async context"
95
+ )
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio/_tests/__init__.py ADDED
File without changes
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio/_tests/test_sniffio.py ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import sys
3
+
4
+ import pytest
5
+
6
+ from .. import (
7
+ current_async_library, AsyncLibraryNotFoundError,
8
+ current_async_library_cvar, thread_local
9
+ )
10
+
11
+
12
+ def test_basics_cvar():
13
+ with pytest.raises(AsyncLibraryNotFoundError):
14
+ current_async_library()
15
+
16
+ token = current_async_library_cvar.set("generic-lib")
17
+ try:
18
+ assert current_async_library() == "generic-lib"
19
+ finally:
20
+ current_async_library_cvar.reset(token)
21
+
22
+ with pytest.raises(AsyncLibraryNotFoundError):
23
+ current_async_library()
24
+
25
+
26
+ def test_basics_tlocal():
27
+ with pytest.raises(AsyncLibraryNotFoundError):
28
+ current_async_library()
29
+
30
+ old_name, thread_local.name = thread_local.name, "generic-lib"
31
+ try:
32
+ assert current_async_library() == "generic-lib"
33
+ finally:
34
+ thread_local.name = old_name
35
+
36
+ with pytest.raises(AsyncLibraryNotFoundError):
37
+ current_async_library()
38
+
39
+
40
+ def test_asyncio():
41
+ import asyncio
42
+
43
+ with pytest.raises(AsyncLibraryNotFoundError):
44
+ current_async_library()
45
+
46
+ ran = []
47
+
48
+ async def this_is_asyncio():
49
+ assert current_async_library() == "asyncio"
50
+ # Call it a second time to exercise the caching logic
51
+ assert current_async_library() == "asyncio"
52
+ ran.append(True)
53
+
54
+ asyncio.run(this_is_asyncio())
55
+ assert ran == [True]
56
+
57
+ with pytest.raises(AsyncLibraryNotFoundError):
58
+ current_async_library()
59
+
60
+
61
+ @pytest.mark.skipif(
62
+ sys.version_info >= (3, 12),
63
+ reason=
64
+ "curio broken on 3.12 (https://github.com/python-trio/sniffio/pull/42)",
65
+ )
66
+ def test_curio():
67
+ import curio
68
+
69
+ with pytest.raises(AsyncLibraryNotFoundError):
70
+ current_async_library()
71
+
72
+ ran = []
73
+
74
+ async def this_is_curio():
75
+ assert current_async_library() == "curio"
76
+ # Call it a second time to exercise the caching logic
77
+ assert current_async_library() == "curio"
78
+ ran.append(True)
79
+
80
+ curio.run(this_is_curio)
81
+ assert ran == [True]
82
+
83
+ with pytest.raises(AsyncLibraryNotFoundError):
84
+ current_async_library()
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio/_version.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # This file is imported from __init__.py and exec'd from setup.py
2
+
3
+ __version__ = "1.3.1"
miniconda3/pkgs/sniffio-1.3.1-py313h06a4308_0/lib/python3.13/site-packages/sniffio/py.typed ADDED
File without changes
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/include/sqlite3.h ADDED
The diff for this file is too large to render. See raw diff
 
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/include/sqlite3ext.h ADDED
@@ -0,0 +1,730 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ ** 2006 June 7
3
+ **
4
+ ** The author disclaims copyright to this source code. In place of
5
+ ** a legal notice, here is a blessing:
6
+ **
7
+ ** May you do good and not evil.
8
+ ** May you find forgiveness for yourself and forgive others.
9
+ ** May you share freely, never taking more than you give.
10
+ **
11
+ *************************************************************************
12
+ ** This header file defines the SQLite interface for use by
13
+ ** shared libraries that want to be imported as extensions into
14
+ ** an SQLite instance. Shared libraries that intend to be loaded
15
+ ** as extensions by SQLite should #include this file instead of
16
+ ** sqlite3.h.
17
+ */
18
+ #ifndef SQLITE3EXT_H
19
+ #define SQLITE3EXT_H
20
+ #include "sqlite3.h"
21
+
22
+ /*
23
+ ** The following structure holds pointers to all of the SQLite API
24
+ ** routines.
25
+ **
26
+ ** WARNING: In order to maintain backwards compatibility, add new
27
+ ** interfaces to the end of this structure only. If you insert new
28
+ ** interfaces in the middle of this structure, then older different
29
+ ** versions of SQLite will not be able to load each other's shared
30
+ ** libraries!
31
+ */
32
+ struct sqlite3_api_routines {
33
+ void * (*aggregate_context)(sqlite3_context*,int nBytes);
34
+ int (*aggregate_count)(sqlite3_context*);
35
+ int (*bind_blob)(sqlite3_stmt*,int,const void*,int n,void(*)(void*));
36
+ int (*bind_double)(sqlite3_stmt*,int,double);
37
+ int (*bind_int)(sqlite3_stmt*,int,int);
38
+ int (*bind_int64)(sqlite3_stmt*,int,sqlite_int64);
39
+ int (*bind_null)(sqlite3_stmt*,int);
40
+ int (*bind_parameter_count)(sqlite3_stmt*);
41
+ int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);
42
+ const char * (*bind_parameter_name)(sqlite3_stmt*,int);
43
+ int (*bind_text)(sqlite3_stmt*,int,const char*,int n,void(*)(void*));
44
+ int (*bind_text16)(sqlite3_stmt*,int,const void*,int,void(*)(void*));
45
+ int (*bind_value)(sqlite3_stmt*,int,const sqlite3_value*);
46
+ int (*busy_handler)(sqlite3*,int(*)(void*,int),void*);
47
+ int (*busy_timeout)(sqlite3*,int ms);
48
+ int (*changes)(sqlite3*);
49
+ int (*close)(sqlite3*);
50
+ int (*collation_needed)(sqlite3*,void*,void(*)(void*,sqlite3*,
51
+ int eTextRep,const char*));
52
+ int (*collation_needed16)(sqlite3*,void*,void(*)(void*,sqlite3*,
53
+ int eTextRep,const void*));
54
+ const void * (*column_blob)(sqlite3_stmt*,int iCol);
55
+ int (*column_bytes)(sqlite3_stmt*,int iCol);
56
+ int (*column_bytes16)(sqlite3_stmt*,int iCol);
57
+ int (*column_count)(sqlite3_stmt*pStmt);
58
+ const char * (*column_database_name)(sqlite3_stmt*,int);
59
+ const void * (*column_database_name16)(sqlite3_stmt*,int);
60
+ const char * (*column_decltype)(sqlite3_stmt*,int i);
61
+ const void * (*column_decltype16)(sqlite3_stmt*,int);
62
+ double (*column_double)(sqlite3_stmt*,int iCol);
63
+ int (*column_int)(sqlite3_stmt*,int iCol);
64
+ sqlite_int64 (*column_int64)(sqlite3_stmt*,int iCol);
65
+ const char * (*column_name)(sqlite3_stmt*,int);
66
+ const void * (*column_name16)(sqlite3_stmt*,int);
67
+ const char * (*column_origin_name)(sqlite3_stmt*,int);
68
+ const void * (*column_origin_name16)(sqlite3_stmt*,int);
69
+ const char * (*column_table_name)(sqlite3_stmt*,int);
70
+ const void * (*column_table_name16)(sqlite3_stmt*,int);
71
+ const unsigned char * (*column_text)(sqlite3_stmt*,int iCol);
72
+ const void * (*column_text16)(sqlite3_stmt*,int iCol);
73
+ int (*column_type)(sqlite3_stmt*,int iCol);
74
+ sqlite3_value* (*column_value)(sqlite3_stmt*,int iCol);
75
+ void * (*commit_hook)(sqlite3*,int(*)(void*),void*);
76
+ int (*complete)(const char*sql);
77
+ int (*complete16)(const void*sql);
78
+ int (*create_collation)(sqlite3*,const char*,int,void*,
79
+ int(*)(void*,int,const void*,int,const void*));
80
+ int (*create_collation16)(sqlite3*,const void*,int,void*,
81
+ int(*)(void*,int,const void*,int,const void*));
82
+ int (*create_function)(sqlite3*,const char*,int,int,void*,
83
+ void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
84
+ void (*xStep)(sqlite3_context*,int,sqlite3_value**),
85
+ void (*xFinal)(sqlite3_context*));
86
+ int (*create_function16)(sqlite3*,const void*,int,int,void*,
87
+ void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
88
+ void (*xStep)(sqlite3_context*,int,sqlite3_value**),
89
+ void (*xFinal)(sqlite3_context*));
90
+ int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*);
91
+ int (*data_count)(sqlite3_stmt*pStmt);
92
+ sqlite3 * (*db_handle)(sqlite3_stmt*);
93
+ int (*declare_vtab)(sqlite3*,const char*);
94
+ int (*enable_shared_cache)(int);
95
+ int (*errcode)(sqlite3*db);
96
+ const char * (*errmsg)(sqlite3*);
97
+ const void * (*errmsg16)(sqlite3*);
98
+ int (*exec)(sqlite3*,const char*,sqlite3_callback,void*,char**);
99
+ int (*expired)(sqlite3_stmt*);
100
+ int (*finalize)(sqlite3_stmt*pStmt);
101
+ void (*free)(void*);
102
+ void (*free_table)(char**result);
103
+ int (*get_autocommit)(sqlite3*);
104
+ void * (*get_auxdata)(sqlite3_context*,int);
105
+ int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**);
106
+ int (*global_recover)(void);
107
+ void (*interruptx)(sqlite3*);
108
+ sqlite_int64 (*last_insert_rowid)(sqlite3*);
109
+ const char * (*libversion)(void);
110
+ int (*libversion_number)(void);
111
+ void *(*malloc)(int);
112
+ char * (*mprintf)(const char*,...);
113
+ int (*open)(const char*,sqlite3**);
114
+ int (*open16)(const void*,sqlite3**);
115
+ int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**);
116
+ int (*prepare16)(sqlite3*,const void*,int,sqlite3_stmt**,const void**);
117
+ void * (*profile)(sqlite3*,void(*)(void*,const char*,sqlite_uint64),void*);
118
+ void (*progress_handler)(sqlite3*,int,int(*)(void*),void*);
119
+ void *(*realloc)(void*,int);
120
+ int (*reset)(sqlite3_stmt*pStmt);
121
+ void (*result_blob)(sqlite3_context*,const void*,int,void(*)(void*));
122
+ void (*result_double)(sqlite3_context*,double);
123
+ void (*result_error)(sqlite3_context*,const char*,int);
124
+ void (*result_error16)(sqlite3_context*,const void*,int);
125
+ void (*result_int)(sqlite3_context*,int);
126
+ void (*result_int64)(sqlite3_context*,sqlite_int64);
127
+ void (*result_null)(sqlite3_context*);
128
+ void (*result_text)(sqlite3_context*,const char*,int,void(*)(void*));
129
+ void (*result_text16)(sqlite3_context*,const void*,int,void(*)(void*));
130
+ void (*result_text16be)(sqlite3_context*,const void*,int,void(*)(void*));
131
+ void (*result_text16le)(sqlite3_context*,const void*,int,void(*)(void*));
132
+ void (*result_value)(sqlite3_context*,sqlite3_value*);
133
+ void * (*rollback_hook)(sqlite3*,void(*)(void*),void*);
134
+ int (*set_authorizer)(sqlite3*,int(*)(void*,int,const char*,const char*,
135
+ const char*,const char*),void*);
136
+ void (*set_auxdata)(sqlite3_context*,int,void*,void (*)(void*));
137
+ char * (*xsnprintf)(int,char*,const char*,...);
138
+ int (*step)(sqlite3_stmt*);
139
+ int (*table_column_metadata)(sqlite3*,const char*,const char*,const char*,
140
+ char const**,char const**,int*,int*,int*);
141
+ void (*thread_cleanup)(void);
142
+ int (*total_changes)(sqlite3*);
143
+ void * (*trace)(sqlite3*,void(*xTrace)(void*,const char*),void*);
144
+ int (*transfer_bindings)(sqlite3_stmt*,sqlite3_stmt*);
145
+ void * (*update_hook)(sqlite3*,void(*)(void*,int ,char const*,char const*,
146
+ sqlite_int64),void*);
147
+ void * (*user_data)(sqlite3_context*);
148
+ const void * (*value_blob)(sqlite3_value*);
149
+ int (*value_bytes)(sqlite3_value*);
150
+ int (*value_bytes16)(sqlite3_value*);
151
+ double (*value_double)(sqlite3_value*);
152
+ int (*value_int)(sqlite3_value*);
153
+ sqlite_int64 (*value_int64)(sqlite3_value*);
154
+ int (*value_numeric_type)(sqlite3_value*);
155
+ const unsigned char * (*value_text)(sqlite3_value*);
156
+ const void * (*value_text16)(sqlite3_value*);
157
+ const void * (*value_text16be)(sqlite3_value*);
158
+ const void * (*value_text16le)(sqlite3_value*);
159
+ int (*value_type)(sqlite3_value*);
160
+ char *(*vmprintf)(const char*,va_list);
161
+ /* Added ??? */
162
+ int (*overload_function)(sqlite3*, const char *zFuncName, int nArg);
163
+ /* Added by 3.3.13 */
164
+ int (*prepare_v2)(sqlite3*,const char*,int,sqlite3_stmt**,const char**);
165
+ int (*prepare16_v2)(sqlite3*,const void*,int,sqlite3_stmt**,const void**);
166
+ int (*clear_bindings)(sqlite3_stmt*);
167
+ /* Added by 3.4.1 */
168
+ int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,
169
+ void (*xDestroy)(void *));
170
+ /* Added by 3.5.0 */
171
+ int (*bind_zeroblob)(sqlite3_stmt*,int,int);
172
+ int (*blob_bytes)(sqlite3_blob*);
173
+ int (*blob_close)(sqlite3_blob*);
174
+ int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,
175
+ int,sqlite3_blob**);
176
+ int (*blob_read)(sqlite3_blob*,void*,int,int);
177
+ int (*blob_write)(sqlite3_blob*,const void*,int,int);
178
+ int (*create_collation_v2)(sqlite3*,const char*,int,void*,
179
+ int(*)(void*,int,const void*,int,const void*),
180
+ void(*)(void*));
181
+ int (*file_control)(sqlite3*,const char*,int,void*);
182
+ sqlite3_int64 (*memory_highwater)(int);
183
+ sqlite3_int64 (*memory_used)(void);
184
+ sqlite3_mutex *(*mutex_alloc)(int);
185
+ void (*mutex_enter)(sqlite3_mutex*);
186
+ void (*mutex_free)(sqlite3_mutex*);
187
+ void (*mutex_leave)(sqlite3_mutex*);
188
+ int (*mutex_try)(sqlite3_mutex*);
189
+ int (*open_v2)(const char*,sqlite3**,int,const char*);
190
+ int (*release_memory)(int);
191
+ void (*result_error_nomem)(sqlite3_context*);
192
+ void (*result_error_toobig)(sqlite3_context*);
193
+ int (*sleep)(int);
194
+ void (*soft_heap_limit)(int);
195
+ sqlite3_vfs *(*vfs_find)(const char*);
196
+ int (*vfs_register)(sqlite3_vfs*,int);
197
+ int (*vfs_unregister)(sqlite3_vfs*);
198
+ int (*xthreadsafe)(void);
199
+ void (*result_zeroblob)(sqlite3_context*,int);
200
+ void (*result_error_code)(sqlite3_context*,int);
201
+ int (*test_control)(int, ...);
202
+ void (*randomness)(int,void*);
203
+ sqlite3 *(*context_db_handle)(sqlite3_context*);
204
+ int (*extended_result_codes)(sqlite3*,int);
205
+ int (*limit)(sqlite3*,int,int);
206
+ sqlite3_stmt *(*next_stmt)(sqlite3*,sqlite3_stmt*);
207
+ const char *(*sql)(sqlite3_stmt*);
208
+ int (*status)(int,int*,int*,int);
209
+ int (*backup_finish)(sqlite3_backup*);
210
+ sqlite3_backup *(*backup_init)(sqlite3*,const char*,sqlite3*,const char*);
211
+ int (*backup_pagecount)(sqlite3_backup*);
212
+ int (*backup_remaining)(sqlite3_backup*);
213
+ int (*backup_step)(sqlite3_backup*,int);
214
+ const char *(*compileoption_get)(int);
215
+ int (*compileoption_used)(const char*);
216
+ int (*create_function_v2)(sqlite3*,const char*,int,int,void*,
217
+ void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
218
+ void (*xStep)(sqlite3_context*,int,sqlite3_value**),
219
+ void (*xFinal)(sqlite3_context*),
220
+ void(*xDestroy)(void*));
221
+ int (*db_config)(sqlite3*,int,...);
222
+ sqlite3_mutex *(*db_mutex)(sqlite3*);
223
+ int (*db_status)(sqlite3*,int,int*,int*,int);
224
+ int (*extended_errcode)(sqlite3*);
225
+ void (*log)(int,const char*,...);
226
+ sqlite3_int64 (*soft_heap_limit64)(sqlite3_int64);
227
+ const char *(*sourceid)(void);
228
+ int (*stmt_status)(sqlite3_stmt*,int,int);
229
+ int (*strnicmp)(const char*,const char*,int);
230
+ int (*unlock_notify)(sqlite3*,void(*)(void**,int),void*);
231
+ int (*wal_autocheckpoint)(sqlite3*,int);
232
+ int (*wal_checkpoint)(sqlite3*,const char*);
233
+ void *(*wal_hook)(sqlite3*,int(*)(void*,sqlite3*,const char*,int),void*);
234
+ int (*blob_reopen)(sqlite3_blob*,sqlite3_int64);
235
+ int (*vtab_config)(sqlite3*,int op,...);
236
+ int (*vtab_on_conflict)(sqlite3*);
237
+ /* Version 3.7.16 and later */
238
+ int (*close_v2)(sqlite3*);
239
+ const char *(*db_filename)(sqlite3*,const char*);
240
+ int (*db_readonly)(sqlite3*,const char*);
241
+ int (*db_release_memory)(sqlite3*);
242
+ const char *(*errstr)(int);
243
+ int (*stmt_busy)(sqlite3_stmt*);
244
+ int (*stmt_readonly)(sqlite3_stmt*);
245
+ int (*stricmp)(const char*,const char*);
246
+ int (*uri_boolean)(const char*,const char*,int);
247
+ sqlite3_int64 (*uri_int64)(const char*,const char*,sqlite3_int64);
248
+ const char *(*uri_parameter)(const char*,const char*);
249
+ char *(*xvsnprintf)(int,char*,const char*,va_list);
250
+ int (*wal_checkpoint_v2)(sqlite3*,const char*,int,int*,int*);
251
+ /* Version 3.8.7 and later */
252
+ int (*auto_extension)(void(*)(void));
253
+ int (*bind_blob64)(sqlite3_stmt*,int,const void*,sqlite3_uint64,
254
+ void(*)(void*));
255
+ int (*bind_text64)(sqlite3_stmt*,int,const char*,sqlite3_uint64,
256
+ void(*)(void*),unsigned char);
257
+ int (*cancel_auto_extension)(void(*)(void));
258
+ int (*load_extension)(sqlite3*,const char*,const char*,char**);
259
+ void *(*malloc64)(sqlite3_uint64);
260
+ sqlite3_uint64 (*msize)(void*);
261
+ void *(*realloc64)(void*,sqlite3_uint64);
262
+ void (*reset_auto_extension)(void);
263
+ void (*result_blob64)(sqlite3_context*,const void*,sqlite3_uint64,
264
+ void(*)(void*));
265
+ void (*result_text64)(sqlite3_context*,const char*,sqlite3_uint64,
266
+ void(*)(void*), unsigned char);
267
+ int (*strglob)(const char*,const char*);
268
+ /* Version 3.8.11 and later */
269
+ sqlite3_value *(*value_dup)(const sqlite3_value*);
270
+ void (*value_free)(sqlite3_value*);
271
+ int (*result_zeroblob64)(sqlite3_context*,sqlite3_uint64);
272
+ int (*bind_zeroblob64)(sqlite3_stmt*, int, sqlite3_uint64);
273
+ /* Version 3.9.0 and later */
274
+ unsigned int (*value_subtype)(sqlite3_value*);
275
+ void (*result_subtype)(sqlite3_context*,unsigned int);
276
+ /* Version 3.10.0 and later */
277
+ int (*status64)(int,sqlite3_int64*,sqlite3_int64*,int);
278
+ int (*strlike)(const char*,const char*,unsigned int);
279
+ int (*db_cacheflush)(sqlite3*);
280
+ /* Version 3.12.0 and later */
281
+ int (*system_errno)(sqlite3*);
282
+ /* Version 3.14.0 and later */
283
+ int (*trace_v2)(sqlite3*,unsigned,int(*)(unsigned,void*,void*,void*),void*);
284
+ char *(*expanded_sql)(sqlite3_stmt*);
285
+ /* Version 3.18.0 and later */
286
+ void (*set_last_insert_rowid)(sqlite3*,sqlite3_int64);
287
+ /* Version 3.20.0 and later */
288
+ int (*prepare_v3)(sqlite3*,const char*,int,unsigned int,
289
+ sqlite3_stmt**,const char**);
290
+ int (*prepare16_v3)(sqlite3*,const void*,int,unsigned int,
291
+ sqlite3_stmt**,const void**);
292
+ int (*bind_pointer)(sqlite3_stmt*,int,void*,const char*,void(*)(void*));
293
+ void (*result_pointer)(sqlite3_context*,void*,const char*,void(*)(void*));
294
+ void *(*value_pointer)(sqlite3_value*,const char*);
295
+ int (*vtab_nochange)(sqlite3_context*);
296
+ int (*value_nochange)(sqlite3_value*);
297
+ const char *(*vtab_collation)(sqlite3_index_info*,int);
298
+ /* Version 3.24.0 and later */
299
+ int (*keyword_count)(void);
300
+ int (*keyword_name)(int,const char**,int*);
301
+ int (*keyword_check)(const char*,int);
302
+ sqlite3_str *(*str_new)(sqlite3*);
303
+ char *(*str_finish)(sqlite3_str*);
304
+ void (*str_appendf)(sqlite3_str*, const char *zFormat, ...);
305
+ void (*str_vappendf)(sqlite3_str*, const char *zFormat, va_list);
306
+ void (*str_append)(sqlite3_str*, const char *zIn, int N);
307
+ void (*str_appendall)(sqlite3_str*, const char *zIn);
308
+ void (*str_appendchar)(sqlite3_str*, int N, char C);
309
+ void (*str_reset)(sqlite3_str*);
310
+ int (*str_errcode)(sqlite3_str*);
311
+ int (*str_length)(sqlite3_str*);
312
+ char *(*str_value)(sqlite3_str*);
313
+ /* Version 3.25.0 and later */
314
+ int (*create_window_function)(sqlite3*,const char*,int,int,void*,
315
+ void (*xStep)(sqlite3_context*,int,sqlite3_value**),
316
+ void (*xFinal)(sqlite3_context*),
317
+ void (*xValue)(sqlite3_context*),
318
+ void (*xInv)(sqlite3_context*,int,sqlite3_value**),
319
+ void(*xDestroy)(void*));
320
+ /* Version 3.26.0 and later */
321
+ const char *(*normalized_sql)(sqlite3_stmt*);
322
+ /* Version 3.28.0 and later */
323
+ int (*stmt_isexplain)(sqlite3_stmt*);
324
+ int (*value_frombind)(sqlite3_value*);
325
+ /* Version 3.30.0 and later */
326
+ int (*drop_modules)(sqlite3*,const char**);
327
+ /* Version 3.31.0 and later */
328
+ sqlite3_int64 (*hard_heap_limit64)(sqlite3_int64);
329
+ const char *(*uri_key)(const char*,int);
330
+ const char *(*filename_database)(const char*);
331
+ const char *(*filename_journal)(const char*);
332
+ const char *(*filename_wal)(const char*);
333
+ /* Version 3.32.0 and later */
334
+ const char *(*create_filename)(const char*,const char*,const char*,
335
+ int,const char**);
336
+ void (*free_filename)(const char*);
337
+ sqlite3_file *(*database_file_object)(const char*);
338
+ /* Version 3.34.0 and later */
339
+ int (*txn_state)(sqlite3*,const char*);
340
+ /* Version 3.36.1 and later */
341
+ sqlite3_int64 (*changes64)(sqlite3*);
342
+ sqlite3_int64 (*total_changes64)(sqlite3*);
343
+ /* Version 3.37.0 and later */
344
+ int (*autovacuum_pages)(sqlite3*,
345
+ unsigned int(*)(void*,const char*,unsigned int,unsigned int,unsigned int),
346
+ void*, void(*)(void*));
347
+ /* Version 3.38.0 and later */
348
+ int (*error_offset)(sqlite3*);
349
+ int (*vtab_rhs_value)(sqlite3_index_info*,int,sqlite3_value**);
350
+ int (*vtab_distinct)(sqlite3_index_info*);
351
+ int (*vtab_in)(sqlite3_index_info*,int,int);
352
+ int (*vtab_in_first)(sqlite3_value*,sqlite3_value**);
353
+ int (*vtab_in_next)(sqlite3_value*,sqlite3_value**);
354
+ /* Version 3.39.0 and later */
355
+ int (*deserialize)(sqlite3*,const char*,unsigned char*,
356
+ sqlite3_int64,sqlite3_int64,unsigned);
357
+ unsigned char *(*serialize)(sqlite3*,const char *,sqlite3_int64*,
358
+ unsigned int);
359
+ const char *(*db_name)(sqlite3*,int);
360
+ /* Version 3.40.0 and later */
361
+ int (*value_encoding)(sqlite3_value*);
362
+ /* Version 3.41.0 and later */
363
+ int (*is_interrupted)(sqlite3*);
364
+ /* Version 3.43.0 and later */
365
+ int (*stmt_explain)(sqlite3_stmt*,int);
366
+ /* Version 3.44.0 and later */
367
+ void *(*get_clientdata)(sqlite3*,const char*);
368
+ int (*set_clientdata)(sqlite3*, const char*, void*, void(*)(void*));
369
+ /* Version 3.50.0 and later */
370
+ int (*setlk_timeout)(sqlite3*,int,int);
371
+ /* Version 3.51.0 and later */
372
+ int (*set_errmsg)(sqlite3*,int,const char*);
373
+ int (*db_status64)(sqlite3*,int,sqlite3_int64*,sqlite3_int64*,int);
374
+
375
+ };
376
+
377
+ /*
378
+ ** This is the function signature used for all extension entry points. It
379
+ ** is also defined in the file "loadext.c".
380
+ */
381
+ typedef int (*sqlite3_loadext_entry)(
382
+ sqlite3 *db, /* Handle to the database. */
383
+ char **pzErrMsg, /* Used to set error string on failure. */
384
+ const sqlite3_api_routines *pThunk /* Extension API function pointers. */
385
+ );
386
+
387
+ /*
388
+ ** The following macros redefine the API routines so that they are
389
+ ** redirected through the global sqlite3_api structure.
390
+ **
391
+ ** This header file is also used by the loadext.c source file
392
+ ** (part of the main SQLite library - not an extension) so that
393
+ ** it can get access to the sqlite3_api_routines structure
394
+ ** definition. But the main library does not want to redefine
395
+ ** the API. So the redefinition macros are only valid if the
396
+ ** SQLITE_CORE macros is undefined.
397
+ */
398
+ #if !defined(SQLITE_CORE) && !defined(SQLITE_OMIT_LOAD_EXTENSION)
399
+ #define sqlite3_aggregate_context sqlite3_api->aggregate_context
400
+ #ifndef SQLITE_OMIT_DEPRECATED
401
+ #define sqlite3_aggregate_count sqlite3_api->aggregate_count
402
+ #endif
403
+ #define sqlite3_bind_blob sqlite3_api->bind_blob
404
+ #define sqlite3_bind_double sqlite3_api->bind_double
405
+ #define sqlite3_bind_int sqlite3_api->bind_int
406
+ #define sqlite3_bind_int64 sqlite3_api->bind_int64
407
+ #define sqlite3_bind_null sqlite3_api->bind_null
408
+ #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count
409
+ #define sqlite3_bind_parameter_index sqlite3_api->bind_parameter_index
410
+ #define sqlite3_bind_parameter_name sqlite3_api->bind_parameter_name
411
+ #define sqlite3_bind_text sqlite3_api->bind_text
412
+ #define sqlite3_bind_text16 sqlite3_api->bind_text16
413
+ #define sqlite3_bind_value sqlite3_api->bind_value
414
+ #define sqlite3_busy_handler sqlite3_api->busy_handler
415
+ #define sqlite3_busy_timeout sqlite3_api->busy_timeout
416
+ #define sqlite3_changes sqlite3_api->changes
417
+ #define sqlite3_close sqlite3_api->close
418
+ #define sqlite3_collation_needed sqlite3_api->collation_needed
419
+ #define sqlite3_collation_needed16 sqlite3_api->collation_needed16
420
+ #define sqlite3_column_blob sqlite3_api->column_blob
421
+ #define sqlite3_column_bytes sqlite3_api->column_bytes
422
+ #define sqlite3_column_bytes16 sqlite3_api->column_bytes16
423
+ #define sqlite3_column_count sqlite3_api->column_count
424
+ #define sqlite3_column_database_name sqlite3_api->column_database_name
425
+ #define sqlite3_column_database_name16 sqlite3_api->column_database_name16
426
+ #define sqlite3_column_decltype sqlite3_api->column_decltype
427
+ #define sqlite3_column_decltype16 sqlite3_api->column_decltype16
428
+ #define sqlite3_column_double sqlite3_api->column_double
429
+ #define sqlite3_column_int sqlite3_api->column_int
430
+ #define sqlite3_column_int64 sqlite3_api->column_int64
431
+ #define sqlite3_column_name sqlite3_api->column_name
432
+ #define sqlite3_column_name16 sqlite3_api->column_name16
433
+ #define sqlite3_column_origin_name sqlite3_api->column_origin_name
434
+ #define sqlite3_column_origin_name16 sqlite3_api->column_origin_name16
435
+ #define sqlite3_column_table_name sqlite3_api->column_table_name
436
+ #define sqlite3_column_table_name16 sqlite3_api->column_table_name16
437
+ #define sqlite3_column_text sqlite3_api->column_text
438
+ #define sqlite3_column_text16 sqlite3_api->column_text16
439
+ #define sqlite3_column_type sqlite3_api->column_type
440
+ #define sqlite3_column_value sqlite3_api->column_value
441
+ #define sqlite3_commit_hook sqlite3_api->commit_hook
442
+ #define sqlite3_complete sqlite3_api->complete
443
+ #define sqlite3_complete16 sqlite3_api->complete16
444
+ #define sqlite3_create_collation sqlite3_api->create_collation
445
+ #define sqlite3_create_collation16 sqlite3_api->create_collation16
446
+ #define sqlite3_create_function sqlite3_api->create_function
447
+ #define sqlite3_create_function16 sqlite3_api->create_function16
448
+ #define sqlite3_create_module sqlite3_api->create_module
449
+ #define sqlite3_create_module_v2 sqlite3_api->create_module_v2
450
+ #define sqlite3_data_count sqlite3_api->data_count
451
+ #define sqlite3_db_handle sqlite3_api->db_handle
452
+ #define sqlite3_declare_vtab sqlite3_api->declare_vtab
453
+ #define sqlite3_enable_shared_cache sqlite3_api->enable_shared_cache
454
+ #define sqlite3_errcode sqlite3_api->errcode
455
+ #define sqlite3_errmsg sqlite3_api->errmsg
456
+ #define sqlite3_errmsg16 sqlite3_api->errmsg16
457
+ #define sqlite3_exec sqlite3_api->exec
458
+ #ifndef SQLITE_OMIT_DEPRECATED
459
+ #define sqlite3_expired sqlite3_api->expired
460
+ #endif
461
+ #define sqlite3_finalize sqlite3_api->finalize
462
+ #define sqlite3_free sqlite3_api->free
463
+ #define sqlite3_free_table sqlite3_api->free_table
464
+ #define sqlite3_get_autocommit sqlite3_api->get_autocommit
465
+ #define sqlite3_get_auxdata sqlite3_api->get_auxdata
466
+ #define sqlite3_get_table sqlite3_api->get_table
467
+ #ifndef SQLITE_OMIT_DEPRECATED
468
+ #define sqlite3_global_recover sqlite3_api->global_recover
469
+ #endif
470
+ #define sqlite3_interrupt sqlite3_api->interruptx
471
+ #define sqlite3_last_insert_rowid sqlite3_api->last_insert_rowid
472
+ #define sqlite3_libversion sqlite3_api->libversion
473
+ #define sqlite3_libversion_number sqlite3_api->libversion_number
474
+ #define sqlite3_malloc sqlite3_api->malloc
475
+ #define sqlite3_mprintf sqlite3_api->mprintf
476
+ #define sqlite3_open sqlite3_api->open
477
+ #define sqlite3_open16 sqlite3_api->open16
478
+ #define sqlite3_prepare sqlite3_api->prepare
479
+ #define sqlite3_prepare16 sqlite3_api->prepare16
480
+ #define sqlite3_prepare_v2 sqlite3_api->prepare_v2
481
+ #define sqlite3_prepare16_v2 sqlite3_api->prepare16_v2
482
+ #define sqlite3_profile sqlite3_api->profile
483
+ #define sqlite3_progress_handler sqlite3_api->progress_handler
484
+ #define sqlite3_realloc sqlite3_api->realloc
485
+ #define sqlite3_reset sqlite3_api->reset
486
+ #define sqlite3_result_blob sqlite3_api->result_blob
487
+ #define sqlite3_result_double sqlite3_api->result_double
488
+ #define sqlite3_result_error sqlite3_api->result_error
489
+ #define sqlite3_result_error16 sqlite3_api->result_error16
490
+ #define sqlite3_result_int sqlite3_api->result_int
491
+ #define sqlite3_result_int64 sqlite3_api->result_int64
492
+ #define sqlite3_result_null sqlite3_api->result_null
493
+ #define sqlite3_result_text sqlite3_api->result_text
494
+ #define sqlite3_result_text16 sqlite3_api->result_text16
495
+ #define sqlite3_result_text16be sqlite3_api->result_text16be
496
+ #define sqlite3_result_text16le sqlite3_api->result_text16le
497
+ #define sqlite3_result_value sqlite3_api->result_value
498
+ #define sqlite3_rollback_hook sqlite3_api->rollback_hook
499
+ #define sqlite3_set_authorizer sqlite3_api->set_authorizer
500
+ #define sqlite3_set_auxdata sqlite3_api->set_auxdata
501
+ #define sqlite3_snprintf sqlite3_api->xsnprintf
502
+ #define sqlite3_step sqlite3_api->step
503
+ #define sqlite3_table_column_metadata sqlite3_api->table_column_metadata
504
+ #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
505
+ #define sqlite3_total_changes sqlite3_api->total_changes
506
+ #define sqlite3_trace sqlite3_api->trace
507
+ #ifndef SQLITE_OMIT_DEPRECATED
508
+ #define sqlite3_transfer_bindings sqlite3_api->transfer_bindings
509
+ #endif
510
+ #define sqlite3_update_hook sqlite3_api->update_hook
511
+ #define sqlite3_user_data sqlite3_api->user_data
512
+ #define sqlite3_value_blob sqlite3_api->value_blob
513
+ #define sqlite3_value_bytes sqlite3_api->value_bytes
514
+ #define sqlite3_value_bytes16 sqlite3_api->value_bytes16
515
+ #define sqlite3_value_double sqlite3_api->value_double
516
+ #define sqlite3_value_int sqlite3_api->value_int
517
+ #define sqlite3_value_int64 sqlite3_api->value_int64
518
+ #define sqlite3_value_numeric_type sqlite3_api->value_numeric_type
519
+ #define sqlite3_value_text sqlite3_api->value_text
520
+ #define sqlite3_value_text16 sqlite3_api->value_text16
521
+ #define sqlite3_value_text16be sqlite3_api->value_text16be
522
+ #define sqlite3_value_text16le sqlite3_api->value_text16le
523
+ #define sqlite3_value_type sqlite3_api->value_type
524
+ #define sqlite3_vmprintf sqlite3_api->vmprintf
525
+ #define sqlite3_vsnprintf sqlite3_api->xvsnprintf
526
+ #define sqlite3_overload_function sqlite3_api->overload_function
527
+ #define sqlite3_prepare_v2 sqlite3_api->prepare_v2
528
+ #define sqlite3_prepare16_v2 sqlite3_api->prepare16_v2
529
+ #define sqlite3_clear_bindings sqlite3_api->clear_bindings
530
+ #define sqlite3_bind_zeroblob sqlite3_api->bind_zeroblob
531
+ #define sqlite3_blob_bytes sqlite3_api->blob_bytes
532
+ #define sqlite3_blob_close sqlite3_api->blob_close
533
+ #define sqlite3_blob_open sqlite3_api->blob_open
534
+ #define sqlite3_blob_read sqlite3_api->blob_read
535
+ #define sqlite3_blob_write sqlite3_api->blob_write
536
+ #define sqlite3_create_collation_v2 sqlite3_api->create_collation_v2
537
+ #define sqlite3_file_control sqlite3_api->file_control
538
+ #define sqlite3_memory_highwater sqlite3_api->memory_highwater
539
+ #define sqlite3_memory_used sqlite3_api->memory_used
540
+ #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
541
+ #define sqlite3_mutex_enter sqlite3_api->mutex_enter
542
+ #define sqlite3_mutex_free sqlite3_api->mutex_free
543
+ #define sqlite3_mutex_leave sqlite3_api->mutex_leave
544
+ #define sqlite3_mutex_try sqlite3_api->mutex_try
545
+ #define sqlite3_open_v2 sqlite3_api->open_v2
546
+ #define sqlite3_release_memory sqlite3_api->release_memory
547
+ #define sqlite3_result_error_nomem sqlite3_api->result_error_nomem
548
+ #define sqlite3_result_error_toobig sqlite3_api->result_error_toobig
549
+ #define sqlite3_sleep sqlite3_api->sleep
550
+ #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit
551
+ #define sqlite3_vfs_find sqlite3_api->vfs_find
552
+ #define sqlite3_vfs_register sqlite3_api->vfs_register
553
+ #define sqlite3_vfs_unregister sqlite3_api->vfs_unregister
554
+ #define sqlite3_threadsafe sqlite3_api->xthreadsafe
555
+ #define sqlite3_result_zeroblob sqlite3_api->result_zeroblob
556
+ #define sqlite3_result_error_code sqlite3_api->result_error_code
557
+ #define sqlite3_test_control sqlite3_api->test_control
558
+ #define sqlite3_randomness sqlite3_api->randomness
559
+ #define sqlite3_context_db_handle sqlite3_api->context_db_handle
560
+ #define sqlite3_extended_result_codes sqlite3_api->extended_result_codes
561
+ #define sqlite3_limit sqlite3_api->limit
562
+ #define sqlite3_next_stmt sqlite3_api->next_stmt
563
+ #define sqlite3_sql sqlite3_api->sql
564
+ #define sqlite3_status sqlite3_api->status
565
+ #define sqlite3_backup_finish sqlite3_api->backup_finish
566
+ #define sqlite3_backup_init sqlite3_api->backup_init
567
+ #define sqlite3_backup_pagecount sqlite3_api->backup_pagecount
568
+ #define sqlite3_backup_remaining sqlite3_api->backup_remaining
569
+ #define sqlite3_backup_step sqlite3_api->backup_step
570
+ #define sqlite3_compileoption_get sqlite3_api->compileoption_get
571
+ #define sqlite3_compileoption_used sqlite3_api->compileoption_used
572
+ #define sqlite3_create_function_v2 sqlite3_api->create_function_v2
573
+ #define sqlite3_db_config sqlite3_api->db_config
574
+ #define sqlite3_db_mutex sqlite3_api->db_mutex
575
+ #define sqlite3_db_status sqlite3_api->db_status
576
+ #define sqlite3_extended_errcode sqlite3_api->extended_errcode
577
+ #define sqlite3_log sqlite3_api->log
578
+ #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64
579
+ #define sqlite3_sourceid sqlite3_api->sourceid
580
+ #define sqlite3_stmt_status sqlite3_api->stmt_status
581
+ #define sqlite3_strnicmp sqlite3_api->strnicmp
582
+ #define sqlite3_unlock_notify sqlite3_api->unlock_notify
583
+ #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint
584
+ #define sqlite3_wal_checkpoint sqlite3_api->wal_checkpoint
585
+ #define sqlite3_wal_hook sqlite3_api->wal_hook
586
+ #define sqlite3_blob_reopen sqlite3_api->blob_reopen
587
+ #define sqlite3_vtab_config sqlite3_api->vtab_config
588
+ #define sqlite3_vtab_on_conflict sqlite3_api->vtab_on_conflict
589
+ /* Version 3.7.16 and later */
590
+ #define sqlite3_close_v2 sqlite3_api->close_v2
591
+ #define sqlite3_db_filename sqlite3_api->db_filename
592
+ #define sqlite3_db_readonly sqlite3_api->db_readonly
593
+ #define sqlite3_db_release_memory sqlite3_api->db_release_memory
594
+ #define sqlite3_errstr sqlite3_api->errstr
595
+ #define sqlite3_stmt_busy sqlite3_api->stmt_busy
596
+ #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly
597
+ #define sqlite3_stricmp sqlite3_api->stricmp
598
+ #define sqlite3_uri_boolean sqlite3_api->uri_boolean
599
+ #define sqlite3_uri_int64 sqlite3_api->uri_int64
600
+ #define sqlite3_uri_parameter sqlite3_api->uri_parameter
601
+ #define sqlite3_uri_vsnprintf sqlite3_api->xvsnprintf
602
+ #define sqlite3_wal_checkpoint_v2 sqlite3_api->wal_checkpoint_v2
603
+ /* Version 3.8.7 and later */
604
+ #define sqlite3_auto_extension sqlite3_api->auto_extension
605
+ #define sqlite3_bind_blob64 sqlite3_api->bind_blob64
606
+ #define sqlite3_bind_text64 sqlite3_api->bind_text64
607
+ #define sqlite3_cancel_auto_extension sqlite3_api->cancel_auto_extension
608
+ #define sqlite3_load_extension sqlite3_api->load_extension
609
+ #define sqlite3_malloc64 sqlite3_api->malloc64
610
+ #define sqlite3_msize sqlite3_api->msize
611
+ #define sqlite3_realloc64 sqlite3_api->realloc64
612
+ #define sqlite3_reset_auto_extension sqlite3_api->reset_auto_extension
613
+ #define sqlite3_result_blob64 sqlite3_api->result_blob64
614
+ #define sqlite3_result_text64 sqlite3_api->result_text64
615
+ #define sqlite3_strglob sqlite3_api->strglob
616
+ /* Version 3.8.11 and later */
617
+ #define sqlite3_value_dup sqlite3_api->value_dup
618
+ #define sqlite3_value_free sqlite3_api->value_free
619
+ #define sqlite3_result_zeroblob64 sqlite3_api->result_zeroblob64
620
+ #define sqlite3_bind_zeroblob64 sqlite3_api->bind_zeroblob64
621
+ /* Version 3.9.0 and later */
622
+ #define sqlite3_value_subtype sqlite3_api->value_subtype
623
+ #define sqlite3_result_subtype sqlite3_api->result_subtype
624
+ /* Version 3.10.0 and later */
625
+ #define sqlite3_status64 sqlite3_api->status64
626
+ #define sqlite3_strlike sqlite3_api->strlike
627
+ #define sqlite3_db_cacheflush sqlite3_api->db_cacheflush
628
+ /* Version 3.12.0 and later */
629
+ #define sqlite3_system_errno sqlite3_api->system_errno
630
+ /* Version 3.14.0 and later */
631
+ #define sqlite3_trace_v2 sqlite3_api->trace_v2
632
+ #define sqlite3_expanded_sql sqlite3_api->expanded_sql
633
+ /* Version 3.18.0 and later */
634
+ #define sqlite3_set_last_insert_rowid sqlite3_api->set_last_insert_rowid
635
+ /* Version 3.20.0 and later */
636
+ #define sqlite3_prepare_v3 sqlite3_api->prepare_v3
637
+ #define sqlite3_prepare16_v3 sqlite3_api->prepare16_v3
638
+ #define sqlite3_bind_pointer sqlite3_api->bind_pointer
639
+ #define sqlite3_result_pointer sqlite3_api->result_pointer
640
+ #define sqlite3_value_pointer sqlite3_api->value_pointer
641
+ /* Version 3.22.0 and later */
642
+ #define sqlite3_vtab_nochange sqlite3_api->vtab_nochange
643
+ #define sqlite3_value_nochange sqlite3_api->value_nochange
644
+ #define sqlite3_vtab_collation sqlite3_api->vtab_collation
645
+ /* Version 3.24.0 and later */
646
+ #define sqlite3_keyword_count sqlite3_api->keyword_count
647
+ #define sqlite3_keyword_name sqlite3_api->keyword_name
648
+ #define sqlite3_keyword_check sqlite3_api->keyword_check
649
+ #define sqlite3_str_new sqlite3_api->str_new
650
+ #define sqlite3_str_finish sqlite3_api->str_finish
651
+ #define sqlite3_str_appendf sqlite3_api->str_appendf
652
+ #define sqlite3_str_vappendf sqlite3_api->str_vappendf
653
+ #define sqlite3_str_append sqlite3_api->str_append
654
+ #define sqlite3_str_appendall sqlite3_api->str_appendall
655
+ #define sqlite3_str_appendchar sqlite3_api->str_appendchar
656
+ #define sqlite3_str_reset sqlite3_api->str_reset
657
+ #define sqlite3_str_errcode sqlite3_api->str_errcode
658
+ #define sqlite3_str_length sqlite3_api->str_length
659
+ #define sqlite3_str_value sqlite3_api->str_value
660
+ /* Version 3.25.0 and later */
661
+ #define sqlite3_create_window_function sqlite3_api->create_window_function
662
+ /* Version 3.26.0 and later */
663
+ #define sqlite3_normalized_sql sqlite3_api->normalized_sql
664
+ /* Version 3.28.0 and later */
665
+ #define sqlite3_stmt_isexplain sqlite3_api->stmt_isexplain
666
+ #define sqlite3_value_frombind sqlite3_api->value_frombind
667
+ /* Version 3.30.0 and later */
668
+ #define sqlite3_drop_modules sqlite3_api->drop_modules
669
+ /* Version 3.31.0 and later */
670
+ #define sqlite3_hard_heap_limit64 sqlite3_api->hard_heap_limit64
671
+ #define sqlite3_uri_key sqlite3_api->uri_key
672
+ #define sqlite3_filename_database sqlite3_api->filename_database
673
+ #define sqlite3_filename_journal sqlite3_api->filename_journal
674
+ #define sqlite3_filename_wal sqlite3_api->filename_wal
675
+ /* Version 3.32.0 and later */
676
+ #define sqlite3_create_filename sqlite3_api->create_filename
677
+ #define sqlite3_free_filename sqlite3_api->free_filename
678
+ #define sqlite3_database_file_object sqlite3_api->database_file_object
679
+ /* Version 3.34.0 and later */
680
+ #define sqlite3_txn_state sqlite3_api->txn_state
681
+ /* Version 3.36.1 and later */
682
+ #define sqlite3_changes64 sqlite3_api->changes64
683
+ #define sqlite3_total_changes64 sqlite3_api->total_changes64
684
+ /* Version 3.37.0 and later */
685
+ #define sqlite3_autovacuum_pages sqlite3_api->autovacuum_pages
686
+ /* Version 3.38.0 and later */
687
+ #define sqlite3_error_offset sqlite3_api->error_offset
688
+ #define sqlite3_vtab_rhs_value sqlite3_api->vtab_rhs_value
689
+ #define sqlite3_vtab_distinct sqlite3_api->vtab_distinct
690
+ #define sqlite3_vtab_in sqlite3_api->vtab_in
691
+ #define sqlite3_vtab_in_first sqlite3_api->vtab_in_first
692
+ #define sqlite3_vtab_in_next sqlite3_api->vtab_in_next
693
+ /* Version 3.39.0 and later */
694
+ #ifndef SQLITE_OMIT_DESERIALIZE
695
+ #define sqlite3_deserialize sqlite3_api->deserialize
696
+ #define sqlite3_serialize sqlite3_api->serialize
697
+ #endif
698
+ #define sqlite3_db_name sqlite3_api->db_name
699
+ /* Version 3.40.0 and later */
700
+ #define sqlite3_value_encoding sqlite3_api->value_encoding
701
+ /* Version 3.41.0 and later */
702
+ #define sqlite3_is_interrupted sqlite3_api->is_interrupted
703
+ /* Version 3.43.0 and later */
704
+ #define sqlite3_stmt_explain sqlite3_api->stmt_explain
705
+ /* Version 3.44.0 and later */
706
+ #define sqlite3_get_clientdata sqlite3_api->get_clientdata
707
+ #define sqlite3_set_clientdata sqlite3_api->set_clientdata
708
+ /* Version 3.50.0 and later */
709
+ #define sqlite3_setlk_timeout sqlite3_api->setlk_timeout
710
+ /* Version 3.51.0 and later */
711
+ #define sqlite3_set_errmsg sqlite3_api->set_errmsg
712
+ #define sqlite3_db_status64 sqlite3_api->db_status64
713
+ #endif /* !defined(SQLITE_CORE) && !defined(SQLITE_OMIT_LOAD_EXTENSION) */
714
+
715
+ #if !defined(SQLITE_CORE) && !defined(SQLITE_OMIT_LOAD_EXTENSION)
716
+ /* This case when the file really is being compiled as a loadable
717
+ ** extension */
718
+ # define SQLITE_EXTENSION_INIT1 const sqlite3_api_routines *sqlite3_api=0;
719
+ # define SQLITE_EXTENSION_INIT2(v) sqlite3_api=v;
720
+ # define SQLITE_EXTENSION_INIT3 \
721
+ extern const sqlite3_api_routines *sqlite3_api;
722
+ #else
723
+ /* This case when the file is being statically linked into the
724
+ ** application */
725
+ # define SQLITE_EXTENSION_INIT1 /*no-op*/
726
+ # define SQLITE_EXTENSION_INIT2(v) (void)v; /* unused parameter */
727
+ # define SQLITE_EXTENSION_INIT3 /*no-op*/
728
+ #endif
729
+
730
+ #endif /* SQLITE3EXT_H */
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/about.json ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "channels": [
3
+ "https://repo.anaconda.com/pkgs/main",
4
+ "https://repo.anaconda.com/pkgs/r",
5
+ "https://repo.anaconda.com/pkgs/r"
6
+ ],
7
+ "conda_build_version": "25.1.2",
8
+ "conda_version": "25.1.1",
9
+ "description": "SQLite is a self-contained, high-reliability, embedded, full-featured,\npublic-domain, SQL database engine. It is the most used database engine\nin the world.\n",
10
+ "dev_url": "https://sqlite.org/src/dir?ci=trunk",
11
+ "doc_url": "https://www.sqlite.org/docs.html",
12
+ "env_vars": {
13
+ "CIO_TEST": "<not set>"
14
+ },
15
+ "extra": {
16
+ "copy_test_source_files": true,
17
+ "final": true,
18
+ "recipe-maintainers": [
19
+ "jakirkham",
20
+ "jjhelmus",
21
+ "msarahan",
22
+ "ocefpaf",
23
+ "snorfalorpagus",
24
+ "mingwandroid",
25
+ "xylar"
26
+ ]
27
+ },
28
+ "home": "https://www.sqlite.org",
29
+ "identifiers": [],
30
+ "keywords": [],
31
+ "license": "blessing",
32
+ "license_family": "Other",
33
+ "license_file": "LICENSE.md",
34
+ "root_pkgs": [
35
+ "_libgcc_mutex 0.1 main",
36
+ "ca-certificates 2025.11.4 h06a4308_0",
37
+ "ld_impl_linux-64 2.40 h12ee557_0",
38
+ "libstdcxx-ng 11.2.0 h1234567_1",
39
+ "nlohmann_json 3.11.2 h6a678d5_0",
40
+ "pybind11-abi 5 hd3eb1b0_0",
41
+ "tzdata 2025a h04d1e81_0",
42
+ "libgomp 11.2.0 h1234567_1",
43
+ "_openmp_mutex 5.1 1_gnu",
44
+ "libgcc-ng 11.2.0 h1234567_1",
45
+ "bzip2 1.0.8 h5eee18b_6",
46
+ "c-ares 1.19.1 h5eee18b_0",
47
+ "cpp-expected 1.1.0 hdb19cb5_0",
48
+ "expat 2.7.3 h3385a95_0",
49
+ "fmt 9.1.0 hdb19cb5_1",
50
+ "icu 73.1 h6a678d5_0",
51
+ "libev 4.33 h7f8727e_1",
52
+ "libffi 3.4.4 h6a678d5_1",
53
+ "libuuid 1.41.5 h5eee18b_0",
54
+ "lz4-c 1.9.4 h6a678d5_1",
55
+ "ncurses 6.4 h6a678d5_0",
56
+ "reproc 14.2.4 h6a678d5_2",
57
+ "simdjson 3.10.1 hdb19cb5_0",
58
+ "xz 5.4.6 h5eee18b_1",
59
+ "yaml-cpp 0.8.0 h6a678d5_1",
60
+ "zlib 1.2.13 h5eee18b_1",
61
+ "libedit 3.1.20230828 h5eee18b_0",
62
+ "libnghttp2 1.57.0 h2d74bed_0",
63
+ "libssh2 1.11.1 h251f7ec_0",
64
+ "libxml2 2.13.5 hfdd30dd_0",
65
+ "pcre2 10.42 hebb0a14_1",
66
+ "readline 8.2 h5eee18b_0",
67
+ "reproc-cpp 14.2.4 h6a678d5_2",
68
+ "spdlog 1.11.0 hdb19cb5_0",
69
+ "patch 2.8 hb25bd0a_0",
70
+ "zstd 1.5.6 hc292b87_0",
71
+ "krb5 1.20.1 h143b758_1",
72
+ "libarchive 3.7.7 hfab0078_0",
73
+ "libsolv 0.7.30 he621ea3_1",
74
+ "sqlite 3.45.3 h5eee18b_0",
75
+ "python 3.12.9 h5148396_0",
76
+ "libmamba 2.0.5 haf1ee3a_1",
77
+ "menuinst 2.2.0 py312h06a4308_1",
78
+ "anaconda-anon-usage 0.5.0 py312hfc0e8ea_100",
79
+ "annotated-types 0.6.0 py312h06a4308_0",
80
+ "archspec 0.2.3 pyhd3eb1b0_0",
81
+ "boltons 24.1.0 py312h06a4308_0",
82
+ "brotli-python 1.0.9 py312h6a678d5_9",
83
+ "charset-normalizer 3.3.2 pyhd3eb1b0_0",
84
+ "distro 1.9.0 py312h06a4308_0",
85
+ "frozendict 2.4.2 py312h06a4308_0",
86
+ "idna 3.7 py312h06a4308_0",
87
+ "jsonpointer 2.1 pyhd3eb1b0_0",
88
+ "libmambapy 2.0.5 py312hdb19cb5_1",
89
+ "mdurl 0.1.0 py312h06a4308_0",
90
+ "packaging 24.2 py312h06a4308_0",
91
+ "platformdirs 3.10.0 py312h06a4308_0",
92
+ "pluggy 1.5.0 py312h06a4308_0",
93
+ "pycosat 0.6.6 py312h5eee18b_2",
94
+ "pycparser 2.21 pyhd3eb1b0_0",
95
+ "pygments 2.15.1 py312h06a4308_1",
96
+ "pysocks 1.7.1 py312h06a4308_0",
97
+ "ruamel.yaml.clib 0.2.8 py312h5eee18b_0",
98
+ "setuptools 75.8.0 py312h06a4308_0",
99
+ "tqdm 4.67.1 py312he106c6f_0",
100
+ "truststore 0.10.0 py312h06a4308_0",
101
+ "typing_extensions 4.12.2 py312h06a4308_0",
102
+ "wheel 0.45.1 py312h06a4308_0",
103
+ "cffi 1.17.1 py312h1fdaa30_1",
104
+ "jsonpatch 1.33 py312h06a4308_1",
105
+ "markdown-it-py 2.2.0 py312h06a4308_1",
106
+ "pip 25.0 py312h06a4308_0",
107
+ "ruamel.yaml 0.18.6 py312h5eee18b_0",
108
+ "typing-extensions 4.12.2 py312h06a4308_0",
109
+ "urllib3 2.3.0 py312h06a4308_0",
110
+ "cryptography 43.0.3 py312h7825ff9_1",
111
+ "pydantic-core 2.27.1 py312h4aa5aa6_0",
112
+ "requests 2.32.3 py312h06a4308_1",
113
+ "rich 13.9.4 py312h06a4308_0",
114
+ "zstandard 0.23.0 py312h2c38b39_1",
115
+ "conda-content-trust 0.2.0 py312h06a4308_1",
116
+ "conda-package-streaming 0.11.0 py312h06a4308_0",
117
+ "pydantic 2.10.3 py312h06a4308_0",
118
+ "conda-package-handling 2.4.0 py312h06a4308_0",
119
+ "conda 25.1.1 py312h06a4308_0",
120
+ "conda-anaconda-tos 0.1.2 py312h06a4308_0",
121
+ "conda-libmamba-solver 25.1.1 pyhd3eb1b0_0",
122
+ "libiconv 1.16 h5eee18b_3",
123
+ "liblief 0.12.3 h6a678d5_0",
124
+ "libsodium 1.0.20 heac8642_0",
125
+ "libunistring 1.3 hb25bd0a_0",
126
+ "openssl 3.0.18 hd6dcaed_0",
127
+ "patchelf 0.17.2 h6a678d5_0",
128
+ "perl 5.40.2 0_h5eee18b_perl5",
129
+ "pthread-stubs 0.3 h0ce48e5_1",
130
+ "xorg-libxau 1.0.12 h9b100fa_0",
131
+ "xorg-libxdmcp 1.1.5 h9b100fa_0",
132
+ "xorg-xorgproto 2024.1 h5eee18b_1",
133
+ "yaml 0.2.5 h7b6447c_0",
134
+ "libxcb 1.17.0 h9b100fa_0",
135
+ "gettext 0.21.0 hedfda30_2",
136
+ "xorg-libx11 1.8.12 h9b100fa_1",
137
+ "libidn2 2.3.8 hf80d704_0",
138
+ "tk 8.6.15 h54e0aa7_0",
139
+ "libcurl 8.16.0 heebcbe5_0",
140
+ "git 2.51.0 pl5382h000ed5b_0",
141
+ "argcomplete 3.6.2 py312h06a4308_0",
142
+ "attrs 25.4.0 py312h06a4308_2",
143
+ "certifi 2025.10.5 py312h06a4308_0",
144
+ "chardet 5.2.0 py312h06a4308_0",
145
+ "click 8.2.1 py312h06a4308_0",
146
+ "filelock 3.20.0 py312h06a4308_0",
147
+ "jmespath 1.0.1 py312h06a4308_0",
148
+ "markupsafe 3.0.2 py312h5eee18b_0",
149
+ "more-itertools 10.8.0 py312h06a4308_0",
150
+ "pkginfo 1.12.0 py312h06a4308_0",
151
+ "psutil 7.0.0 py312hee96239_1",
152
+ "py-lief 0.12.3 py312h6a678d5_0",
153
+ "python-libarchive-c 5.1 pyhd3eb1b0_0",
154
+ "pytz 2025.2 py312h06a4308_0",
155
+ "pyyaml 6.0.2 py312h5eee18b_0",
156
+ "rpds-py 0.28.0 py312h498d7c9_0",
157
+ "six 1.17.0 py312h06a4308_0",
158
+ "soupsieve 2.5 py312h06a4308_0",
159
+ "tomlkit 0.13.2 py312h06a4308_0",
160
+ "xmltodict 0.14.2 py312h06a4308_0",
161
+ "jinja2 3.1.6 py312h06a4308_0",
162
+ "python-dateutil 2.9.0post0 py312h06a4308_2",
163
+ "referencing 0.37.0 py312h06a4308_0",
164
+ "yq 3.4.3 py312h06a4308_0",
165
+ "beautifulsoup4 4.13.5 py312h06a4308_0",
166
+ "botocore 1.40.54 py312h06a4308_0",
167
+ "jsonschema-specifications 2023.7.1 py312h06a4308_1",
168
+ "pynacl 1.5.0 py312h2630517_2",
169
+ "jsonschema 4.25.0 py312h06a4308_1",
170
+ "s3transfer 0.14.0 py312h06a4308_0",
171
+ "boto3 1.40.54 py312h06a4308_0",
172
+ "conda-anaconda-telemetry 0.3.0 pyhd3eb1b0_1",
173
+ "conda-index 0.5.0 py312h06a4308_0",
174
+ "conda-build 25.1.2 py312h06a4308_0"
175
+ ],
176
+ "summary": "Implements a self-contained, zero-configuration, SQL database engine",
177
+ "tags": []
178
+ }
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/files ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ bin/sqlite3
2
+ include/sqlite3.h
3
+ include/sqlite3ext.h
4
+ lib/libsqlite3.so
5
+ lib/libsqlite3.so.0
6
+ lib/libsqlite3.so.3.51.1
7
+ lib/pkgconfig/sqlite3.pc
8
+ share/man/man1/sqlite3.1
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/git ADDED
File without changes
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/has_prefix ADDED
@@ -0,0 +1 @@
 
 
1
+ /home/task_176760844412800/croot/sqlite_1767608501992/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_plac text lib/pkgconfig/sqlite3.pc
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/hash_input.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "target_platform": "linux-64",
3
+ "readline": "8",
4
+ "c_stdlib_version": "2.28",
5
+ "ncurses": "6",
6
+ "c_compiler": "gcc",
7
+ "BUILD": "x86_64-conda_el8-linux-gnu",
8
+ "c_stdlib": "sysroot",
9
+ "channel_targets": "defaults",
10
+ "sqlite": "3",
11
+ "c_compiler_version": "14.3.0",
12
+ "zlib": "1.2",
13
+ "__glibc": "__glibc >=2.28,<3.0.a0"
14
+ }
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/index.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arch": "x86_64",
3
+ "build": "he0a8d7e_0",
4
+ "build_number": 0,
5
+ "depends": [
6
+ "__glibc >=2.28,<3.0.a0",
7
+ "libgcc >=14",
8
+ "ncurses >=6.5,<7.0a0",
9
+ "readline >=8.3,<9.0a0",
10
+ "zlib >=1.2.13,<2.0a0"
11
+ ],
12
+ "license": "blessing",
13
+ "license_family": "Other",
14
+ "name": "sqlite",
15
+ "platform": "linux",
16
+ "subdir": "linux-64",
17
+ "timestamp": 1767608556695,
18
+ "version": "3.51.1"
19
+ }
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/licenses/LICENSE.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ The author disclaims copyright to this source code. In place of
2
+ a legal notice, here is a blessing:
3
+
4
+ * May you do good and not evil.
5
+ * May you find forgiveness for yourself and forgive others.
6
+ * May you share freely, never taking more than you give.
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/paths.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "paths": [
3
+ {
4
+ "_path": "bin/sqlite3",
5
+ "path_type": "hardlink",
6
+ "sha256": "5089110e1eba89e350ecf23fb89b9abe7dabbf0bc7fe916faa9d29bcf6fe86f4",
7
+ "size_in_bytes": 2015408
8
+ },
9
+ {
10
+ "_path": "include/sqlite3.h",
11
+ "path_type": "hardlink",
12
+ "sha256": "4340a24cda7bc436d62459c3c5237f67b9ab716ddca872faf8052d0ce0d97119",
13
+ "size_in_bytes": 671786
14
+ },
15
+ {
16
+ "_path": "include/sqlite3ext.h",
17
+ "path_type": "hardlink",
18
+ "sha256": "ea81fb7bd05882e0e0b92c4d60f677b205f7f1fbf085f218b12f0b5b3f0b9e48",
19
+ "size_in_bytes": 38632
20
+ },
21
+ {
22
+ "_path": "lib/libsqlite3.so",
23
+ "path_type": "softlink",
24
+ "sha256": "1ff176fff66e4a603f4b6f709f64d90a35d74cf12a3c1ee2a18919446f32489a",
25
+ "size_in_bytes": 1488352
26
+ },
27
+ {
28
+ "_path": "lib/libsqlite3.so.0",
29
+ "path_type": "softlink",
30
+ "sha256": "1ff176fff66e4a603f4b6f709f64d90a35d74cf12a3c1ee2a18919446f32489a",
31
+ "size_in_bytes": 1488352
32
+ },
33
+ {
34
+ "_path": "lib/libsqlite3.so.3.51.1",
35
+ "path_type": "hardlink",
36
+ "sha256": "1ff176fff66e4a603f4b6f709f64d90a35d74cf12a3c1ee2a18919446f32489a",
37
+ "size_in_bytes": 1488352
38
+ },
39
+ {
40
+ "_path": "lib/pkgconfig/sqlite3.pc",
41
+ "file_mode": "text",
42
+ "path_type": "hardlink",
43
+ "prefix_placeholder": "/home/task_176760844412800/croot/sqlite_1767608501992/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_plac",
44
+ "sha256": "52f64bb1359bd08ed0c38f1bccd8719c9af373dcfb7c24cd4c76fa096c7d5c3c",
45
+ "size_in_bytes": 531
46
+ },
47
+ {
48
+ "_path": "share/man/man1/sqlite3.1",
49
+ "path_type": "hardlink",
50
+ "sha256": "1edbafb8886b64e5e72ca559d306f5ee63356cbf1059f72e908b66d1e231c46e",
51
+ "size_in_bytes": 5315
52
+ }
53
+ ],
54
+ "paths_version": 1
55
+ }
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/recipe/LICENSE.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ The author disclaims copyright to this source code. In place of
2
+ a legal notice, here is a blessing:
3
+
4
+ * May you do good and not evil.
5
+ * May you find forgiveness for yourself and forgive others.
6
+ * May you share freely, never taking more than you give.
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/recipe/bld.bat ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ if "%ARCH%"=="32" (
2
+ set PLATFORM=x86
3
+ ) else (
4
+ set PLATFORM=x64
5
+ )
6
+
7
+ :: build the shell
8
+ cl ^
9
+ /DSQLITE_ENABLE_RTREE ^
10
+ /DSQLITE_ENABLE_GEOPOLY ^
11
+ /DSQLITE_ENABLE_COLUMN_METADATA=1 ^
12
+ /DSQLITE_MAX_VARIABLE_NUMBER=250000 ^
13
+ /DSQLITE_ENABLE_FTS5 ^
14
+ shell.c sqlite3.c -Fesqlite3.exe ^
15
+ /DSQLITE_EXPORTS
16
+
17
+ :: build the dll
18
+ cl ^
19
+ /DSQLITE_ENABLE_RTREE ^
20
+ /DSQLITE_ENABLE_GEOPOLY ^
21
+ /DSQLITE_ENABLE_COLUMN_METADATA=1 ^
22
+ /DSQLITE_MAX_VARIABLE_NUMBER=250000 ^
23
+ /DSQLITE_ENABLE_JSON1 ^
24
+ /DSQLITE_ENABLE_FTS5 ^
25
+ sqlite3.c -link -dll -out:sqlite3.dll
26
+
27
+ COPY sqlite3.exe %LIBRARY_BIN% || exit 1
28
+ COPY sqlite3.dll %LIBRARY_BIN% || exit 1
29
+ COPY sqlite3.lib %LIBRARY_LIB% || exit 1
30
+ COPY sqlite3.h %LIBRARY_INC% || exit 1
31
+ COPY sqlite3ext.h %LIBRARY_INC% || exit 1
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/recipe/build.sh ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Prevent running ldconfig when cross-compiling.
4
+ if [[ "${BUILD}" != "${HOST}" ]]; then
5
+ echo "#!/usr/bin/env bash" > ldconfig
6
+ chmod +x ldconfig
7
+ export PATH=${PWD}:$PATH
8
+ fi
9
+
10
+ export CPPFLAGS="${CPPFLAGS} -DSQLITE_ENABLE_COLUMN_METADATA=1 \
11
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
12
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
13
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
14
+ -DSQLITE_SECURE_DELETE \
15
+ -DSQLITE_MAX_VARIABLE_NUMBER=250000 \
16
+ -DSQLITE_MAX_EXPR_DEPTH=10000 \
17
+ -DSQLITE_ENABLE_GEOPOLY \
18
+ -DSQLITE_ENABLE_FTS5 \
19
+ -DSQLITE_ENABLE_RTREE=1"
20
+
21
+ export SONAME_SWITCH=""
22
+ if [[ $target_platform =~ linux.* ]]; then
23
+ export CFLAGS="${CFLAGS} -DHAVE_PREAD64 -DHAVE_PWRITE64"
24
+ # Following upstream project build system migration to autosetup in v3.49.0, soname is no longer
25
+ # set. Use a flag with "legacy" value to sets soname to its historical value of "libsqlite3.so.0".
26
+ # Reference: https://github.com/conda-forge/sqlite-feedstock/issues/146
27
+ export SONAME_SWITCH="--soname=legacy"
28
+ fi
29
+
30
+ ./configure --prefix=${PREFIX} \
31
+ --build=${BUILD} \
32
+ --host=${HOST} \
33
+ --enable-threadsafe \
34
+ --enable-readline \
35
+ --disable-editline \
36
+ --disable-static \
37
+ ${SONAME_SWITCH} \
38
+ CFLAGS="${CFLAGS} -I${PREFIX}/include" \
39
+ LDFLAGS="${LDFLAGS} -L${PREFIX}/lib"
40
+
41
+ make -j${CPU_COUNT} ${VERBOSE_AT}
42
+ make install
43
+
44
+ # We can remove this when we start using the new conda-build.
45
+ find $PREFIX -name '*.la' -delete
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/recipe/conda_build_config.yaml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ BUILD: x86_64-conda_el8-linux-gnu
2
+ c_compiler: gcc
3
+ c_compiler_version: 14.3.0
4
+ c_stdlib: sysroot
5
+ c_stdlib_version: '2.28'
6
+ channel_targets: defaults
7
+ cpu_optimization_target: nocona
8
+ cran_mirror: https://cran.r-project.org
9
+ cxx_compiler: gxx
10
+ extend_keys:
11
+ - extend_keys
12
+ - ignore_version
13
+ - pin_run_as_build
14
+ - ignore_build_only_deps
15
+ fortran_compiler: gfortran
16
+ ignore_build_only_deps:
17
+ - numpy
18
+ - python
19
+ lua: '5'
20
+ ncurses: '6'
21
+ numpy: '1.26'
22
+ perl: 5.26.2
23
+ pin_run_as_build:
24
+ python:
25
+ max_pin: x.x
26
+ min_pin: x.x
27
+ r-base:
28
+ max_pin: x.x
29
+ min_pin: x.x
30
+ platform: linux-64
31
+ python: '3.11'
32
+ r_base: '3.5'
33
+ readline: '8'
34
+ sqlite: '3'
35
+ target_platform: linux-64
36
+ zlib: '1.2'
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/recipe/expose_symbols.patch ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ diff --git sqlite3.c sqlite3.c
2
+ index 123c65e..7b22843 100644
3
+ --- sqlite3.c
4
+ +++ sqlite3.c
5
+ @@ -258,6 +258,8 @@
6
+ extern "C" {
7
+ #endif
8
+
9
+ +// Always dll export, providing only a shared lib for sqlite.
10
+ +#define SQLITE_API __declspec( dllexport )
11
+
12
+ /*
13
+ ** Provide the ability to override linkage features of the interface.
14
+ diff --git sqlite3.h sqlite3.h
15
+ index 37d1024..abeca23 100644
16
+ --- sqlite3.h
17
+ +++ sqlite3.h
18
+ @@ -41,6 +41,10 @@
19
+ extern "C" {
20
+ #endif
21
+
22
+ +#ifndef SQLITE_EXPORTS
23
+ +// Always dll import, providing only a shared lib for sqlite.
24
+ +#define SQLITE_API __declspec( dllimport )
25
+ +#endif
26
+
27
+ /*
28
+ ** Provide the ability to override linkage features of the interface.
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/recipe/meta.yaml ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file created by conda-build 25.1.2
2
+ # meta.yaml template originally from:
3
+ # /home/task_176760844412800/sqlite-feedstock/recipe, last modified Mon Jan 5 10:21:23 2026
4
+ # ------------------------------------------------
5
+
6
+ package:
7
+ name: sqlite
8
+ version: 3.51.1
9
+ source:
10
+ patches: null
11
+ sha256: 4f2445cd70479724d32ad015ec7fd37fbb6f6130013bd4bfbc80c32beb42b7e0
12
+ url: https://www.sqlite.org/2025/sqlite-autoconf-3510100.tar.gz
13
+ build:
14
+ number: '0'
15
+ run_exports:
16
+ - sqlite >=3.51.1,<4.0a0
17
+ string: he0a8d7e_0
18
+ requirements:
19
+ build:
20
+ - _libgcc_mutex 0.1 main
21
+ - _openmp_mutex 5.1 1_gnu
22
+ - binutils_impl_linux-64 2.44 h4b9a079_2
23
+ - binutils_linux-64 2.44 hc03a8fd_2
24
+ - gcc_impl_linux-64 14.3.0 h4943218_4
25
+ - gcc_linux-64 14.3.0 hda73cce_12
26
+ - kernel-headers_linux-64 4.18.0 h3108a97_1
27
+ - ld_impl_linux-64 2.44 h153f514_2
28
+ - libgcc 15.2.0 h69a1729_7
29
+ - libgcc-devel_linux-64 14.3.0 he7458c1_104
30
+ - libgcc-ng 15.2.0 h166f726_7
31
+ - libgomp 15.2.0 h4751f2c_7
32
+ - libsanitizer 14.3.0 hd4faa28_4
33
+ - libstdcxx 15.2.0 h39759b7_7
34
+ - make 4.2.1 h1bed415_1
35
+ - sysroot_linux-64 2.28 h3108a97_1
36
+ - tzdata 2025b h04d1e81_0
37
+ host:
38
+ - _libgcc_mutex 0.1 main
39
+ - _openmp_mutex 5.1 1_gnu
40
+ - libgcc 15.2.0 h69a1729_7
41
+ - libgcc-ng 15.2.0 h166f726_7
42
+ - libgomp 15.2.0 h4751f2c_7
43
+ - ncurses 6.5 h7934f7d_0
44
+ - readline 8.3 hc2a1206_0
45
+ - zlib 1.2.13 hd233ad5_2
46
+ run:
47
+ - __glibc >=2.28,<3.0.a0
48
+ - libgcc >=14
49
+ - ncurses >=6.5,<7.0a0
50
+ - readline >=8.3,<9.0a0
51
+ - zlib >=1.2.13,<2.0a0
52
+ test:
53
+ commands:
54
+ - sqlite3 --version
55
+ - python -c "import sqlite3; print(sqlite3.sqlite_version)"
56
+ - test -f $PREFIX/bin/sqlite3
57
+ - test -f $PREFIX/lib/libsqlite3${SHLIB_EXT}
58
+ - test ! -f $PREFIX/lib/libsqlite3.a
59
+ - test -f $PREFIX/include/sqlite3.h
60
+ - test -f $PREFIX/include/sqlite3ext.h
61
+ - test -f $PREFIX/lib/pkgconfig/sqlite3.pc
62
+ - readelf -d $PREFIX/lib/libsqlite3${SHLIB_EXT} | grep SONAME
63
+ requires:
64
+ - binutils
65
+ - python
66
+ about:
67
+ description: 'SQLite is a self-contained, high-reliability, embedded, full-featured,
68
+
69
+ public-domain, SQL database engine. It is the most used database engine
70
+
71
+ in the world.
72
+
73
+ '
74
+ dev_url: https://sqlite.org/src/dir?ci=trunk
75
+ doc_url: https://www.sqlite.org/docs.html
76
+ home: https://www.sqlite.org
77
+ license: blessing
78
+ license_family: Other
79
+ license_file: LICENSE.md
80
+ summary: Implements a self-contained, zero-configuration, SQL database engine
81
+ extra:
82
+ copy_test_source_files: true
83
+ final: true
84
+ recipe-maintainers:
85
+ - jakirkham
86
+ - jjhelmus
87
+ - mingwandroid
88
+ - msarahan
89
+ - ocefpaf
90
+ - snorfalorpagus
91
+ - xylar
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/recipe/meta.yaml.template ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {% set version = "3.51.1" %}
2
+ {% set year = "2025" %}
3
+ {% set version_split = version.split(".") %}
4
+ {% set major = version_split[0] %}
5
+ {% set minor = version_split[1]|int * 10 %}
6
+ {% set bugfix = version_split[2]|int * 100 %}
7
+ {% set version_coded=(major ~ (("%03d" % minor)|string) ~ (("%03d" % bugfix)|string)) %}
8
+
9
+ package:
10
+ name: sqlite
11
+ version: {{ version }}
12
+
13
+ source:
14
+ url: https://www.sqlite.org/{{ year }}/sqlite-autoconf-{{ version_coded }}.tar.gz
15
+ sha256: 4f2445cd70479724d32ad015ec7fd37fbb6f6130013bd4bfbc80c32beb42b7e0
16
+ patches:
17
+ - expose_symbols.patch # [win]
18
+
19
+ build:
20
+ number: 0
21
+ string: h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}
22
+ run_exports:
23
+ # sometimes adds new symbols. Default behavior is OK.
24
+ # https://abi-laboratory.pro/tracker/timeline/sqlite/
25
+ - {{ pin_subpackage('sqlite') }}
26
+
27
+ requirements:
28
+ build:
29
+ - {{ compiler('c') }}
30
+ - {{ stdlib('c') }}
31
+ - make # [not win]
32
+ host:
33
+ - ncurses {{ ncurses }} # [not win]
34
+ - readline {{ readline }} # [not win]
35
+ - zlib {{ zlib }} # [not win]
36
+ run:
37
+ - {{ pin_compatible('ncurses') }} # [not win]
38
+ - {{ pin_compatible('readline') }} # [not win]
39
+ - {{ pin_compatible('zlib') }} # [not win]
40
+
41
+ test:
42
+ requires:
43
+ - python
44
+ - binutils # [linux]
45
+ commands:
46
+ - sqlite3 --version
47
+ - python -c "import sqlite3; print(sqlite3.sqlite_version)"
48
+ - if not exist %PREFIX%\\Library\bin\sqlite3.exe exit 1 # [win]
49
+ - if not exist %PREFIX%\\Library\bin\sqlite3.dll exit 1 # [win]
50
+ - if not exist %PREFIX%\\Library\lib\sqlite3.lib exit 1 # [win]
51
+ - test -f $PREFIX/bin/sqlite3 # [not win]
52
+ - test -f $PREFIX/lib/libsqlite3${SHLIB_EXT} # [not win]
53
+ - test ! -f $PREFIX/lib/libsqlite3.a # [not win]
54
+ - if not exist %PREFIX%\\Library\include\sqlite3.h exit 1 # [win]
55
+ - if not exist %PREFIX%\\Library\include\sqlite3ext.h exit 1 # [win]
56
+ - test -f $PREFIX/include/sqlite3.h # [not win]
57
+ - test -f $PREFIX/include/sqlite3ext.h # [not win]
58
+ - test -f $PREFIX/lib/pkgconfig/sqlite3.pc # [not win]
59
+ # make sure that soname is set
60
+ - readelf -d $PREFIX/lib/libsqlite3${SHLIB_EXT} | grep SONAME # [linux]
61
+
62
+ about:
63
+ home: https://www.sqlite.org
64
+ license: blessing
65
+ license_file: LICENSE.md
66
+ license_family: Other
67
+ summary: Implements a self-contained, zero-configuration, SQL database engine
68
+ description: |
69
+ SQLite is a self-contained, high-reliability, embedded, full-featured,
70
+ public-domain, SQL database engine. It is the most used database engine
71
+ in the world.
72
+ doc_url: https://www.sqlite.org/docs.html
73
+ dev_url: https://sqlite.org/src/dir?ci=trunk
74
+
75
+ extra:
76
+ recipe-maintainers:
77
+ - jakirkham
78
+ - jjhelmus
79
+ - msarahan
80
+ - ocefpaf
81
+ - snorfalorpagus
82
+ - mingwandroid
83
+ - xylar
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/repodata_record.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arch": "x86_64",
3
+ "build": "he0a8d7e_0",
4
+ "build_number": 0,
5
+ "channel": "https://repo.anaconda.com/pkgs/main/linux-64/",
6
+ "constrains": [],
7
+ "depends": [
8
+ "__glibc >=2.28,<3.0.a0",
9
+ "libgcc >=14",
10
+ "ncurses >=6.5,<7.0a0",
11
+ "readline >=8.3,<9.0a0",
12
+ "zlib >=1.2.13,<2.0a0"
13
+ ],
14
+ "fn": "sqlite-3.51.1-he0a8d7e_0.conda",
15
+ "license": "blessing",
16
+ "license_family": "Other",
17
+ "md5": "63165d4db945c028e17efd2c87320926",
18
+ "name": "sqlite",
19
+ "platform": "linux",
20
+ "sha256": "7f5ed30f1fd5a9affaf7ea4e0c6b173ee1336138d8a9e4d6ac86908dc0577acb",
21
+ "size": 1264581,
22
+ "subdir": "linux-64",
23
+ "timestamp": 1767608556000,
24
+ "url": "https://repo.anaconda.com/pkgs/main/linux-64/sqlite-3.51.1-he0a8d7e_0.conda",
25
+ "version": "3.51.1"
26
+ }
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/run_exports.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"weak": ["sqlite >=3.51.1,<4.0a0"]}
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/test/run_test.sh ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ set -ex
4
+
5
+
6
+
7
+ sqlite3 --version
8
+ python -c "import sqlite3; print(sqlite3.sqlite_version)"
9
+ test -f $PREFIX/bin/sqlite3
10
+ test -f $PREFIX/lib/libsqlite3${SHLIB_EXT}
11
+ test ! -f $PREFIX/lib/libsqlite3.a
12
+ test -f $PREFIX/include/sqlite3.h
13
+ test -f $PREFIX/include/sqlite3ext.h
14
+ test -f $PREFIX/lib/pkgconfig/sqlite3.pc
15
+ readelf -d $PREFIX/lib/libsqlite3${SHLIB_EXT} | grep SONAME
16
+ exit 0
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/info/test/test_time_dependencies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["binutils", "python"]
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/lib/pkgconfig/sqlite3.pc ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Package Information for pkg-config
2
+
3
+ prefix=/home/task_176760844412800/croot/sqlite_1767608501992/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_plac
4
+ exec_prefix=${prefix}
5
+ libdir=${exec_prefix}/lib
6
+ includedir=${prefix}/include
7
+
8
+ Name: SQLite
9
+ Description: SQL database engine
10
+ Version: 3.51.1
11
+ Libs: -L${libdir} -lsqlite3
12
+ Libs.private: -lm -lz -ldl -lpthread
13
+ Cflags: -I${includedir}
miniconda3/pkgs/sqlite-3.51.1-he0a8d7e_0/share/man/man1/sqlite3.1 ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .\" Hey, EMACS: -*- nroff -*-
2
+ .\" First parameter, NAME, should be all caps
3
+ .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4
+ .\" other parameters are allowed: see man(7), man(1)
5
+ .TH SQLITE3 1 "Fri Aug 11 23:50:12 CET 2023"
6
+ .\" Please adjust this date whenever revising the manpage.
7
+ .\"
8
+ .\" Some roff macros, for reference:
9
+ .\" .nh disable hyphenation
10
+ .\" .hy enable hyphenation
11
+ .\" .ad l left justify
12
+ .\" .ad b justify to both left and right margins
13
+ .\" .nf disable filling
14
+ .\" .fi enable filling
15
+ .\" .br insert line break
16
+ .\" .sp <n> insert n+1 empty lines
17
+ .\" for manpage-specific macros, see man(7)
18
+ .SH NAME
19
+ .B sqlite3
20
+ \- A command line interface for SQLite version 3
21
+
22
+ .SH SYNOPSIS
23
+ .B sqlite3
24
+ .RI [ options ]
25
+ .RI [ databasefile ]
26
+ .RI [ SQL ]
27
+
28
+ .SH SUMMARY
29
+ .PP
30
+ .B sqlite3
31
+ is a terminal-based front-end to the SQLite library that can evaluate
32
+ queries interactively and display the results in multiple formats.
33
+ .B sqlite3
34
+ can also be used within shell scripts and other applications to provide
35
+ batch processing features.
36
+
37
+ .SH DESCRIPTION
38
+ To start a
39
+ .B sqlite3
40
+ interactive session, invoke the
41
+ .B sqlite3
42
+ command and optionally provide the name of a database file. If the
43
+ database file does not exist, it will be created. If the database file
44
+ does exist, it will be opened.
45
+
46
+ For example, to create a new database file named "mydata.db", create
47
+ a table named "memos" and insert a couple of records into that table:
48
+ .sp
49
+ $
50
+ .B sqlite3 mydata.db
51
+ .br
52
+ SQLite version 3.43.0 2023-08-11 17:45:23
53
+ .br
54
+ Enter ".help" for usage hints.
55
+ .br
56
+ sqlite>
57
+ .B create table memos(text, priority INTEGER);
58
+ .br
59
+ sqlite>
60
+ .B insert into memos values('deliver project description', 10);
61
+ .br
62
+ sqlite>
63
+ .B insert into memos values('lunch with Christine', 100);
64
+ .br
65
+ sqlite>
66
+ .B select * from memos;
67
+ .br
68
+ deliver project description|10
69
+ .br
70
+ lunch with Christine|100
71
+ .br
72
+ sqlite>
73
+ .sp
74
+
75
+ If no database name is supplied, the ATTACH sql command can be used
76
+ to attach to existing or create new database files. ATTACH can also
77
+ be used to attach to multiple databases within the same interactive
78
+ session. This is useful for migrating data between databases,
79
+ possibly changing the schema along the way.
80
+
81
+ Optionally, a SQL statement or set of SQL statements can be supplied as
82
+ a single argument. Multiple statements should be separated by
83
+ semi-colons.
84
+
85
+ For example:
86
+ .sp
87
+ $
88
+ .B sqlite3 -line mydata.db 'select * from memos where priority > 20;'
89
+ .br
90
+ text = lunch with Christine
91
+ .br
92
+ priority = 100
93
+ .br
94
+ .sp
95
+
96
+ .SS SQLITE META-COMMANDS
97
+ .PP
98
+ The interactive interpreter offers a set of meta-commands that can be
99
+ used to control the output format, examine the currently attached
100
+ database files, or perform administrative operations upon the
101
+ attached databases (such as rebuilding indices). Meta-commands are
102
+ always prefixed with a dot (.).
103
+
104
+ A list of available meta-commands can be viewed at any time by issuing
105
+ the '.help' command. For example:
106
+ .sp
107
+ sqlite>
108
+ .B .help
109
+ .nf
110
+ .tr %.
111
+ ...
112
+ .sp
113
+ .fi
114
+
115
+ The available commands differ by version and build options, so they
116
+ are not listed here. Please refer to your local copy for all available
117
+ options.
118
+
119
+
120
+ .SH INIT FILE
121
+ .B sqlite3
122
+ reads an initialization file to set the configuration of the
123
+ interactive environment. Throughout initialization, any previously
124
+ specified setting can be overridden. The sequence of initialization is
125
+ as follows:
126
+
127
+ o The default configuration is established as follows:
128
+
129
+ .sp
130
+ .nf
131
+ .cc |
132
+ mode = LIST
133
+ separator = "|"
134
+ main prompt = "sqlite> "
135
+ continue prompt = " ...> "
136
+ |cc .
137
+ .sp
138
+ .fi
139
+
140
+ o If the environment variable XDG_CONFIG_HOME is set then
141
+ .B ${XDG_CONFIG_HOME}/sqlite3/sqliterc
142
+ is checked, else
143
+ .B ~/.config/sqlite3/sqliterc
144
+ is checked. If the selected file does not exist then the fallback of
145
+ .B ~/.sqliterc
146
+ is used. It should generally only contain meta-commands.
147
+
148
+ o If the -init option is present, the specified file is processed.
149
+
150
+ o All other command line options are processed.
151
+
152
+ .SH HISTORY FILE
153
+ .B sqlite3
154
+ may be configured to use a history file to save SQL statements and
155
+ meta-commands entered interactively. These statements and commands can be
156
+ retrieved, edited and, reused at the main and continue prompts. If the
157
+ environment variable
158
+ .B SQLITE_HISTORY
159
+ is set, it will be used as the name of the history file, whether it
160
+ already exists or not. If it is not set but the XDG_STATE_HOME
161
+ environment variable is then
162
+ .B ${XDG_STATE_HOME}/sqlite_history
163
+ is used. If XDG_STATE_HOME is not set then
164
+ .B ~/.local/state/sqlite_history
165
+ is used. If the selected file does not exist then
166
+ .B ~/.sqlite_history
167
+ will be used as the history file. If any history file is found, it
168
+ will be written if the shell exits interactive mode normally,
169
+ regardless of whether it existed previously, though saving will
170
+ silently fail if the history file's directory does not exist.
171
+ .SH SEE ALSO
172
+ https://sqlite.org/cli.html
173
+ .br
174
+ https://sqlite.org/fiddle (a WebAssembly build of the CLI app)
175
+ .br
176
+ The sqlite3-doc package.
177
+ .SH AUTHOR
178
+ This manual page was originally written by Andreas Rottmann
179
+ <rotty@debian.org>, for the Debian GNU/Linux system (but may be used
180
+ by others). It was subsequently revised by Bill Bumgarner <bbum@mac.com>,
181
+ Laszlo Boszormenyi <gcs@debian.hu>, and the sqlite3 developers.
miniconda3/pkgs/sqlite-3.51.2-h3e8d24a_0/include/sqlite3.h ADDED
The diff for this file is too large to render. See raw diff
 
miniconda3/pkgs/sqlite-3.51.2-h3e8d24a_0/include/sqlite3ext.h ADDED
@@ -0,0 +1,730 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ ** 2006 June 7
3
+ **
4
+ ** The author disclaims copyright to this source code. In place of
5
+ ** a legal notice, here is a blessing:
6
+ **
7
+ ** May you do good and not evil.
8
+ ** May you find forgiveness for yourself and forgive others.
9
+ ** May you share freely, never taking more than you give.
10
+ **
11
+ *************************************************************************
12
+ ** This header file defines the SQLite interface for use by
13
+ ** shared libraries that want to be imported as extensions into
14
+ ** an SQLite instance. Shared libraries that intend to be loaded
15
+ ** as extensions by SQLite should #include this file instead of
16
+ ** sqlite3.h.
17
+ */
18
+ #ifndef SQLITE3EXT_H
19
+ #define SQLITE3EXT_H
20
+ #include "sqlite3.h"
21
+
22
+ /*
23
+ ** The following structure holds pointers to all of the SQLite API
24
+ ** routines.
25
+ **
26
+ ** WARNING: In order to maintain backwards compatibility, add new
27
+ ** interfaces to the end of this structure only. If you insert new
28
+ ** interfaces in the middle of this structure, then older different
29
+ ** versions of SQLite will not be able to load each other's shared
30
+ ** libraries!
31
+ */
32
+ struct sqlite3_api_routines {
33
+ void * (*aggregate_context)(sqlite3_context*,int nBytes);
34
+ int (*aggregate_count)(sqlite3_context*);
35
+ int (*bind_blob)(sqlite3_stmt*,int,const void*,int n,void(*)(void*));
36
+ int (*bind_double)(sqlite3_stmt*,int,double);
37
+ int (*bind_int)(sqlite3_stmt*,int,int);
38
+ int (*bind_int64)(sqlite3_stmt*,int,sqlite_int64);
39
+ int (*bind_null)(sqlite3_stmt*,int);
40
+ int (*bind_parameter_count)(sqlite3_stmt*);
41
+ int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);
42
+ const char * (*bind_parameter_name)(sqlite3_stmt*,int);
43
+ int (*bind_text)(sqlite3_stmt*,int,const char*,int n,void(*)(void*));
44
+ int (*bind_text16)(sqlite3_stmt*,int,const void*,int,void(*)(void*));
45
+ int (*bind_value)(sqlite3_stmt*,int,const sqlite3_value*);
46
+ int (*busy_handler)(sqlite3*,int(*)(void*,int),void*);
47
+ int (*busy_timeout)(sqlite3*,int ms);
48
+ int (*changes)(sqlite3*);
49
+ int (*close)(sqlite3*);
50
+ int (*collation_needed)(sqlite3*,void*,void(*)(void*,sqlite3*,
51
+ int eTextRep,const char*));
52
+ int (*collation_needed16)(sqlite3*,void*,void(*)(void*,sqlite3*,
53
+ int eTextRep,const void*));
54
+ const void * (*column_blob)(sqlite3_stmt*,int iCol);
55
+ int (*column_bytes)(sqlite3_stmt*,int iCol);
56
+ int (*column_bytes16)(sqlite3_stmt*,int iCol);
57
+ int (*column_count)(sqlite3_stmt*pStmt);
58
+ const char * (*column_database_name)(sqlite3_stmt*,int);
59
+ const void * (*column_database_name16)(sqlite3_stmt*,int);
60
+ const char * (*column_decltype)(sqlite3_stmt*,int i);
61
+ const void * (*column_decltype16)(sqlite3_stmt*,int);
62
+ double (*column_double)(sqlite3_stmt*,int iCol);
63
+ int (*column_int)(sqlite3_stmt*,int iCol);
64
+ sqlite_int64 (*column_int64)(sqlite3_stmt*,int iCol);
65
+ const char * (*column_name)(sqlite3_stmt*,int);
66
+ const void * (*column_name16)(sqlite3_stmt*,int);
67
+ const char * (*column_origin_name)(sqlite3_stmt*,int);
68
+ const void * (*column_origin_name16)(sqlite3_stmt*,int);
69
+ const char * (*column_table_name)(sqlite3_stmt*,int);
70
+ const void * (*column_table_name16)(sqlite3_stmt*,int);
71
+ const unsigned char * (*column_text)(sqlite3_stmt*,int iCol);
72
+ const void * (*column_text16)(sqlite3_stmt*,int iCol);
73
+ int (*column_type)(sqlite3_stmt*,int iCol);
74
+ sqlite3_value* (*column_value)(sqlite3_stmt*,int iCol);
75
+ void * (*commit_hook)(sqlite3*,int(*)(void*),void*);
76
+ int (*complete)(const char*sql);
77
+ int (*complete16)(const void*sql);
78
+ int (*create_collation)(sqlite3*,const char*,int,void*,
79
+ int(*)(void*,int,const void*,int,const void*));
80
+ int (*create_collation16)(sqlite3*,const void*,int,void*,
81
+ int(*)(void*,int,const void*,int,const void*));
82
+ int (*create_function)(sqlite3*,const char*,int,int,void*,
83
+ void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
84
+ void (*xStep)(sqlite3_context*,int,sqlite3_value**),
85
+ void (*xFinal)(sqlite3_context*));
86
+ int (*create_function16)(sqlite3*,const void*,int,int,void*,
87
+ void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
88
+ void (*xStep)(sqlite3_context*,int,sqlite3_value**),
89
+ void (*xFinal)(sqlite3_context*));
90
+ int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*);
91
+ int (*data_count)(sqlite3_stmt*pStmt);
92
+ sqlite3 * (*db_handle)(sqlite3_stmt*);
93
+ int (*declare_vtab)(sqlite3*,const char*);
94
+ int (*enable_shared_cache)(int);
95
+ int (*errcode)(sqlite3*db);
96
+ const char * (*errmsg)(sqlite3*);
97
+ const void * (*errmsg16)(sqlite3*);
98
+ int (*exec)(sqlite3*,const char*,sqlite3_callback,void*,char**);
99
+ int (*expired)(sqlite3_stmt*);
100
+ int (*finalize)(sqlite3_stmt*pStmt);
101
+ void (*free)(void*);
102
+ void (*free_table)(char**result);
103
+ int (*get_autocommit)(sqlite3*);
104
+ void * (*get_auxdata)(sqlite3_context*,int);
105
+ int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**);
106
+ int (*global_recover)(void);
107
+ void (*interruptx)(sqlite3*);
108
+ sqlite_int64 (*last_insert_rowid)(sqlite3*);
109
+ const char * (*libversion)(void);
110
+ int (*libversion_number)(void);
111
+ void *(*malloc)(int);
112
+ char * (*mprintf)(const char*,...);
113
+ int (*open)(const char*,sqlite3**);
114
+ int (*open16)(const void*,sqlite3**);
115
+ int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**);
116
+ int (*prepare16)(sqlite3*,const void*,int,sqlite3_stmt**,const void**);
117
+ void * (*profile)(sqlite3*,void(*)(void*,const char*,sqlite_uint64),void*);
118
+ void (*progress_handler)(sqlite3*,int,int(*)(void*),void*);
119
+ void *(*realloc)(void*,int);
120
+ int (*reset)(sqlite3_stmt*pStmt);
121
+ void (*result_blob)(sqlite3_context*,const void*,int,void(*)(void*));
122
+ void (*result_double)(sqlite3_context*,double);
123
+ void (*result_error)(sqlite3_context*,const char*,int);
124
+ void (*result_error16)(sqlite3_context*,const void*,int);
125
+ void (*result_int)(sqlite3_context*,int);
126
+ void (*result_int64)(sqlite3_context*,sqlite_int64);
127
+ void (*result_null)(sqlite3_context*);
128
+ void (*result_text)(sqlite3_context*,const char*,int,void(*)(void*));
129
+ void (*result_text16)(sqlite3_context*,const void*,int,void(*)(void*));
130
+ void (*result_text16be)(sqlite3_context*,const void*,int,void(*)(void*));
131
+ void (*result_text16le)(sqlite3_context*,const void*,int,void(*)(void*));
132
+ void (*result_value)(sqlite3_context*,sqlite3_value*);
133
+ void * (*rollback_hook)(sqlite3*,void(*)(void*),void*);
134
+ int (*set_authorizer)(sqlite3*,int(*)(void*,int,const char*,const char*,
135
+ const char*,const char*),void*);
136
+ void (*set_auxdata)(sqlite3_context*,int,void*,void (*)(void*));
137
+ char * (*xsnprintf)(int,char*,const char*,...);
138
+ int (*step)(sqlite3_stmt*);
139
+ int (*table_column_metadata)(sqlite3*,const char*,const char*,const char*,
140
+ char const**,char const**,int*,int*,int*);
141
+ void (*thread_cleanup)(void);
142
+ int (*total_changes)(sqlite3*);
143
+ void * (*trace)(sqlite3*,void(*xTrace)(void*,const char*),void*);
144
+ int (*transfer_bindings)(sqlite3_stmt*,sqlite3_stmt*);
145
+ void * (*update_hook)(sqlite3*,void(*)(void*,int ,char const*,char const*,
146
+ sqlite_int64),void*);
147
+ void * (*user_data)(sqlite3_context*);
148
+ const void * (*value_blob)(sqlite3_value*);
149
+ int (*value_bytes)(sqlite3_value*);
150
+ int (*value_bytes16)(sqlite3_value*);
151
+ double (*value_double)(sqlite3_value*);
152
+ int (*value_int)(sqlite3_value*);
153
+ sqlite_int64 (*value_int64)(sqlite3_value*);
154
+ int (*value_numeric_type)(sqlite3_value*);
155
+ const unsigned char * (*value_text)(sqlite3_value*);
156
+ const void * (*value_text16)(sqlite3_value*);
157
+ const void * (*value_text16be)(sqlite3_value*);
158
+ const void * (*value_text16le)(sqlite3_value*);
159
+ int (*value_type)(sqlite3_value*);
160
+ char *(*vmprintf)(const char*,va_list);
161
+ /* Added ??? */
162
+ int (*overload_function)(sqlite3*, const char *zFuncName, int nArg);
163
+ /* Added by 3.3.13 */
164
+ int (*prepare_v2)(sqlite3*,const char*,int,sqlite3_stmt**,const char**);
165
+ int (*prepare16_v2)(sqlite3*,const void*,int,sqlite3_stmt**,const void**);
166
+ int (*clear_bindings)(sqlite3_stmt*);
167
+ /* Added by 3.4.1 */
168
+ int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,
169
+ void (*xDestroy)(void *));
170
+ /* Added by 3.5.0 */
171
+ int (*bind_zeroblob)(sqlite3_stmt*,int,int);
172
+ int (*blob_bytes)(sqlite3_blob*);
173
+ int (*blob_close)(sqlite3_blob*);
174
+ int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,
175
+ int,sqlite3_blob**);
176
+ int (*blob_read)(sqlite3_blob*,void*,int,int);
177
+ int (*blob_write)(sqlite3_blob*,const void*,int,int);
178
+ int (*create_collation_v2)(sqlite3*,const char*,int,void*,
179
+ int(*)(void*,int,const void*,int,const void*),
180
+ void(*)(void*));
181
+ int (*file_control)(sqlite3*,const char*,int,void*);
182
+ sqlite3_int64 (*memory_highwater)(int);
183
+ sqlite3_int64 (*memory_used)(void);
184
+ sqlite3_mutex *(*mutex_alloc)(int);
185
+ void (*mutex_enter)(sqlite3_mutex*);
186
+ void (*mutex_free)(sqlite3_mutex*);
187
+ void (*mutex_leave)(sqlite3_mutex*);
188
+ int (*mutex_try)(sqlite3_mutex*);
189
+ int (*open_v2)(const char*,sqlite3**,int,const char*);
190
+ int (*release_memory)(int);
191
+ void (*result_error_nomem)(sqlite3_context*);
192
+ void (*result_error_toobig)(sqlite3_context*);
193
+ int (*sleep)(int);
194
+ void (*soft_heap_limit)(int);
195
+ sqlite3_vfs *(*vfs_find)(const char*);
196
+ int (*vfs_register)(sqlite3_vfs*,int);
197
+ int (*vfs_unregister)(sqlite3_vfs*);
198
+ int (*xthreadsafe)(void);
199
+ void (*result_zeroblob)(sqlite3_context*,int);
200
+ void (*result_error_code)(sqlite3_context*,int);
201
+ int (*test_control)(int, ...);
202
+ void (*randomness)(int,void*);
203
+ sqlite3 *(*context_db_handle)(sqlite3_context*);
204
+ int (*extended_result_codes)(sqlite3*,int);
205
+ int (*limit)(sqlite3*,int,int);
206
+ sqlite3_stmt *(*next_stmt)(sqlite3*,sqlite3_stmt*);
207
+ const char *(*sql)(sqlite3_stmt*);
208
+ int (*status)(int,int*,int*,int);
209
+ int (*backup_finish)(sqlite3_backup*);
210
+ sqlite3_backup *(*backup_init)(sqlite3*,const char*,sqlite3*,const char*);
211
+ int (*backup_pagecount)(sqlite3_backup*);
212
+ int (*backup_remaining)(sqlite3_backup*);
213
+ int (*backup_step)(sqlite3_backup*,int);
214
+ const char *(*compileoption_get)(int);
215
+ int (*compileoption_used)(const char*);
216
+ int (*create_function_v2)(sqlite3*,const char*,int,int,void*,
217
+ void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
218
+ void (*xStep)(sqlite3_context*,int,sqlite3_value**),
219
+ void (*xFinal)(sqlite3_context*),
220
+ void(*xDestroy)(void*));
221
+ int (*db_config)(sqlite3*,int,...);
222
+ sqlite3_mutex *(*db_mutex)(sqlite3*);
223
+ int (*db_status)(sqlite3*,int,int*,int*,int);
224
+ int (*extended_errcode)(sqlite3*);
225
+ void (*log)(int,const char*,...);
226
+ sqlite3_int64 (*soft_heap_limit64)(sqlite3_int64);
227
+ const char *(*sourceid)(void);
228
+ int (*stmt_status)(sqlite3_stmt*,int,int);
229
+ int (*strnicmp)(const char*,const char*,int);
230
+ int (*unlock_notify)(sqlite3*,void(*)(void**,int),void*);
231
+ int (*wal_autocheckpoint)(sqlite3*,int);
232
+ int (*wal_checkpoint)(sqlite3*,const char*);
233
+ void *(*wal_hook)(sqlite3*,int(*)(void*,sqlite3*,const char*,int),void*);
234
+ int (*blob_reopen)(sqlite3_blob*,sqlite3_int64);
235
+ int (*vtab_config)(sqlite3*,int op,...);
236
+ int (*vtab_on_conflict)(sqlite3*);
237
+ /* Version 3.7.16 and later */
238
+ int (*close_v2)(sqlite3*);
239
+ const char *(*db_filename)(sqlite3*,const char*);
240
+ int (*db_readonly)(sqlite3*,const char*);
241
+ int (*db_release_memory)(sqlite3*);
242
+ const char *(*errstr)(int);
243
+ int (*stmt_busy)(sqlite3_stmt*);
244
+ int (*stmt_readonly)(sqlite3_stmt*);
245
+ int (*stricmp)(const char*,const char*);
246
+ int (*uri_boolean)(const char*,const char*,int);
247
+ sqlite3_int64 (*uri_int64)(const char*,const char*,sqlite3_int64);
248
+ const char *(*uri_parameter)(const char*,const char*);
249
+ char *(*xvsnprintf)(int,char*,const char*,va_list);
250
+ int (*wal_checkpoint_v2)(sqlite3*,const char*,int,int*,int*);
251
+ /* Version 3.8.7 and later */
252
+ int (*auto_extension)(void(*)(void));
253
+ int (*bind_blob64)(sqlite3_stmt*,int,const void*,sqlite3_uint64,
254
+ void(*)(void*));
255
+ int (*bind_text64)(sqlite3_stmt*,int,const char*,sqlite3_uint64,
256
+ void(*)(void*),unsigned char);
257
+ int (*cancel_auto_extension)(void(*)(void));
258
+ int (*load_extension)(sqlite3*,const char*,const char*,char**);
259
+ void *(*malloc64)(sqlite3_uint64);
260
+ sqlite3_uint64 (*msize)(void*);
261
+ void *(*realloc64)(void*,sqlite3_uint64);
262
+ void (*reset_auto_extension)(void);
263
+ void (*result_blob64)(sqlite3_context*,const void*,sqlite3_uint64,
264
+ void(*)(void*));
265
+ void (*result_text64)(sqlite3_context*,const char*,sqlite3_uint64,
266
+ void(*)(void*), unsigned char);
267
+ int (*strglob)(const char*,const char*);
268
+ /* Version 3.8.11 and later */
269
+ sqlite3_value *(*value_dup)(const sqlite3_value*);
270
+ void (*value_free)(sqlite3_value*);
271
+ int (*result_zeroblob64)(sqlite3_context*,sqlite3_uint64);
272
+ int (*bind_zeroblob64)(sqlite3_stmt*, int, sqlite3_uint64);
273
+ /* Version 3.9.0 and later */
274
+ unsigned int (*value_subtype)(sqlite3_value*);
275
+ void (*result_subtype)(sqlite3_context*,unsigned int);
276
+ /* Version 3.10.0 and later */
277
+ int (*status64)(int,sqlite3_int64*,sqlite3_int64*,int);
278
+ int (*strlike)(const char*,const char*,unsigned int);
279
+ int (*db_cacheflush)(sqlite3*);
280
+ /* Version 3.12.0 and later */
281
+ int (*system_errno)(sqlite3*);
282
+ /* Version 3.14.0 and later */
283
+ int (*trace_v2)(sqlite3*,unsigned,int(*)(unsigned,void*,void*,void*),void*);
284
+ char *(*expanded_sql)(sqlite3_stmt*);
285
+ /* Version 3.18.0 and later */
286
+ void (*set_last_insert_rowid)(sqlite3*,sqlite3_int64);
287
+ /* Version 3.20.0 and later */
288
+ int (*prepare_v3)(sqlite3*,const char*,int,unsigned int,
289
+ sqlite3_stmt**,const char**);
290
+ int (*prepare16_v3)(sqlite3*,const void*,int,unsigned int,
291
+ sqlite3_stmt**,const void**);
292
+ int (*bind_pointer)(sqlite3_stmt*,int,void*,const char*,void(*)(void*));
293
+ void (*result_pointer)(sqlite3_context*,void*,const char*,void(*)(void*));
294
+ void *(*value_pointer)(sqlite3_value*,const char*);
295
+ int (*vtab_nochange)(sqlite3_context*);
296
+ int (*value_nochange)(sqlite3_value*);
297
+ const char *(*vtab_collation)(sqlite3_index_info*,int);
298
+ /* Version 3.24.0 and later */
299
+ int (*keyword_count)(void);
300
+ int (*keyword_name)(int,const char**,int*);
301
+ int (*keyword_check)(const char*,int);
302
+ sqlite3_str *(*str_new)(sqlite3*);
303
+ char *(*str_finish)(sqlite3_str*);
304
+ void (*str_appendf)(sqlite3_str*, const char *zFormat, ...);
305
+ void (*str_vappendf)(sqlite3_str*, const char *zFormat, va_list);
306
+ void (*str_append)(sqlite3_str*, const char *zIn, int N);
307
+ void (*str_appendall)(sqlite3_str*, const char *zIn);
308
+ void (*str_appendchar)(sqlite3_str*, int N, char C);
309
+ void (*str_reset)(sqlite3_str*);
310
+ int (*str_errcode)(sqlite3_str*);
311
+ int (*str_length)(sqlite3_str*);
312
+ char *(*str_value)(sqlite3_str*);
313
+ /* Version 3.25.0 and later */
314
+ int (*create_window_function)(sqlite3*,const char*,int,int,void*,
315
+ void (*xStep)(sqlite3_context*,int,sqlite3_value**),
316
+ void (*xFinal)(sqlite3_context*),
317
+ void (*xValue)(sqlite3_context*),
318
+ void (*xInv)(sqlite3_context*,int,sqlite3_value**),
319
+ void(*xDestroy)(void*));
320
+ /* Version 3.26.0 and later */
321
+ const char *(*normalized_sql)(sqlite3_stmt*);
322
+ /* Version 3.28.0 and later */
323
+ int (*stmt_isexplain)(sqlite3_stmt*);
324
+ int (*value_frombind)(sqlite3_value*);
325
+ /* Version 3.30.0 and later */
326
+ int (*drop_modules)(sqlite3*,const char**);
327
+ /* Version 3.31.0 and later */
328
+ sqlite3_int64 (*hard_heap_limit64)(sqlite3_int64);
329
+ const char *(*uri_key)(const char*,int);
330
+ const char *(*filename_database)(const char*);
331
+ const char *(*filename_journal)(const char*);
332
+ const char *(*filename_wal)(const char*);
333
+ /* Version 3.32.0 and later */
334
+ const char *(*create_filename)(const char*,const char*,const char*,
335
+ int,const char**);
336
+ void (*free_filename)(const char*);
337
+ sqlite3_file *(*database_file_object)(const char*);
338
+ /* Version 3.34.0 and later */
339
+ int (*txn_state)(sqlite3*,const char*);
340
+ /* Version 3.36.1 and later */
341
+ sqlite3_int64 (*changes64)(sqlite3*);
342
+ sqlite3_int64 (*total_changes64)(sqlite3*);
343
+ /* Version 3.37.0 and later */
344
+ int (*autovacuum_pages)(sqlite3*,
345
+ unsigned int(*)(void*,const char*,unsigned int,unsigned int,unsigned int),
346
+ void*, void(*)(void*));
347
+ /* Version 3.38.0 and later */
348
+ int (*error_offset)(sqlite3*);
349
+ int (*vtab_rhs_value)(sqlite3_index_info*,int,sqlite3_value**);
350
+ int (*vtab_distinct)(sqlite3_index_info*);
351
+ int (*vtab_in)(sqlite3_index_info*,int,int);
352
+ int (*vtab_in_first)(sqlite3_value*,sqlite3_value**);
353
+ int (*vtab_in_next)(sqlite3_value*,sqlite3_value**);
354
+ /* Version 3.39.0 and later */
355
+ int (*deserialize)(sqlite3*,const char*,unsigned char*,
356
+ sqlite3_int64,sqlite3_int64,unsigned);
357
+ unsigned char *(*serialize)(sqlite3*,const char *,sqlite3_int64*,
358
+ unsigned int);
359
+ const char *(*db_name)(sqlite3*,int);
360
+ /* Version 3.40.0 and later */
361
+ int (*value_encoding)(sqlite3_value*);
362
+ /* Version 3.41.0 and later */
363
+ int (*is_interrupted)(sqlite3*);
364
+ /* Version 3.43.0 and later */
365
+ int (*stmt_explain)(sqlite3_stmt*,int);
366
+ /* Version 3.44.0 and later */
367
+ void *(*get_clientdata)(sqlite3*,const char*);
368
+ int (*set_clientdata)(sqlite3*, const char*, void*, void(*)(void*));
369
+ /* Version 3.50.0 and later */
370
+ int (*setlk_timeout)(sqlite3*,int,int);
371
+ /* Version 3.51.0 and later */
372
+ int (*set_errmsg)(sqlite3*,int,const char*);
373
+ int (*db_status64)(sqlite3*,int,sqlite3_int64*,sqlite3_int64*,int);
374
+
375
+ };
376
+
377
+ /*
378
+ ** This is the function signature used for all extension entry points. It
379
+ ** is also defined in the file "loadext.c".
380
+ */
381
+ typedef int (*sqlite3_loadext_entry)(
382
+ sqlite3 *db, /* Handle to the database. */
383
+ char **pzErrMsg, /* Used to set error string on failure. */
384
+ const sqlite3_api_routines *pThunk /* Extension API function pointers. */
385
+ );
386
+
387
+ /*
388
+ ** The following macros redefine the API routines so that they are
389
+ ** redirected through the global sqlite3_api structure.
390
+ **
391
+ ** This header file is also used by the loadext.c source file
392
+ ** (part of the main SQLite library - not an extension) so that
393
+ ** it can get access to the sqlite3_api_routines structure
394
+ ** definition. But the main library does not want to redefine
395
+ ** the API. So the redefinition macros are only valid if the
396
+ ** SQLITE_CORE macros is undefined.
397
+ */
398
+ #if !defined(SQLITE_CORE) && !defined(SQLITE_OMIT_LOAD_EXTENSION)
399
+ #define sqlite3_aggregate_context sqlite3_api->aggregate_context
400
+ #ifndef SQLITE_OMIT_DEPRECATED
401
+ #define sqlite3_aggregate_count sqlite3_api->aggregate_count
402
+ #endif
403
+ #define sqlite3_bind_blob sqlite3_api->bind_blob
404
+ #define sqlite3_bind_double sqlite3_api->bind_double
405
+ #define sqlite3_bind_int sqlite3_api->bind_int
406
+ #define sqlite3_bind_int64 sqlite3_api->bind_int64
407
+ #define sqlite3_bind_null sqlite3_api->bind_null
408
+ #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count
409
+ #define sqlite3_bind_parameter_index sqlite3_api->bind_parameter_index
410
+ #define sqlite3_bind_parameter_name sqlite3_api->bind_parameter_name
411
+ #define sqlite3_bind_text sqlite3_api->bind_text
412
+ #define sqlite3_bind_text16 sqlite3_api->bind_text16
413
+ #define sqlite3_bind_value sqlite3_api->bind_value
414
+ #define sqlite3_busy_handler sqlite3_api->busy_handler
415
+ #define sqlite3_busy_timeout sqlite3_api->busy_timeout
416
+ #define sqlite3_changes sqlite3_api->changes
417
+ #define sqlite3_close sqlite3_api->close
418
+ #define sqlite3_collation_needed sqlite3_api->collation_needed
419
+ #define sqlite3_collation_needed16 sqlite3_api->collation_needed16
420
+ #define sqlite3_column_blob sqlite3_api->column_blob
421
+ #define sqlite3_column_bytes sqlite3_api->column_bytes
422
+ #define sqlite3_column_bytes16 sqlite3_api->column_bytes16
423
+ #define sqlite3_column_count sqlite3_api->column_count
424
+ #define sqlite3_column_database_name sqlite3_api->column_database_name
425
+ #define sqlite3_column_database_name16 sqlite3_api->column_database_name16
426
+ #define sqlite3_column_decltype sqlite3_api->column_decltype
427
+ #define sqlite3_column_decltype16 sqlite3_api->column_decltype16
428
+ #define sqlite3_column_double sqlite3_api->column_double
429
+ #define sqlite3_column_int sqlite3_api->column_int
430
+ #define sqlite3_column_int64 sqlite3_api->column_int64
431
+ #define sqlite3_column_name sqlite3_api->column_name
432
+ #define sqlite3_column_name16 sqlite3_api->column_name16
433
+ #define sqlite3_column_origin_name sqlite3_api->column_origin_name
434
+ #define sqlite3_column_origin_name16 sqlite3_api->column_origin_name16
435
+ #define sqlite3_column_table_name sqlite3_api->column_table_name
436
+ #define sqlite3_column_table_name16 sqlite3_api->column_table_name16
437
+ #define sqlite3_column_text sqlite3_api->column_text
438
+ #define sqlite3_column_text16 sqlite3_api->column_text16
439
+ #define sqlite3_column_type sqlite3_api->column_type
440
+ #define sqlite3_column_value sqlite3_api->column_value
441
+ #define sqlite3_commit_hook sqlite3_api->commit_hook
442
+ #define sqlite3_complete sqlite3_api->complete
443
+ #define sqlite3_complete16 sqlite3_api->complete16
444
+ #define sqlite3_create_collation sqlite3_api->create_collation
445
+ #define sqlite3_create_collation16 sqlite3_api->create_collation16
446
+ #define sqlite3_create_function sqlite3_api->create_function
447
+ #define sqlite3_create_function16 sqlite3_api->create_function16
448
+ #define sqlite3_create_module sqlite3_api->create_module
449
+ #define sqlite3_create_module_v2 sqlite3_api->create_module_v2
450
+ #define sqlite3_data_count sqlite3_api->data_count
451
+ #define sqlite3_db_handle sqlite3_api->db_handle
452
+ #define sqlite3_declare_vtab sqlite3_api->declare_vtab
453
+ #define sqlite3_enable_shared_cache sqlite3_api->enable_shared_cache
454
+ #define sqlite3_errcode sqlite3_api->errcode
455
+ #define sqlite3_errmsg sqlite3_api->errmsg
456
+ #define sqlite3_errmsg16 sqlite3_api->errmsg16
457
+ #define sqlite3_exec sqlite3_api->exec
458
+ #ifndef SQLITE_OMIT_DEPRECATED
459
+ #define sqlite3_expired sqlite3_api->expired
460
+ #endif
461
+ #define sqlite3_finalize sqlite3_api->finalize
462
+ #define sqlite3_free sqlite3_api->free
463
+ #define sqlite3_free_table sqlite3_api->free_table
464
+ #define sqlite3_get_autocommit sqlite3_api->get_autocommit
465
+ #define sqlite3_get_auxdata sqlite3_api->get_auxdata
466
+ #define sqlite3_get_table sqlite3_api->get_table
467
+ #ifndef SQLITE_OMIT_DEPRECATED
468
+ #define sqlite3_global_recover sqlite3_api->global_recover
469
+ #endif
470
+ #define sqlite3_interrupt sqlite3_api->interruptx
471
+ #define sqlite3_last_insert_rowid sqlite3_api->last_insert_rowid
472
+ #define sqlite3_libversion sqlite3_api->libversion
473
+ #define sqlite3_libversion_number sqlite3_api->libversion_number
474
+ #define sqlite3_malloc sqlite3_api->malloc
475
+ #define sqlite3_mprintf sqlite3_api->mprintf
476
+ #define sqlite3_open sqlite3_api->open
477
+ #define sqlite3_open16 sqlite3_api->open16
478
+ #define sqlite3_prepare sqlite3_api->prepare
479
+ #define sqlite3_prepare16 sqlite3_api->prepare16
480
+ #define sqlite3_prepare_v2 sqlite3_api->prepare_v2
481
+ #define sqlite3_prepare16_v2 sqlite3_api->prepare16_v2
482
+ #define sqlite3_profile sqlite3_api->profile
483
+ #define sqlite3_progress_handler sqlite3_api->progress_handler
484
+ #define sqlite3_realloc sqlite3_api->realloc
485
+ #define sqlite3_reset sqlite3_api->reset
486
+ #define sqlite3_result_blob sqlite3_api->result_blob
487
+ #define sqlite3_result_double sqlite3_api->result_double
488
+ #define sqlite3_result_error sqlite3_api->result_error
489
+ #define sqlite3_result_error16 sqlite3_api->result_error16
490
+ #define sqlite3_result_int sqlite3_api->result_int
491
+ #define sqlite3_result_int64 sqlite3_api->result_int64
492
+ #define sqlite3_result_null sqlite3_api->result_null
493
+ #define sqlite3_result_text sqlite3_api->result_text
494
+ #define sqlite3_result_text16 sqlite3_api->result_text16
495
+ #define sqlite3_result_text16be sqlite3_api->result_text16be
496
+ #define sqlite3_result_text16le sqlite3_api->result_text16le
497
+ #define sqlite3_result_value sqlite3_api->result_value
498
+ #define sqlite3_rollback_hook sqlite3_api->rollback_hook
499
+ #define sqlite3_set_authorizer sqlite3_api->set_authorizer
500
+ #define sqlite3_set_auxdata sqlite3_api->set_auxdata
501
+ #define sqlite3_snprintf sqlite3_api->xsnprintf
502
+ #define sqlite3_step sqlite3_api->step
503
+ #define sqlite3_table_column_metadata sqlite3_api->table_column_metadata
504
+ #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
505
+ #define sqlite3_total_changes sqlite3_api->total_changes
506
+ #define sqlite3_trace sqlite3_api->trace
507
+ #ifndef SQLITE_OMIT_DEPRECATED
508
+ #define sqlite3_transfer_bindings sqlite3_api->transfer_bindings
509
+ #endif
510
+ #define sqlite3_update_hook sqlite3_api->update_hook
511
+ #define sqlite3_user_data sqlite3_api->user_data
512
+ #define sqlite3_value_blob sqlite3_api->value_blob
513
+ #define sqlite3_value_bytes sqlite3_api->value_bytes
514
+ #define sqlite3_value_bytes16 sqlite3_api->value_bytes16
515
+ #define sqlite3_value_double sqlite3_api->value_double
516
+ #define sqlite3_value_int sqlite3_api->value_int
517
+ #define sqlite3_value_int64 sqlite3_api->value_int64
518
+ #define sqlite3_value_numeric_type sqlite3_api->value_numeric_type
519
+ #define sqlite3_value_text sqlite3_api->value_text
520
+ #define sqlite3_value_text16 sqlite3_api->value_text16
521
+ #define sqlite3_value_text16be sqlite3_api->value_text16be
522
+ #define sqlite3_value_text16le sqlite3_api->value_text16le
523
+ #define sqlite3_value_type sqlite3_api->value_type
524
+ #define sqlite3_vmprintf sqlite3_api->vmprintf
525
+ #define sqlite3_vsnprintf sqlite3_api->xvsnprintf
526
+ #define sqlite3_overload_function sqlite3_api->overload_function
527
+ #define sqlite3_prepare_v2 sqlite3_api->prepare_v2
528
+ #define sqlite3_prepare16_v2 sqlite3_api->prepare16_v2
529
+ #define sqlite3_clear_bindings sqlite3_api->clear_bindings
530
+ #define sqlite3_bind_zeroblob sqlite3_api->bind_zeroblob
531
+ #define sqlite3_blob_bytes sqlite3_api->blob_bytes
532
+ #define sqlite3_blob_close sqlite3_api->blob_close
533
+ #define sqlite3_blob_open sqlite3_api->blob_open
534
+ #define sqlite3_blob_read sqlite3_api->blob_read
535
+ #define sqlite3_blob_write sqlite3_api->blob_write
536
+ #define sqlite3_create_collation_v2 sqlite3_api->create_collation_v2
537
+ #define sqlite3_file_control sqlite3_api->file_control
538
+ #define sqlite3_memory_highwater sqlite3_api->memory_highwater
539
+ #define sqlite3_memory_used sqlite3_api->memory_used
540
+ #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
541
+ #define sqlite3_mutex_enter sqlite3_api->mutex_enter
542
+ #define sqlite3_mutex_free sqlite3_api->mutex_free
543
+ #define sqlite3_mutex_leave sqlite3_api->mutex_leave
544
+ #define sqlite3_mutex_try sqlite3_api->mutex_try
545
+ #define sqlite3_open_v2 sqlite3_api->open_v2
546
+ #define sqlite3_release_memory sqlite3_api->release_memory
547
+ #define sqlite3_result_error_nomem sqlite3_api->result_error_nomem
548
+ #define sqlite3_result_error_toobig sqlite3_api->result_error_toobig
549
+ #define sqlite3_sleep sqlite3_api->sleep
550
+ #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit
551
+ #define sqlite3_vfs_find sqlite3_api->vfs_find
552
+ #define sqlite3_vfs_register sqlite3_api->vfs_register
553
+ #define sqlite3_vfs_unregister sqlite3_api->vfs_unregister
554
+ #define sqlite3_threadsafe sqlite3_api->xthreadsafe
555
+ #define sqlite3_result_zeroblob sqlite3_api->result_zeroblob
556
+ #define sqlite3_result_error_code sqlite3_api->result_error_code
557
+ #define sqlite3_test_control sqlite3_api->test_control
558
+ #define sqlite3_randomness sqlite3_api->randomness
559
+ #define sqlite3_context_db_handle sqlite3_api->context_db_handle
560
+ #define sqlite3_extended_result_codes sqlite3_api->extended_result_codes
561
+ #define sqlite3_limit sqlite3_api->limit
562
+ #define sqlite3_next_stmt sqlite3_api->next_stmt
563
+ #define sqlite3_sql sqlite3_api->sql
564
+ #define sqlite3_status sqlite3_api->status
565
+ #define sqlite3_backup_finish sqlite3_api->backup_finish
566
+ #define sqlite3_backup_init sqlite3_api->backup_init
567
+ #define sqlite3_backup_pagecount sqlite3_api->backup_pagecount
568
+ #define sqlite3_backup_remaining sqlite3_api->backup_remaining
569
+ #define sqlite3_backup_step sqlite3_api->backup_step
570
+ #define sqlite3_compileoption_get sqlite3_api->compileoption_get
571
+ #define sqlite3_compileoption_used sqlite3_api->compileoption_used
572
+ #define sqlite3_create_function_v2 sqlite3_api->create_function_v2
573
+ #define sqlite3_db_config sqlite3_api->db_config
574
+ #define sqlite3_db_mutex sqlite3_api->db_mutex
575
+ #define sqlite3_db_status sqlite3_api->db_status
576
+ #define sqlite3_extended_errcode sqlite3_api->extended_errcode
577
+ #define sqlite3_log sqlite3_api->log
578
+ #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64
579
+ #define sqlite3_sourceid sqlite3_api->sourceid
580
+ #define sqlite3_stmt_status sqlite3_api->stmt_status
581
+ #define sqlite3_strnicmp sqlite3_api->strnicmp
582
+ #define sqlite3_unlock_notify sqlite3_api->unlock_notify
583
+ #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint
584
+ #define sqlite3_wal_checkpoint sqlite3_api->wal_checkpoint
585
+ #define sqlite3_wal_hook sqlite3_api->wal_hook
586
+ #define sqlite3_blob_reopen sqlite3_api->blob_reopen
587
+ #define sqlite3_vtab_config sqlite3_api->vtab_config
588
+ #define sqlite3_vtab_on_conflict sqlite3_api->vtab_on_conflict
589
+ /* Version 3.7.16 and later */
590
+ #define sqlite3_close_v2 sqlite3_api->close_v2
591
+ #define sqlite3_db_filename sqlite3_api->db_filename
592
+ #define sqlite3_db_readonly sqlite3_api->db_readonly
593
+ #define sqlite3_db_release_memory sqlite3_api->db_release_memory
594
+ #define sqlite3_errstr sqlite3_api->errstr
595
+ #define sqlite3_stmt_busy sqlite3_api->stmt_busy
596
+ #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly
597
+ #define sqlite3_stricmp sqlite3_api->stricmp
598
+ #define sqlite3_uri_boolean sqlite3_api->uri_boolean
599
+ #define sqlite3_uri_int64 sqlite3_api->uri_int64
600
+ #define sqlite3_uri_parameter sqlite3_api->uri_parameter
601
+ #define sqlite3_uri_vsnprintf sqlite3_api->xvsnprintf
602
+ #define sqlite3_wal_checkpoint_v2 sqlite3_api->wal_checkpoint_v2
603
+ /* Version 3.8.7 and later */
604
+ #define sqlite3_auto_extension sqlite3_api->auto_extension
605
+ #define sqlite3_bind_blob64 sqlite3_api->bind_blob64
606
+ #define sqlite3_bind_text64 sqlite3_api->bind_text64
607
+ #define sqlite3_cancel_auto_extension sqlite3_api->cancel_auto_extension
608
+ #define sqlite3_load_extension sqlite3_api->load_extension
609
+ #define sqlite3_malloc64 sqlite3_api->malloc64
610
+ #define sqlite3_msize sqlite3_api->msize
611
+ #define sqlite3_realloc64 sqlite3_api->realloc64
612
+ #define sqlite3_reset_auto_extension sqlite3_api->reset_auto_extension
613
+ #define sqlite3_result_blob64 sqlite3_api->result_blob64
614
+ #define sqlite3_result_text64 sqlite3_api->result_text64
615
+ #define sqlite3_strglob sqlite3_api->strglob
616
+ /* Version 3.8.11 and later */
617
+ #define sqlite3_value_dup sqlite3_api->value_dup
618
+ #define sqlite3_value_free sqlite3_api->value_free
619
+ #define sqlite3_result_zeroblob64 sqlite3_api->result_zeroblob64
620
+ #define sqlite3_bind_zeroblob64 sqlite3_api->bind_zeroblob64
621
+ /* Version 3.9.0 and later */
622
+ #define sqlite3_value_subtype sqlite3_api->value_subtype
623
+ #define sqlite3_result_subtype sqlite3_api->result_subtype
624
+ /* Version 3.10.0 and later */
625
+ #define sqlite3_status64 sqlite3_api->status64
626
+ #define sqlite3_strlike sqlite3_api->strlike
627
+ #define sqlite3_db_cacheflush sqlite3_api->db_cacheflush
628
+ /* Version 3.12.0 and later */
629
+ #define sqlite3_system_errno sqlite3_api->system_errno
630
+ /* Version 3.14.0 and later */
631
+ #define sqlite3_trace_v2 sqlite3_api->trace_v2
632
+ #define sqlite3_expanded_sql sqlite3_api->expanded_sql
633
+ /* Version 3.18.0 and later */
634
+ #define sqlite3_set_last_insert_rowid sqlite3_api->set_last_insert_rowid
635
+ /* Version 3.20.0 and later */
636
+ #define sqlite3_prepare_v3 sqlite3_api->prepare_v3
637
+ #define sqlite3_prepare16_v3 sqlite3_api->prepare16_v3
638
+ #define sqlite3_bind_pointer sqlite3_api->bind_pointer
639
+ #define sqlite3_result_pointer sqlite3_api->result_pointer
640
+ #define sqlite3_value_pointer sqlite3_api->value_pointer
641
+ /* Version 3.22.0 and later */
642
+ #define sqlite3_vtab_nochange sqlite3_api->vtab_nochange
643
+ #define sqlite3_value_nochange sqlite3_api->value_nochange
644
+ #define sqlite3_vtab_collation sqlite3_api->vtab_collation
645
+ /* Version 3.24.0 and later */
646
+ #define sqlite3_keyword_count sqlite3_api->keyword_count
647
+ #define sqlite3_keyword_name sqlite3_api->keyword_name
648
+ #define sqlite3_keyword_check sqlite3_api->keyword_check
649
+ #define sqlite3_str_new sqlite3_api->str_new
650
+ #define sqlite3_str_finish sqlite3_api->str_finish
651
+ #define sqlite3_str_appendf sqlite3_api->str_appendf
652
+ #define sqlite3_str_vappendf sqlite3_api->str_vappendf
653
+ #define sqlite3_str_append sqlite3_api->str_append
654
+ #define sqlite3_str_appendall sqlite3_api->str_appendall
655
+ #define sqlite3_str_appendchar sqlite3_api->str_appendchar
656
+ #define sqlite3_str_reset sqlite3_api->str_reset
657
+ #define sqlite3_str_errcode sqlite3_api->str_errcode
658
+ #define sqlite3_str_length sqlite3_api->str_length
659
+ #define sqlite3_str_value sqlite3_api->str_value
660
+ /* Version 3.25.0 and later */
661
+ #define sqlite3_create_window_function sqlite3_api->create_window_function
662
+ /* Version 3.26.0 and later */
663
+ #define sqlite3_normalized_sql sqlite3_api->normalized_sql
664
+ /* Version 3.28.0 and later */
665
+ #define sqlite3_stmt_isexplain sqlite3_api->stmt_isexplain
666
+ #define sqlite3_value_frombind sqlite3_api->value_frombind
667
+ /* Version 3.30.0 and later */
668
+ #define sqlite3_drop_modules sqlite3_api->drop_modules
669
+ /* Version 3.31.0 and later */
670
+ #define sqlite3_hard_heap_limit64 sqlite3_api->hard_heap_limit64
671
+ #define sqlite3_uri_key sqlite3_api->uri_key
672
+ #define sqlite3_filename_database sqlite3_api->filename_database
673
+ #define sqlite3_filename_journal sqlite3_api->filename_journal
674
+ #define sqlite3_filename_wal sqlite3_api->filename_wal
675
+ /* Version 3.32.0 and later */
676
+ #define sqlite3_create_filename sqlite3_api->create_filename
677
+ #define sqlite3_free_filename sqlite3_api->free_filename
678
+ #define sqlite3_database_file_object sqlite3_api->database_file_object
679
+ /* Version 3.34.0 and later */
680
+ #define sqlite3_txn_state sqlite3_api->txn_state
681
+ /* Version 3.36.1 and later */
682
+ #define sqlite3_changes64 sqlite3_api->changes64
683
+ #define sqlite3_total_changes64 sqlite3_api->total_changes64
684
+ /* Version 3.37.0 and later */
685
+ #define sqlite3_autovacuum_pages sqlite3_api->autovacuum_pages
686
+ /* Version 3.38.0 and later */
687
+ #define sqlite3_error_offset sqlite3_api->error_offset
688
+ #define sqlite3_vtab_rhs_value sqlite3_api->vtab_rhs_value
689
+ #define sqlite3_vtab_distinct sqlite3_api->vtab_distinct
690
+ #define sqlite3_vtab_in sqlite3_api->vtab_in
691
+ #define sqlite3_vtab_in_first sqlite3_api->vtab_in_first
692
+ #define sqlite3_vtab_in_next sqlite3_api->vtab_in_next
693
+ /* Version 3.39.0 and later */
694
+ #ifndef SQLITE_OMIT_DESERIALIZE
695
+ #define sqlite3_deserialize sqlite3_api->deserialize
696
+ #define sqlite3_serialize sqlite3_api->serialize
697
+ #endif
698
+ #define sqlite3_db_name sqlite3_api->db_name
699
+ /* Version 3.40.0 and later */
700
+ #define sqlite3_value_encoding sqlite3_api->value_encoding
701
+ /* Version 3.41.0 and later */
702
+ #define sqlite3_is_interrupted sqlite3_api->is_interrupted
703
+ /* Version 3.43.0 and later */
704
+ #define sqlite3_stmt_explain sqlite3_api->stmt_explain
705
+ /* Version 3.44.0 and later */
706
+ #define sqlite3_get_clientdata sqlite3_api->get_clientdata
707
+ #define sqlite3_set_clientdata sqlite3_api->set_clientdata
708
+ /* Version 3.50.0 and later */
709
+ #define sqlite3_setlk_timeout sqlite3_api->setlk_timeout
710
+ /* Version 3.51.0 and later */
711
+ #define sqlite3_set_errmsg sqlite3_api->set_errmsg
712
+ #define sqlite3_db_status64 sqlite3_api->db_status64
713
+ #endif /* !defined(SQLITE_CORE) && !defined(SQLITE_OMIT_LOAD_EXTENSION) */
714
+
715
+ #if !defined(SQLITE_CORE) && !defined(SQLITE_OMIT_LOAD_EXTENSION)
716
+ /* This case when the file really is being compiled as a loadable
717
+ ** extension */
718
+ # define SQLITE_EXTENSION_INIT1 const sqlite3_api_routines *sqlite3_api=0;
719
+ # define SQLITE_EXTENSION_INIT2(v) sqlite3_api=v;
720
+ # define SQLITE_EXTENSION_INIT3 \
721
+ extern const sqlite3_api_routines *sqlite3_api;
722
+ #else
723
+ /* This case when the file is being statically linked into the
724
+ ** application */
725
+ # define SQLITE_EXTENSION_INIT1 /*no-op*/
726
+ # define SQLITE_EXTENSION_INIT2(v) (void)v; /* unused parameter */
727
+ # define SQLITE_EXTENSION_INIT3 /*no-op*/
728
+ #endif
729
+
730
+ #endif /* SQLITE3EXT_H */
miniconda3/pkgs/sqlite-3.51.2-h3e8d24a_0/info/about.json ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "channels": [
3
+ "https://repo.anaconda.com/pkgs/main",
4
+ "https://repo.anaconda.com/pkgs/main"
5
+ ],
6
+ "conda_build_version": "26.1.0",
7
+ "conda_version": "26.1.1",
8
+ "description": "SQLite is a self-contained, high-reliability, embedded, full-featured,\npublic-domain, SQL database engine. It is the most used database engine\nin the world.\n",
9
+ "dev_url": "https://sqlite.org/src/dir?ci=trunk",
10
+ "doc_url": "https://www.sqlite.org/docs.html",
11
+ "env_vars": {
12
+ "CIO_TEST": "<not set>"
13
+ },
14
+ "extra": {
15
+ "copy_test_source_files": true,
16
+ "final": true,
17
+ "pbp_graph_uuid": "e5b173fb-9734-482e-8bc8-2c57a450ee93",
18
+ "recipe-maintainers": [
19
+ "jakirkham",
20
+ "jjhelmus",
21
+ "msarahan",
22
+ "ocefpaf",
23
+ "snorfalorpagus",
24
+ "mingwandroid",
25
+ "xylar"
26
+ ],
27
+ "remote_url": "https://github.com/AnacondaRecipes/sqlite-feedstock",
28
+ "sha": "be0c7a18ef2880806aba22b89dccd47fd2884b9f",
29
+ "task_id": "dtAPr2GiSUCoQwfbnapWNw",
30
+ "task_run_id": "0"
31
+ },
32
+ "home": "https://www.sqlite.org",
33
+ "identifiers": [],
34
+ "keywords": [],
35
+ "license": "blessing",
36
+ "license_family": "Other",
37
+ "license_file": "LICENSE.md",
38
+ "root_pkgs": [
39
+ "_libgcc_mutex 0.1 main",
40
+ "ca-certificates 2025.12.2 h06a4308_0",
41
+ "ld_impl_linux-64 2.44 h9e0c5a2_3",
42
+ "libgomp 15.2.0 h4751f2c_7",
43
+ "nlohmann_json 3.11.2 h6a678d5_0",
44
+ "pybind11-abi 5 hd3eb1b0_0",
45
+ "python_abi 3.13 3_cp313",
46
+ "tzdata 2026a he532380_0",
47
+ "_openmp_mutex 5.1 1_gnu",
48
+ "libgcc 15.2.0 h69a1729_7",
49
+ "libgcc-ng 15.2.0 h166f726_7",
50
+ "libiconv 1.18 h75a1612_0",
51
+ "libstdcxx 15.2.0 h39759b7_7",
52
+ "openssl 3.5.5 h1b28b03_0",
53
+ "xz 5.8.2 h448239c_0",
54
+ "bzip2 1.0.8 h5eee18b_6",
55
+ "c-ares 1.34.6 hd44998d_0",
56
+ "jansson 2.14 h5eee18b_1",
57
+ "libasprintf 0.25.1 hf2ab22a_0",
58
+ "libbrotlicommon 1.2.0 h32cd6e7_0",
59
+ "libev 4.33 h7f8727e_1",
60
+ "libexpat 2.7.4 h7354ed3_0",
61
+ "libgettextpo 0.25.1 hf2ab22a_0",
62
+ "libmpdec 4.0.0 h5eee18b_0",
63
+ "libstdcxx-ng 15.2.0 hc03a8fd_7",
64
+ "libunistring 1.3 hb25bd0a_0",
65
+ "libuuid 1.41.5 h5eee18b_0",
66
+ "libzlib 1.3.1 hb25bd0a_0",
67
+ "lmdb 0.9.31 hb25bd0a_0",
68
+ "ncurses 6.5 h7934f7d_0",
69
+ "patch 2.8 hb25bd0a_0",
70
+ "pthread-stubs 0.3 h0ce48e5_1",
71
+ "reproc 14.2.4 h6a678d5_2",
72
+ "xorg-libxau 1.0.12 h9b100fa_0",
73
+ "xorg-libxdmcp 1.1.5 h9b100fa_0",
74
+ "xorg-xorgproto 2024.1 h5eee18b_1",
75
+ "yaml 0.2.5 h7b6447c_0",
76
+ "cpp-expected 1.1.0 hdb19cb5_0",
77
+ "fmt 11.2.0 hca5f364_0",
78
+ "gettext-tools 0.25.1 h6a67909_0",
79
+ "icu 73.1 h6a678d5_0",
80
+ "libasprintf-devel 0.25.1 hf2ab22a_0",
81
+ "libbrotlidec 1.2.0 ha2c5f68_0",
82
+ "libbrotlienc 1.2.0 h2e96acb_0",
83
+ "libffi 3.4.4 h6a678d5_1",
84
+ "libgettextpo-devel 0.25.1 hf2ab22a_0",
85
+ "libkrb5 1.22.1 h6d2bf13_0",
86
+ "libxcb 1.17.0 h9b100fa_0",
87
+ "lz4-c 1.9.4 h6a678d5_1",
88
+ "mbedtls 3.5.1 h6a678d5_1",
89
+ "patchelf 0.17.2 h6a678d5_0",
90
+ "readline 8.3 hc2a1206_0",
91
+ "reproc-cpp 14.2.4 h6a678d5_2",
92
+ "simdjson 3.10.1 hdb19cb5_0",
93
+ "yaml-cpp 0.8.0 h6a678d5_1",
94
+ "zlib 1.3.1 hb25bd0a_0",
95
+ "gettext 0.25.1 h92eb808_0",
96
+ "liblief 0.17.5 hadaebfa_0",
97
+ "libssh2 1.11.1 h251f7ec_0",
98
+ "libxml2 2.13.9 h2c43086_0",
99
+ "pcre2 10.46 hf426167_0",
100
+ "sqlite 3.51.1 h3e8d24a_1",
101
+ "xorg-libx11 1.8.12 h9b100fa_1",
102
+ "zstd 1.5.7 h11fc155_0",
103
+ "libarchive 3.8.2 h3ec8f01_0",
104
+ "libidn2 2.3.8 hf80d704_0",
105
+ "libnghttp2 1.67.1 h697f920_0",
106
+ "libsolv 0.7.30 h6f1ccf3_2",
107
+ "tk 8.6.15 h54e0aa7_0",
108
+ "libcurl 8.18.0 h3506a8c_0",
109
+ "python 3.13.12 hb7b561f_100_cp313",
110
+ "libmamba 2.3.2 h860b5fb_1",
111
+ "menuinst 2.4.2 py313h06a4308_1",
112
+ "archspec 0.2.5 pyhd3eb1b0_0",
113
+ "attrs 25.4.0 py313h06a4308_2",
114
+ "boltons 25.0.0 py313h06a4308_0",
115
+ "certifi 2026.01.04 py313h06a4308_0",
116
+ "chardet 5.2.0 py313h06a4308_0",
117
+ "charset-normalizer 3.4.4 py313h06a4308_0",
118
+ "click 8.2.1 py313h06a4308_1",
119
+ "distro 1.9.0 py313h06a4308_0",
120
+ "evalidate 2.0.3 py313h06a4308_0",
121
+ "filelock 3.20.3 py313h06a4308_0",
122
+ "frozendict 2.4.6 py313hee96239_0",
123
+ "idna 3.11 py313h06a4308_0",
124
+ "jsonpointer 3.0.0 py313h06a4308_0",
125
+ "libmambapy 2.3.2 py313h3f77f5b_1",
126
+ "markupsafe 3.0.2 py313h5eee18b_0",
127
+ "msgpack-python 1.1.1 py313h6a678d5_0",
128
+ "packaging 25.0 py313h06a4308_1",
129
+ "pkginfo 1.12.1.2 py313h06a4308_0",
130
+ "platformdirs 4.5.0 py313h06a4308_0",
131
+ "pluggy 1.5.0 py313h06a4308_0",
132
+ "psutil 7.0.0 py313hee96239_1",
133
+ "py-lief 0.17.5 py313hadaebfa_0",
134
+ "pycosat 0.6.6 py313h5eee18b_2",
135
+ "pycparser 2.23 py313h06a4308_0",
136
+ "pysocks 1.7.1 py313h06a4308_1",
137
+ "python-libarchive-c 5.3 py313h06a4308_0",
138
+ "pytz 2026.1.post1 py313h06a4308_0",
139
+ "pyyaml 6.0.3 py313h591646f_0",
140
+ "rpds-py 0.28.0 py313h498d7c9_0",
141
+ "ruamel.yaml.clib 0.2.14 py313h4aee224_0",
142
+ "setuptools 80.10.2 py313h06a4308_0",
143
+ "soupsieve 2.5 py313h06a4308_0",
144
+ "tqdm 4.67.3 py313h7040dfc_1",
145
+ "truststore 0.10.1 py313h06a4308_1",
146
+ "typing_extensions 4.15.0 py313h06a4308_0",
147
+ "cffi 2.0.0 py313h4eded50_1",
148
+ "jinja2 3.1.6 py313h06a4308_0",
149
+ "jsonpatch 1.33 py313h06a4308_1",
150
+ "referencing 0.37.0 py313h06a4308_0",
151
+ "ruamel.yaml 0.18.16 py313h4aee224_0",
152
+ "typing-extensions 4.15.0 py313h06a4308_0",
153
+ "beautifulsoup4 4.14.3 py313h06a4308_0",
154
+ "brotlicffi 1.2.0.0 py313h7354ed3_0",
155
+ "jsonschema-specifications 2025.9.1 py313h06a4308_0",
156
+ "zstandard 0.24.0 py313h3d778a8_0",
157
+ "jsonschema 4.25.1 py313h06a4308_0",
158
+ "urllib3 2.6.3 py313h06a4308_0",
159
+ "requests 2.32.5 py313h06a4308_1",
160
+ "conda-package-streaming 0.12.0 py313h06a4308_1",
161
+ "conda-package-handling 2.4.0 py313h06a4308_1",
162
+ "conda 26.1.1 py313h06a4308_0",
163
+ "conda-index 0.10.0 py313h06a4308_0",
164
+ "conda-libmamba-solver 26.3.0 pyh3785b3c_0",
165
+ "conda-build 26.1.0 py313h76456e7_1"
166
+ ],
167
+ "summary": "Implements a self-contained, zero-configuration, SQL database engine",
168
+ "tags": []
169
+ }
miniconda3/pkgs/sqlite-3.51.2-h3e8d24a_0/info/files ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ bin/sqlite3
2
+ include/sqlite3.h
3
+ include/sqlite3ext.h
4
+ lib/libsqlite3.so
5
+ lib/libsqlite3.so.0
6
+ lib/libsqlite3.so.3.51.2
7
+ lib/pkgconfig/sqlite3.pc
8
+ share/man/man1/sqlite3.1
miniconda3/pkgs/sqlite-3.51.2-h3e8d24a_0/info/git ADDED
File without changes
miniconda3/pkgs/sqlite-3.51.2-h3e8d24a_0/info/has_prefix ADDED
@@ -0,0 +1 @@
 
 
1
+ /home/task_177331359829787/croot/sqlite_1773313716147/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_plac text lib/pkgconfig/sqlite3.pc
miniconda3/pkgs/sqlite-3.51.2-h3e8d24a_0/info/hash_input.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ncurses": "6",
3
+ "readline": "8",
4
+ "c_compiler": "gcc",
5
+ "BUILD": "x86_64-conda_el8-linux-gnu",
6
+ "c_stdlib": "sysroot",
7
+ "zlib": "1.3",
8
+ "target_platform": "linux-64",
9
+ "sqlite": "3",
10
+ "c_compiler_version": "14.3.0",
11
+ "c_stdlib_version": "2.28",
12
+ "channel_targets": "defaults",
13
+ "__glibc": "__glibc >=2.28,<3.0.a0"
14
+ }