File: control

package info (click to toggle)
sqlreduce 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,172 kB
  • sloc: python: 1,026; sql: 40; sh: 22; makefile: 14
file content (36 lines) | stat: -rw-r--r-- 991 bytes parent folder | download
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
34
35
36
Source: sqlreduce
Section: python
Priority: optional
Maintainer: Christoph Berg <myon@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 help2man <!cross>,
 postgresql <!nocheck>,
 python3-all,
 python3-pglast,
 python3-psycopg2,
 python3-pytest,
 python3-setuptools,
 python3-yaml,
Standards-Version: 4.6.0
Homepage: https://github.com/df7cb/sqlreduce
Vcs-Browser: https://github.com/df7cb/sqlreduce
Vcs-Git: https://github.com/df7cb/sqlreduce.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: sqlreduce
Architecture: all
Multi-Arch: foreign
Depends:
 python3:any (>= 3.8),
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Provides:
 ${python3:Provides},
Description: Reduce verbose SQL queries to minimal examples
 SQLreduce takes as input an arbitrary SQL query which is then run against a
 PostgreSQL server. Various simplification steps are applied, while checking
 that the simplified query still exhibits the same error from PostgreSQL.