Package: usql / 0.19.19-2

Metadata

Package Version Patches format
usql 0.19.19-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Skip tests.patch | (download)

drivers/metadata/informationschema/metadata_test.go | 2 2 + 0 - 0 !
drivers/metadata/postgres/metadata_test.go | 2 2 + 0 - 0 !
drivers/sqlite3/sqshared/reader_test.go | 2 2 + 0 - 0 !
3 files changed, 6 insertions(+)

 skip tests not feasible to have passing in a debian build

Introduce new tag 'fulltest' that is not used in `debian/rules`, thus leading to
these tests being skipped. They fail as they expect Docker containers to be
runnable, or tests try to include modules that are not part of the Debian
distribution.

    ...
    src/github.com/xo/usql/drivers/metadata/informationschema/metadata_test.go:23:2: cannot find package "github.com/microsoft/go-mssqldb" in any of:
    	/tmp/build/source/debian/.build/upstream/src/vendor/github.com/microsoft/go-mssqldb (vendor tree)
    	/usr/lib/go-1.24/src/github.com/microsoft/go-mssqldb (from $GOROOT)
    	/tmp/build/source/debian/.build/upstream/src/github.com/microsoft/go-mssqldb (from $GOPATH)
    FAIL	github.com/xo/usql/drivers/metadata/informationschema [setup failed]
    # github.com/xo/usql/drivers/metadata/postgres
    src/github.com/xo/usql/drivers/metadata/informationschema/metadata_test.go:24:2: cannot find package "github.com/ory/dockertest/v3" in any of:
    	/tmp/build/source/debian/.build/upstream/src/vendor/github.com/ory/dockertest/v3 (vendor tree)
    	/usr/lib/go-1.24/src/github.com/ory/dockertest/v3 (from $GOROOT)
    	/tmp/build/source/debian/.build/upstream/src/github.com/ory/dockertest/v3 (from $GOPATH)
    FAIL	github.com/xo/usql/drivers/metadata/postgres [setup failed]
    ...
    Could not prepare the database: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
    FAIL	github.com/xo/usql/drivers/sqlite3/sqshared

Add manual page.patch | (download)

man/usql.1 | 262 262 + 0 - 0 !
1 file changed, 262 insertions(+)

 add basic manual page

Create a minimal manual page for Linux/Unix systems. Also improve
the README to be explicit about increasingly more popular MySQL
alternatives MariaDB and TiDB.

(cherry-picked from afff27bdf38a9a8a08721147b2d9c49ce4a6c0e8)

Bug: https://github.com/xo/usql/pull/521