DFSG NEW Queue

DFSG, Licensing & New Packages Team

Review: golang-github-xwb1989-sqlparser 0.0~git20180606.1203878-1

Package Information

DescriptionSQL Parser implemented in Go (library)

This package provides a highly efficient SQL parser written in Go, originally derived from the Vitess project. It is specifically designed to parse SQL statements into an abstract syntax tree, allowing developers to programmatically analyze, rewrite, or validate complex queries with high precision.

The library supports a significant subset of the MySQL dialect and is widely used in projects that require deep introspection of SQL commands, such as database proxies, query routers, or custom migration tools. By converting raw strings into structured Go objects, it enables robust manipulation of database logic without the fragility of regular expression matching.

This makes it an essential component for building middleware that needs to understand or transform database traffic in real time.

MaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed ByAndrew Lee (李健秋) <ajqlee@debian.org>
Sponsorajqlee@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/go-team/packages/golang-github-xwb1989-sqlparser.git (browse)
Closes#1136396
Trackerhttps://tracker.debian.org/pkg/golang-github-xwb1989-sqlparser
Uploaded2 months, 20 days ago

New Package Report

.changes
Distributionunstable
DateWed, 13 May 2026 12:20:21 +0200
Sourcegolang-github-xwb1989-sqlparser
Version0.0~git20180606.1203878-1
Changed-ByAndrew Lee (李健秋)
Architecturesource all
Changelog
golang-github-xwb1989-sqlparser (0.0~git20180606.1203878-1) unstable; urgency=medium
 .
   * Initial release (Closes: 1136396)
.dsc
Priorityoptional
Componentmain
Package-Listgolang-github-xwb1989-sqlparser-dev deb golang optional arch=all
Sectiongolang
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/xwb1989/sqlparser
Upstream-Name: sqlparser
Upstream-Contact: https://github.com/xwb1989/sqlparser/issues

Files: *
Copyright: 2014 Wenbin Xiao
License: Apache-2.0

Files: debian/*
Copyright: 2025 Andrew Lee (李健秋) <ajqlee@debian.org>
License: Apache-2.0
Comment: Debian packaging is licensed under the same terms as upstream

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
Comment:
 On Debian systems, the complete text of the Apache version 2.0 license
 can be found in "/usr/share/common-licenses/Apache-2.0".

Review Information

accepted — allocated to awm 2 months, 20 days ago, started 2 months, 20 days ago, completed 2 months, 20 days ago.

Final Comment

Public Notes

2 months, 20 days ago ● public

License Check

Command: dnq license-check -prepare
Exit code: 0

License check [main]:

Found 1 unique license identifier(s) in debian/copyright:

COMPATIBLE (1):
  Apache-2.0                          [Note: not compatible with GPL-2]

Result: ALL LICENSES RECOGNIZED AS DFSG-COMPATIBLE

Back to Dashboard | View all reviews for this package