LICENSE.txt
MANIFEST.in
glibc.py
pep425tags.py
requirements.txt
setup.cfg
setup.py
version.py
supersqlite/__init__.py
supersqlite.egg-info/PKG-INFO
supersqlite.egg-info/SOURCES.txt
supersqlite.egg-info/dependency_links.txt
supersqlite.egg-info/top_level.txt
supersqlite/req_wheels/.gitkeep
supersqlite/third_party/__init__.py
supersqlite/third_party/_apsw/.gitignore
supersqlite/third_party/_apsw/LICENSE
supersqlite/third_party/_apsw/MANIFEST.in
supersqlite/third_party/_apsw/Makefile
supersqlite/third_party/_apsw/README.rst
supersqlite/third_party/_apsw/checksums
supersqlite/third_party/_apsw/example-code.py
supersqlite/third_party/_apsw/mingwsetup.bat
supersqlite/third_party/_apsw/setup.cfg
supersqlite/third_party/_apsw/setup.py
supersqlite/third_party/_apsw/tests.py
supersqlite/third_party/_apsw/doc/Makefile
supersqlite/third_party/_apsw/doc/benchmarking.rst
supersqlite/third_party/_apsw/doc/build.rst
supersqlite/third_party/_apsw/doc/changes.rst
supersqlite/third_party/_apsw/doc/conf.py
supersqlite/third_party/_apsw/doc/copyright.rst
supersqlite/third_party/_apsw/doc/dbapi.rst
supersqlite/third_party/_apsw/doc/download.rst
supersqlite/third_party/_apsw/doc/exceptions.rst
supersqlite/third_party/_apsw/doc/execution.rst
supersqlite/third_party/_apsw/doc/extensions.rst
supersqlite/third_party/_apsw/doc/index.rst
supersqlite/third_party/_apsw/doc/pysqlite.rst
supersqlite/third_party/_apsw/doc/shell.rst
supersqlite/third_party/_apsw/doc/tips.rst
supersqlite/third_party/_apsw/doc/types.rst
supersqlite/third_party/_apsw/doc/_templates/layout.html
supersqlite/third_party/_apsw/src/apsw.c
supersqlite/third_party/_apsw/src/apswbuffer.c
supersqlite/third_party/_apsw/src/apswversion.h
supersqlite/third_party/_apsw/src/backup.c
supersqlite/third_party/_apsw/src/blob.c
supersqlite/third_party/_apsw/src/connection.c
supersqlite/third_party/_apsw/src/cursor.c
supersqlite/third_party/_apsw/src/exceptions.c
supersqlite/third_party/_apsw/src/pypycompat.c
supersqlite/third_party/_apsw/src/pyutil.c
supersqlite/third_party/_apsw/src/statementcache.c
supersqlite/third_party/_apsw/src/traceback.c
supersqlite/third_party/_apsw/src/util.c
supersqlite/third_party/_apsw/src/vfs.c
supersqlite/third_party/_apsw/src/vtable.c
supersqlite/third_party/_apsw/tools/apswtrace.py
supersqlite/third_party/_apsw/tools/checksums.py
supersqlite/third_party/_apsw/tools/code2rst.py
supersqlite/third_party/_apsw/tools/coverage.sh
supersqlite/third_party/_apsw/tools/coverageanalyser.py
supersqlite/third_party/_apsw/tools/docmissing.py
supersqlite/third_party/_apsw/tools/docupdate.py
supersqlite/third_party/_apsw/tools/example2rst.py
supersqlite/third_party/_apsw/tools/megatest.py
supersqlite/third_party/_apsw/tools/mkdebianchangelog.py
supersqlite/third_party/_apsw/tools/shell.py
supersqlite/third_party/_apsw/tools/speedtest.py
supersqlite/third_party/_apsw/tools/spellcheck.sh
supersqlite/third_party/_apsw/tools/sqlite3.supp
supersqlite/third_party/_apsw/tools/valgrind.sh
supersqlite/third_party/_pysqlite/.travis.yml
supersqlite/third_party/_pysqlite/CHANGES
supersqlite/third_party/_pysqlite/LICENSE
supersqlite/third_party/_pysqlite/README.md
supersqlite/third_party/_pysqlite/__init__.py
supersqlite/third_party/_pysqlite/cross_bdist_wininst.py
supersqlite/third_party/_pysqlite/setup.cfg
supersqlite/third_party/_pysqlite/setup.py
supersqlite/third_party/_pysqlite/test.sh
supersqlite/third_party/_pysqlite/tox.ini
supersqlite/third_party/_pysqlite/update_sqlite_constants.py
supersqlite/third_party/_pysqlite/lib/__init__.py
supersqlite/third_party/_pysqlite/lib/dbapi2.py
supersqlite/third_party/_pysqlite/lib/dump.py
supersqlite/third_party/_pysqlite/src2/__init__.py
supersqlite/third_party/_pysqlite/src2/backup.c
supersqlite/third_party/_pysqlite/src2/backup.h
supersqlite/third_party/_pysqlite/src2/cache.c
supersqlite/third_party/_pysqlite/src2/cache.h
supersqlite/third_party/_pysqlite/src2/connection.c
supersqlite/third_party/_pysqlite/src2/connection.h
supersqlite/third_party/_pysqlite/src2/cursor.c
supersqlite/third_party/_pysqlite/src2/cursor.h
supersqlite/third_party/_pysqlite/src2/microprotocols.c
supersqlite/third_party/_pysqlite/src2/microprotocols.h
supersqlite/third_party/_pysqlite/src2/module.c
supersqlite/third_party/_pysqlite/src2/module.h
supersqlite/third_party/_pysqlite/src2/prepare_protocol.c
supersqlite/third_party/_pysqlite/src2/prepare_protocol.h
supersqlite/third_party/_pysqlite/src2/row.c
supersqlite/third_party/_pysqlite/src2/row.h
supersqlite/third_party/_pysqlite/src2/sqlite3.h
supersqlite/third_party/_pysqlite/src2/sqlite_constants.h
supersqlite/third_party/_pysqlite/src2/statement.c
supersqlite/third_party/_pysqlite/src2/statement.h
supersqlite/third_party/_pysqlite/src2/util.c
supersqlite/third_party/_pysqlite/src2/util.h
supersqlite/third_party/_pysqlite/src3/__init__.py
supersqlite/third_party/_pysqlite/src3/cache.c
supersqlite/third_party/_pysqlite/src3/cache.h
supersqlite/third_party/_pysqlite/src3/connection.c
supersqlite/third_party/_pysqlite/src3/connection.h
supersqlite/third_party/_pysqlite/src3/cursor.c
supersqlite/third_party/_pysqlite/src3/cursor.h
supersqlite/third_party/_pysqlite/src3/microprotocols.c
supersqlite/third_party/_pysqlite/src3/microprotocols.h
supersqlite/third_party/_pysqlite/src3/module.c
supersqlite/third_party/_pysqlite/src3/module.h
supersqlite/third_party/_pysqlite/src3/prepare_protocol.c
supersqlite/third_party/_pysqlite/src3/prepare_protocol.h
supersqlite/third_party/_pysqlite/src3/row.c
supersqlite/third_party/_pysqlite/src3/row.h
supersqlite/third_party/_pysqlite/src3/sqlite3.h
supersqlite/third_party/_pysqlite/src3/statement.c
supersqlite/third_party/_pysqlite/src3/statement.h
supersqlite/third_party/_pysqlite/src3/util.c
supersqlite/third_party/_pysqlite/src3/util.h
supersqlite/third_party/internal/__init__.py
supersqlite/third_party/sqlite3/apsw_shell.c
supersqlite/third_party/sqlite3/shell.c
supersqlite/third_party/sqlite3/sqlite3.c
supersqlite/third_party/sqlite3/sqlite3.c.pre.c
supersqlite/third_party/sqlite3/sqlite3.h
supersqlite/third_party/sqlite3/sqlite3ext.h
supersqlite/third_party/sqlite3/ext/README.md
supersqlite/third_party/sqlite3/ext/async/README.txt
supersqlite/third_party/sqlite3/ext/async/sqlite3async.c
supersqlite/third_party/sqlite3/ext/async/sqlite3async.h
supersqlite/third_party/sqlite3/ext/expert/README.md
supersqlite/third_party/sqlite3/ext/expert/expert.c
supersqlite/third_party/sqlite3/ext/expert/expert1.test
supersqlite/third_party/sqlite3/ext/expert/sqlite3expert.c
supersqlite/third_party/sqlite3/ext/expert/sqlite3expert.h
supersqlite/third_party/sqlite3/ext/expert/test_expert.c
supersqlite/third_party/sqlite3/ext/fts1/README.txt
supersqlite/third_party/sqlite3/ext/fts1/ft_hash.c
supersqlite/third_party/sqlite3/ext/fts1/ft_hash.h
supersqlite/third_party/sqlite3/ext/fts1/fts1.c
supersqlite/third_party/sqlite3/ext/fts1/fts1.h
supersqlite/third_party/sqlite3/ext/fts1/fts1_hash.c
supersqlite/third_party/sqlite3/ext/fts1/fts1_hash.h
supersqlite/third_party/sqlite3/ext/fts1/fts1_porter.c
supersqlite/third_party/sqlite3/ext/fts1/fts1_tokenizer.h
supersqlite/third_party/sqlite3/ext/fts1/fts1_tokenizer1.c
supersqlite/third_party/sqlite3/ext/fts1/fulltext.c
supersqlite/third_party/sqlite3/ext/fts1/fulltext.h
supersqlite/third_party/sqlite3/ext/fts1/simple_tokenizer.c
supersqlite/third_party/sqlite3/ext/fts1/tokenizer.h
supersqlite/third_party/sqlite3/ext/fts2/README.tokenizers
supersqlite/third_party/sqlite3/ext/fts2/README.txt
supersqlite/third_party/sqlite3/ext/fts2/fts2.c
supersqlite/third_party/sqlite3/ext/fts2/fts2.h
supersqlite/third_party/sqlite3/ext/fts2/fts2_hash.c
supersqlite/third_party/sqlite3/ext/fts2/fts2_hash.h
supersqlite/third_party/sqlite3/ext/fts2/fts2_icu.c
supersqlite/third_party/sqlite3/ext/fts2/fts2_porter.c
supersqlite/third_party/sqlite3/ext/fts2/fts2_tokenizer.c
supersqlite/third_party/sqlite3/ext/fts2/fts2_tokenizer.h
supersqlite/third_party/sqlite3/ext/fts2/fts2_tokenizer1.c
supersqlite/third_party/sqlite3/ext/fts2/mkfts2amal.tcl
supersqlite/third_party/sqlite3/ext/fts3/README.content
supersqlite/third_party/sqlite3/ext/fts3/README.syntax
supersqlite/third_party/sqlite3/ext/fts3/README.tokenizers
supersqlite/third_party/sqlite3/ext/fts3/README.txt
supersqlite/third_party/sqlite3/ext/fts3/fts3.c
supersqlite/third_party/sqlite3/ext/fts3/fts3.h
supersqlite/third_party/sqlite3/ext/fts3/fts3Int.h
supersqlite/third_party/sqlite3/ext/fts3/fts3_aux.c
supersqlite/third_party/sqlite3/ext/fts3/fts3_expr.c
supersqlite/third_party/sqlite3/ext/fts3/fts3_hash.c
supersqlite/third_party/sqlite3/ext/fts3/fts3_hash.h
supersqlite/third_party/sqlite3/ext/fts3/fts3_icu.c
supersqlite/third_party/sqlite3/ext/fts3/fts3_porter.c
supersqlite/third_party/sqlite3/ext/fts3/fts3_snippet.c
supersqlite/third_party/sqlite3/ext/fts3/fts3_term.c
supersqlite/third_party/sqlite3/ext/fts3/fts3_test.c
supersqlite/third_party/sqlite3/ext/fts3/fts3_tokenize_vtab.c
supersqlite/third_party/sqlite3/ext/fts3/fts3_tokenizer.c
supersqlite/third_party/sqlite3/ext/fts3/fts3_tokenizer.h
supersqlite/third_party/sqlite3/ext/fts3/fts3_tokenizer1.c
supersqlite/third_party/sqlite3/ext/fts3/fts3_unicode.c
supersqlite/third_party/sqlite3/ext/fts3/fts3_unicode2.c
supersqlite/third_party/sqlite3/ext/fts3/fts3_write.c
supersqlite/third_party/sqlite3/ext/fts3/fts3speed.tcl
supersqlite/third_party/sqlite3/ext/fts3/mkfts3amal.tcl
supersqlite/third_party/sqlite3/ext/fts3/tool/fts3cov.sh
supersqlite/third_party/sqlite3/ext/fts3/tool/fts3view.c
supersqlite/third_party/sqlite3/ext/fts3/unicode/CaseFolding.txt
supersqlite/third_party/sqlite3/ext/fts3/unicode/UnicodeData.txt
supersqlite/third_party/sqlite3/ext/fts3/unicode/mkunicode.tcl
supersqlite/third_party/sqlite3/ext/fts3/unicode/parseunicode.tcl
supersqlite/third_party/sqlite3/ext/fts5/extract_api_docs.tcl
supersqlite/third_party/sqlite3/ext/fts5/fts5.h
supersqlite/third_party/sqlite3/ext/fts5/fts5Int.h
supersqlite/third_party/sqlite3/ext/fts5/fts5_aux.c
supersqlite/third_party/sqlite3/ext/fts5/fts5_buffer.c
supersqlite/third_party/sqlite3/ext/fts5/fts5_config.c
supersqlite/third_party/sqlite3/ext/fts5/fts5_expr.c
supersqlite/third_party/sqlite3/ext/fts5/fts5_hash.c
supersqlite/third_party/sqlite3/ext/fts5/fts5_index.c
supersqlite/third_party/sqlite3/ext/fts5/fts5_main.c
supersqlite/third_party/sqlite3/ext/fts5/fts5_storage.c
supersqlite/third_party/sqlite3/ext/fts5/fts5_tcl.c
supersqlite/third_party/sqlite3/ext/fts5/fts5_test_mi.c
supersqlite/third_party/sqlite3/ext/fts5/fts5_test_tok.c
supersqlite/third_party/sqlite3/ext/fts5/fts5_tokenize.c
supersqlite/third_party/sqlite3/ext/fts5/fts5_unicode2.c
supersqlite/third_party/sqlite3/ext/fts5/fts5_varint.c
supersqlite/third_party/sqlite3/ext/fts5/fts5_vocab.c
supersqlite/third_party/sqlite3/ext/fts5/fts5parse.y
supersqlite/third_party/sqlite3/ext/fts5/mkportersteps.tcl
supersqlite/third_party/sqlite3/ext/fts5/test/fts5_common.tcl
supersqlite/third_party/sqlite3/ext/fts5/test/fts5aa.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5ab.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5ac.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5ad.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5ae.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5af.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5ag.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5ah.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5ai.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5aj.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5ak.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5al.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5alter.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5auto.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5aux.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5auxdata.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5bigpl.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5bigtok.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5cat.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5colset.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5columnsize.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5config.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5conflict.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5connect.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5content.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5corrupt.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5corrupt2.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5corrupt3.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5delete.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5detail.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5determin.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5dlidx.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5doclist.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5ea.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5eb.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5fault1.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5fault2.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5fault3.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5fault4.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5fault5.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5fault6.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5fault7.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5fault8.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5fault9.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5faultA.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5faultB.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5faultD.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5first.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5full.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5fuzz1.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5hash.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5integrity.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5lastrowid.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5leftjoin.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5matchinfo.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5merge.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5merge2.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5multiclient.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5near.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5onepass.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5optimize.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5phrase.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5plan.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5porter.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5porter2.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5prefix.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5query.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5rank.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5rebuild.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5restart.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5rowid.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5simple.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5simple2.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5simple3.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5synonym.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5synonym2.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5tok1.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5tok2.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5tokenizer.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5unicode.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5unicode2.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5unicode3.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5unicode4.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5unindexed.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5update.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5version.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5vocab.test
supersqlite/third_party/sqlite3/ext/fts5/test/fts5vocab2.test
supersqlite/third_party/sqlite3/ext/fts5/tool/fts5speed.tcl
supersqlite/third_party/sqlite3/ext/fts5/tool/fts5txt2db.tcl
supersqlite/third_party/sqlite3/ext/fts5/tool/loadfts5.tcl
supersqlite/third_party/sqlite3/ext/fts5/tool/mkfts5c.tcl
supersqlite/third_party/sqlite3/ext/fts5/tool/showfts5.tcl
supersqlite/third_party/sqlite3/ext/fts5built/fts5.c
supersqlite/third_party/sqlite3/ext/fts5built/fts5.h
supersqlite/third_party/sqlite3/ext/icu/README.txt
supersqlite/third_party/sqlite3/ext/icu/icu.c
supersqlite/third_party/sqlite3/ext/icu/sqliteicu.h
supersqlite/third_party/sqlite3/ext/lsm1/Makefile
supersqlite/third_party/sqlite3/ext/lsm1/Makefile.msc
supersqlite/third_party/sqlite3/ext/lsm1/lsm.h
supersqlite/third_party/sqlite3/ext/lsm1/lsmInt.h
supersqlite/third_party/sqlite3/ext/lsm1/lsm_ckpt.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm_file.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm_log.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm_main.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm_mem.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm_mutex.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm_shared.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm_sorted.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm_str.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm_tree.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm_unix.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm_varint.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm_vtab.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm_win32.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/README
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest.h
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest1.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest2.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest3.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest4.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest5.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest6.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest7.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest8.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest9.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest_bt.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest_datasource.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest_func.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest_io.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest_main.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest_mem.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest_tdb.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest_tdb.h
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest_tdb2.cc
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest_tdb3.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest_tdb4.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest_util.c
supersqlite/third_party/sqlite3/ext/lsm1/lsm-test/lsmtest_win32.c
supersqlite/third_party/sqlite3/ext/lsm1/test/lsm1_common.tcl
supersqlite/third_party/sqlite3/ext/lsm1/test/lsm1_simple.test
supersqlite/third_party/sqlite3/ext/lsm1/tool/mklsm1c.tcl
supersqlite/third_party/sqlite3/ext/misc/README.md
supersqlite/third_party/sqlite3/ext/misc/amatch.c
supersqlite/third_party/sqlite3/ext/misc/anycollseq.c
supersqlite/third_party/sqlite3/ext/misc/appendvfs.c
supersqlite/third_party/sqlite3/ext/misc/btreeinfo.c
supersqlite/third_party/sqlite3/ext/misc/carray.c
supersqlite/third_party/sqlite3/ext/misc/closure.c
supersqlite/third_party/sqlite3/ext/misc/completion.c
supersqlite/third_party/sqlite3/ext/misc/compress.c
supersqlite/third_party/sqlite3/ext/misc/csv.c
supersqlite/third_party/sqlite3/ext/misc/dbdump.c
supersqlite/third_party/sqlite3/ext/misc/eval.c
supersqlite/third_party/sqlite3/ext/misc/fileio.c
supersqlite/third_party/sqlite3/ext/misc/fuzzer.c
supersqlite/third_party/sqlite3/ext/misc/ieee754.c
supersqlite/third_party/sqlite3/ext/misc/json1.c
supersqlite/third_party/sqlite3/ext/misc/memvfs.c
supersqlite/third_party/sqlite3/ext/misc/mmapwarm.c
supersqlite/third_party/sqlite3/ext/misc/nextchar.c
supersqlite/third_party/sqlite3/ext/misc/normalize.c
supersqlite/third_party/sqlite3/ext/misc/percentile.c
supersqlite/third_party/sqlite3/ext/misc/regexp.c
supersqlite/third_party/sqlite3/ext/misc/remember.c
supersqlite/third_party/sqlite3/ext/misc/rot13.c
supersqlite/third_party/sqlite3/ext/misc/scrub.c
supersqlite/third_party/sqlite3/ext/misc/series.c
supersqlite/third_party/sqlite3/ext/misc/sha1.c
supersqlite/third_party/sqlite3/ext/misc/shathree.c
supersqlite/third_party/sqlite3/ext/misc/showauth.c
supersqlite/third_party/sqlite3/ext/misc/spellfix.c
supersqlite/third_party/sqlite3/ext/misc/sqlar.c
supersqlite/third_party/sqlite3/ext/misc/stmt.c
supersqlite/third_party/sqlite3/ext/misc/templatevtab.c
supersqlite/third_party/sqlite3/ext/misc/totype.c
supersqlite/third_party/sqlite3/ext/misc/unionvtab.c
supersqlite/third_party/sqlite3/ext/misc/vfslog.c
supersqlite/third_party/sqlite3/ext/misc/vfsstat.c
supersqlite/third_party/sqlite3/ext/misc/vtablog.c
supersqlite/third_party/sqlite3/ext/misc/vtshim.c
supersqlite/third_party/sqlite3/ext/misc/wholenumber.c
supersqlite/third_party/sqlite3/ext/misc/zipfile.c
supersqlite/third_party/sqlite3/ext/misc/zorder.c
supersqlite/third_party/sqlite3/ext/rbu/rbu.c
supersqlite/third_party/sqlite3/ext/rbu/rbu1.test
supersqlite/third_party/sqlite3/ext/rbu/rbu10.test
supersqlite/third_party/sqlite3/ext/rbu/rbu11.test
supersqlite/third_party/sqlite3/ext/rbu/rbu12.test
supersqlite/third_party/sqlite3/ext/rbu/rbu13.test
supersqlite/third_party/sqlite3/ext/rbu/rbu14.test
supersqlite/third_party/sqlite3/ext/rbu/rbu3.test
supersqlite/third_party/sqlite3/ext/rbu/rbu5.test
supersqlite/third_party/sqlite3/ext/rbu/rbu6.test
supersqlite/third_party/sqlite3/ext/rbu/rbu7.test
supersqlite/third_party/sqlite3/ext/rbu/rbu8.test
supersqlite/third_party/sqlite3/ext/rbu/rbu9.test
supersqlite/third_party/sqlite3/ext/rbu/rbuA.test
supersqlite/third_party/sqlite3/ext/rbu/rbuB.test
supersqlite/third_party/sqlite3/ext/rbu/rbuC.test
supersqlite/third_party/sqlite3/ext/rbu/rbu_common.tcl
supersqlite/third_party/sqlite3/ext/rbu/rbucollate.test
supersqlite/third_party/sqlite3/ext/rbu/rbucrash.test
supersqlite/third_party/sqlite3/ext/rbu/rbucrash2.test
supersqlite/third_party/sqlite3/ext/rbu/rbudiff.test
supersqlite/third_party/sqlite3/ext/rbu/rbudor.test
supersqlite/third_party/sqlite3/ext/rbu/rbufault.test
supersqlite/third_party/sqlite3/ext/rbu/rbufault2.test
supersqlite/third_party/sqlite3/ext/rbu/rbufault3.test
supersqlite/third_party/sqlite3/ext/rbu/rbufault4.test
supersqlite/third_party/sqlite3/ext/rbu/rbufts.test
supersqlite/third_party/sqlite3/ext/rbu/rbumulti.test
supersqlite/third_party/sqlite3/ext/rbu/rbuprogress.test
supersqlite/third_party/sqlite3/ext/rbu/rburesume.test
supersqlite/third_party/sqlite3/ext/rbu/rbusave.test
supersqlite/third_party/sqlite3/ext/rbu/rbusplit.test
supersqlite/third_party/sqlite3/ext/rbu/rbutemplimit.test
supersqlite/third_party/sqlite3/ext/rbu/rbuvacuum.test
supersqlite/third_party/sqlite3/ext/rbu/rbuvacuum2.test
supersqlite/third_party/sqlite3/ext/rbu/sqlite3rbu.c
supersqlite/third_party/sqlite3/ext/rbu/sqlite3rbu.h
supersqlite/third_party/sqlite3/ext/rbu/test_rbu.c
supersqlite/third_party/sqlite3/ext/repair/README.md
supersqlite/third_party/sqlite3/ext/repair/checkfreelist.c
supersqlite/third_party/sqlite3/ext/repair/checkindex.c
supersqlite/third_party/sqlite3/ext/repair/sqlite3_checker.c.in
supersqlite/third_party/sqlite3/ext/repair/sqlite3_checker.tcl
supersqlite/third_party/sqlite3/ext/repair/test/README.md
supersqlite/third_party/sqlite3/ext/repair/test/checkfreelist01.test
supersqlite/third_party/sqlite3/ext/repair/test/checkindex01.test
supersqlite/third_party/sqlite3/ext/repair/test/test.tcl
supersqlite/third_party/sqlite3/ext/rtree/README
supersqlite/third_party/sqlite3/ext/rtree/geopoly.c
supersqlite/third_party/sqlite3/ext/rtree/rtree.c
supersqlite/third_party/sqlite3/ext/rtree/rtree.h
supersqlite/third_party/sqlite3/ext/rtree/rtree1.test
supersqlite/third_party/sqlite3/ext/rtree/rtree2.test
supersqlite/third_party/sqlite3/ext/rtree/rtree3.test
supersqlite/third_party/sqlite3/ext/rtree/rtree4.test
supersqlite/third_party/sqlite3/ext/rtree/rtree5.test
supersqlite/third_party/sqlite3/ext/rtree/rtree6.test
supersqlite/third_party/sqlite3/ext/rtree/rtree7.test
supersqlite/third_party/sqlite3/ext/rtree/rtree8.test
supersqlite/third_party/sqlite3/ext/rtree/rtree9.test
supersqlite/third_party/sqlite3/ext/rtree/rtreeA.test
supersqlite/third_party/sqlite3/ext/rtree/rtreeB.test
supersqlite/third_party/sqlite3/ext/rtree/rtreeC.test
supersqlite/third_party/sqlite3/ext/rtree/rtreeD.test
supersqlite/third_party/sqlite3/ext/rtree/rtreeE.test
supersqlite/third_party/sqlite3/ext/rtree/rtreeF.test
supersqlite/third_party/sqlite3/ext/rtree/rtreeG.test
supersqlite/third_party/sqlite3/ext/rtree/rtreeH.test
supersqlite/third_party/sqlite3/ext/rtree/rtree_perf.tcl
supersqlite/third_party/sqlite3/ext/rtree/rtree_util.tcl
supersqlite/third_party/sqlite3/ext/rtree/rtreecheck.test
supersqlite/third_party/sqlite3/ext/rtree/rtreeconnect.test
supersqlite/third_party/sqlite3/ext/rtree/sqlite3rtree.h
supersqlite/third_party/sqlite3/ext/rtree/tkt3363.test
supersqlite/third_party/sqlite3/ext/rtree/viewrtree.tcl
supersqlite/third_party/sqlite3/ext/rtree/visual01.txt
supersqlite/third_party/sqlite3/ext/rtree/util/randomshape.tcl
supersqlite/third_party/sqlite3/ext/session/changeset.c
supersqlite/third_party/sqlite3/ext/session/session1.test
supersqlite/third_party/sqlite3/ext/session/session2.test
supersqlite/third_party/sqlite3/ext/session/session3.test
supersqlite/third_party/sqlite3/ext/session/session4.test
supersqlite/third_party/sqlite3/ext/session/session5.test
supersqlite/third_party/sqlite3/ext/session/session6.test
supersqlite/third_party/sqlite3/ext/session/session8.test
supersqlite/third_party/sqlite3/ext/session/session9.test
supersqlite/third_party/sqlite3/ext/session/sessionA.test
supersqlite/third_party/sqlite3/ext/session/sessionB.test
supersqlite/third_party/sqlite3/ext/session/sessionC.test
supersqlite/third_party/sqlite3/ext/session/sessionD.test
supersqlite/third_party/sqlite3/ext/session/sessionE.test
supersqlite/third_party/sqlite3/ext/session/sessionF.test
supersqlite/third_party/sqlite3/ext/session/sessionG.test
supersqlite/third_party/sqlite3/ext/session/sessionH.test
supersqlite/third_party/sqlite3/ext/session/session_common.tcl
supersqlite/third_party/sqlite3/ext/session/session_speed_test.c
supersqlite/third_party/sqlite3/ext/session/sessionat.test
supersqlite/third_party/sqlite3/ext/session/sessiondiff.test
supersqlite/third_party/sqlite3/ext/session/sessionfault.test
supersqlite/third_party/sqlite3/ext/session/sessionfault2.test
supersqlite/third_party/sqlite3/ext/session/sessionrebase.test
supersqlite/third_party/sqlite3/ext/session/sessionstat1.test
supersqlite/third_party/sqlite3/ext/session/sessionwor.test
supersqlite/third_party/sqlite3/ext/session/sqlite3session.c
supersqlite/third_party/sqlite3/ext/session/sqlite3session.h
supersqlite/third_party/sqlite3/ext/session/test_session.c
supersqlite/third_party/sqlite3/ext/userauth/sqlite3userauth.h
supersqlite/third_party/sqlite3/ext/userauth/user-auth.txt
supersqlite/third_party/sqlite3/ext/userauth/userauth.c
supersqlite/third_party/sqlite3/tool/GetFile.cs
supersqlite/third_party/sqlite3/tool/GetTclKit.bat
supersqlite/third_party/sqlite3/tool/Replace.cs
supersqlite/third_party/sqlite3/tool/addopcodes.tcl
supersqlite/third_party/sqlite3/tool/build-all-msvc.bat
supersqlite/third_party/sqlite3/tool/build-shell.sh
supersqlite/third_party/sqlite3/tool/cg_anno.tcl
supersqlite/third_party/sqlite3/tool/checkSpacing.c
supersqlite/third_party/sqlite3/tool/dbhash.c
supersqlite/third_party/sqlite3/tool/extract.c
supersqlite/third_party/sqlite3/tool/fast_vacuum.c
supersqlite/third_party/sqlite3/tool/fragck.tcl
supersqlite/third_party/sqlite3/tool/fuzzershell.c
supersqlite/third_party/sqlite3/tool/genfkey.README
supersqlite/third_party/sqlite3/tool/genfkey.test
supersqlite/third_party/sqlite3/tool/getlock.c
supersqlite/third_party/sqlite3/tool/kvtest-speed.sh
supersqlite/third_party/sqlite3/tool/lemon.c
supersqlite/third_party/sqlite3/tool/lempar.c
supersqlite/third_party/sqlite3/tool/libvers.c
supersqlite/third_party/sqlite3/tool/loadfts.c
supersqlite/third_party/sqlite3/tool/logest.c
supersqlite/third_party/sqlite3/tool/max-limits.c
supersqlite/third_party/sqlite3/tool/mkautoconfamal.sh
supersqlite/third_party/sqlite3/tool/mkccode.tcl
supersqlite/third_party/sqlite3/tool/mkctimec.tcl
supersqlite/third_party/sqlite3/tool/mkkeywordhash.c
supersqlite/third_party/sqlite3/tool/mkmsvcmin.tcl
supersqlite/third_party/sqlite3/tool/mkopcodec.tcl
supersqlite/third_party/sqlite3/tool/mkopcodeh.tcl
supersqlite/third_party/sqlite3/tool/mkopts.tcl
supersqlite/third_party/sqlite3/tool/mkpragmatab.tcl
supersqlite/third_party/sqlite3/tool/mkshellc.tcl
supersqlite/third_party/sqlite3/tool/mksourceid.c
supersqlite/third_party/sqlite3/tool/mkspeedsql.tcl
supersqlite/third_party/sqlite3/tool/mksqlite3c-noext.tcl
supersqlite/third_party/sqlite3/tool/mksqlite3c.tcl
supersqlite/third_party/sqlite3/tool/mksqlite3h.tcl
supersqlite/third_party/sqlite3/tool/mksqlite3internalh.tcl
supersqlite/third_party/sqlite3/tool/mkvsix.tcl
supersqlite/third_party/sqlite3/tool/offsets.c
supersqlite/third_party/sqlite3/tool/omittest.tcl
supersqlite/third_party/sqlite3/tool/opcodesum.tcl
supersqlite/third_party/sqlite3/tool/pagesig.c
supersqlite/third_party/sqlite3/tool/replace.tcl
supersqlite/third_party/sqlite3/tool/restore_jrnl.tcl
supersqlite/third_party/sqlite3/tool/rollback-test.c
supersqlite/third_party/sqlite3/tool/run-speed-test.sh
supersqlite/third_party/sqlite3/tool/showdb.c
supersqlite/third_party/sqlite3/tool/showjournal.c
supersqlite/third_party/sqlite3/tool/showlocks.c
supersqlite/third_party/sqlite3/tool/showshm.c
supersqlite/third_party/sqlite3/tool/showstat4.c
supersqlite/third_party/sqlite3/tool/showwal.c
supersqlite/third_party/sqlite3/tool/soak1.tcl
supersqlite/third_party/sqlite3/tool/spaceanal.tcl
supersqlite/third_party/sqlite3/tool/speed-check.sh
supersqlite/third_party/sqlite3/tool/speedtest.tcl
supersqlite/third_party/sqlite3/tool/speedtest16.c
supersqlite/third_party/sqlite3/tool/speedtest2.tcl
supersqlite/third_party/sqlite3/tool/speedtest8.c
supersqlite/third_party/sqlite3/tool/speedtest8inst1.c
supersqlite/third_party/sqlite3/tool/split-sqlite3c.tcl
supersqlite/third_party/sqlite3/tool/sqldiff.c
supersqlite/third_party/sqlite3/tool/sqlite3_analyzer.c.in
supersqlite/third_party/sqlite3/tool/sqltclsh.c.in
supersqlite/third_party/sqlite3/tool/sqltclsh.tcl
supersqlite/third_party/sqlite3/tool/srcck1.c
supersqlite/third_party/sqlite3/tool/stack_usage.tcl
supersqlite/third_party/sqlite3/tool/symbols-mingw.sh
supersqlite/third_party/sqlite3/tool/symbols.sh
supersqlite/third_party/sqlite3/tool/varint.c
supersqlite/third_party/sqlite3/tool/vdbe-compress.tcl
supersqlite/third_party/sqlite3/tool/vdbe_profile.tcl
supersqlite/third_party/sqlite3/tool/warnings-clang.sh
supersqlite/third_party/sqlite3/tool/warnings.sh
supersqlite/third_party/sqlite3/tool/win/sqlite.vsix
supersqlite/third_party_mock/__init__.py