1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: sqlsmith
Section: database
Priority: optional
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Uploaders: Christoph Berg <myon@debian.org>
Standards-Version: 3.9.8
Homepage: https://github.com/anse1/sqlsmith
Vcs-Browser: https://github.com/anse1/sqlsmith
Vcs-Git: https://github.com/anse1/sqlsmith.git -b debian
Build-Depends:
autoconf,
autoconf-archive,
debhelper (>= 9),
libboost-regex-dev,
libpqxx-dev (>= 4.0),
Package: sqlsmith
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: random SQL query generator
SQLsmith is a random SQL query generator. Its paragon is Csmith, which proved
valuable for quality assurance in C compilers.
.
It currently supports generating queries for PostgreSQL 9.5 or later only.
SQLsmith was designed with testing different versions and even products in
mind, but this has not manifested yet.
.
Besides PostgreSQL developers, users developing extensions of PostgreSQL might
also be interested in exposing their code to SQLsmith's random workload.
.
During its prototyping stage, it already found about thirty bugs in
PostgreSQL alphas, betas and releases, including security vulnerabilities in
released versions.
|