golang-github-go-sql-driver-mysql 1.7.1-2 source package in Ubuntu

Changelog

golang-github-go-sql-driver-mysql (1.7.1-2) unstable; urgency=medium

  * Team upload
  * Skip TestConnectorReturnsTimeout which need access network
  * Add Rules-Requires-Root

 -- Shengjing Zhu <email address hidden>  Thu, 22 Feb 2024 17:27:10 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-go-sql-driver-mysql_1.7.1-2.dsc 1.9 KiB d222b3c9102fa99e12dfad4fe55e5efed0a74f0465d54b8a0275813390c8947c
golang-github-go-sql-driver-mysql_1.7.1.orig.tar.gz 93.5 KiB c6aaf1309cbeabdc43414a1230257b8943800643c581a3e2211d1efd5495a9c2
golang-github-go-sql-driver-mysql_1.7.1-2.debian.tar.xz 8.3 KiB 1f45725cdf43d67eab4d0edbfe0a6936d6ceca822510f2e8dec4d61bd63bec2c

Available diffs

No changes file available.

Binary packages built by this source

golang-github-go-sql-driver-mysql-dev: MySQL-Driver for Go's database/sql package

 Features:
  - Lightweight and fast
  - Native Go implementation. No C-bindings, just pure Go
  - Connections over TCP/IPv4, TCP/IPv6 or Unix domain sockets
  - Automatic handling of broken connections
  - Automatic Connection Pooling (by database/sql package)
  - Supports queries larger than 16MB
  - Full sql.RawBytes support.
  - Intelligent LONG DATA handling in prepared statements
  - Secure LOAD DATA LOCAL INFILE support with file Whitelisting and io.Reader
    support
  - Optional time.Time parsing
  - Optional placeholder interpolation