Skip to content

jzombie/sqlite-sqllogictest-corpus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sqlite-sqllogictest-corpus

Ask DeepWiki

Minimal Docker setup that clones the official sqllogictest Fossil repository and copies the bundled test corpus into a local folder. Use it whenever you need a fresh snapshot of SQLite's sqllogictest cases.

Usage

Build the Docker image:

docker build -t slt-gen .

Extract the upstream tests into a local test/ directory:

rm -rf test
mkdir test
docker run --rm -v "$PWD/test:/work/test" slt-gen

The extracted corpus mirrors the upstream layout directly under test/.

References

About

SQLite SQLLogicTest corpus (Fossil export)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published