• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

go-sql-driver / mysql
83%

Build:
DEFAULT BRANCH: master
Repo Added 10 May 2017 10:21AM CUT
Files 19
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 1.8
  • 1.9
  • ErrShortWrite
  • InterpolateParams
  • add-charset
  • atomic
  • auth_refactoring
  • auth_tests
  • authentication
  • backport-bench-1.9
  • binary-littleendian
  • bump-mysql-for-testing
  • changelog
  • clientDeprecateEOF
  • cloudsql
  • columntype
  • compression
  • conncheck-alloc
  • conncheck_platforms
  • connncheck_optional
  • contributing
  • copyright
  • dolthub/master
  • dsn_defaults
  • empty_auth
  • empty_sha256
  • fil-register-set
  • fix-1666
  • fix-bench-massiverows
  • fix-flaky-test
  • fix-gomod
  • fix-race-condition-of-test-concurrent
  • fix-test
  • fix-test2
  • fix-unused-benchmarkExecContext
  • fix_bigint_unsigned_scan_type
  • fix_comment_typo
  • fix_formatdsn_connectionattributes
  • flaky_tests
  • fmt
  • formatdsn_err
  • go-mod
  • go1.19-is-released
  • go1.21-and-mysql8.1-are-released
  • go1.24-is-released
  • go110
  • handle_error_packets
  • internal
  • introduce-run-tests-parallel
  • mariadb-test-update
  • mark-as-helper
  • max-allowed-packet-parsing
  • max_allowed_packet
  • metadataSkip
  • methane-patch-1
  • migrate-set-output
  • migrate-to-node16-actions
  • misc_fixes
  • modernize
  • opt-read
  • opt-read-19
  • prepare-for-v1.7.0
  • purego
  • read_opt
  • read_optimization
  • readme_collation
  • refs/tags/v1.6.0
  • refs/tags/v1.7.0
  • refs/tags/v1.7.1
  • refs/tags/v1.8.0
  • refs/tags/v1.8.1
  • refs/tags/v1.9.0
  • refs/tags/v1.9.1
  • refs/tags/v1.9.2
  • refs/tags/v1.9.3
  • regression801
  • release-v190
  • release-v191
  • release-v193
  • return-original-error-from-transaction
  • reuse-metadata
  • revert-976-master
  • sha256_password
  • staticcheck
  • strict
  • tls-mysql5-docs
  • tls-security
  • tlsconfig
  • travis
  • travis-allow-failure
  • travis-crossbuild
  • travis-mysql8
  • travis-update
  • tx-19
  • update-internals-links
  • v1.4
  • v1.4.0
  • v1.4.1
  • v1.5.0

13 Jun 2025 01:56AM CUT coverage: 82.508%. Remained the same
15624682284

push

github

web-flow
add DeepWiki badge (#1722)

3316 of 4019 relevant lines covered (82.51%)

2401251.38 hits per line

Relevant lines Covered
Build:
Build:
4019 RELEVANT LINES 3316 COVERED LINES
2401251.38 HITS PER LINE
Source Files on master
  • List 19
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
57.69
transaction.go44 26 15 11 1940.0 + 1.0
61.9
driver.go117 42 26 16 881.0
66.67
nulltime.go70 24 16 8 186.0
71.6
fields.go226 162 116 46 467.0
72.67
statement.go233 150 109 41 1042485.0
73.52
connection.go727 506 372 134 15518.0 + 13
78.57
conncheck.go54 28 22 6 15887.0 - 2
81.29
compress.go212 139 113 26 540298.0 + 1.0
81.82
connector.go229 165 135 30 9799.0 + 11
82.35
errors.go82 17 14 3 355.0
Showing 1 to 10 of 19 entries
  • Previous
  • 1
  • 2
  • Next

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
15624682284 master add DeepWiki badge (#1722) push 13 Jun 2025 01:59AM CUT web-flow github
82.51
15611535155 master fix PING on compressed connections (#1721) Add missing mc.syncSequence() Fix #1718 push 12 Jun 2025 01:15PM CUT web-flow github
82.51
14900293846 master update outdated MySQL internals documentation links (#1714) push 08 May 2025 06:40AM CUT web-flow github
82.41
14722225342 master Optimization: statements reuse previous column name (#1711) #1708 added `[]mysqlField` cache to stmt. It was used only for MariaDB cached metadata. This commit allows MySQL to also benefit from the metadata cache. If the column names are the sam... push 29 Apr 2025 02:45AM CUT web-flow github
82.31
14675550227 master MariaDB Metadata skipping and DEPRECATE_EOF (#1708) [MariaDB metadata skipping](https://mariadb.com/kb/en/mariadb-protocol-differences-with-mysql/#prepare-statement-skipping-metadata). With this change, MariaDB server won't send metadata when th... push 26 Apr 2025 12:10AM CUT web-flow github
82.41
14638531807 master optimize readPacket (#1705) Avoid unnecessary allocation. push 24 Apr 2025 09:45AM CUT web-flow github
82.96
14613528500 master add BenchmarkReceive10kRowsCompress (#1704) * Rename BenchmarkReceiveMassiveRows to BenchmarkReceive10kRows * Add BenchmarkReceive10kRowsCompress that run BenchmarkReceiveMassiveRows with compression * Other tiny benchmark improvements. push 23 Apr 2025 08:30AM CUT web-flow github
82.83
14572100978 master Transaction Commit/Rollback returns conn's cached error, if present (#1691) If a transaction connection has a cached error, return it instead of ErrInvalidConn during Commit/Rollback operations. Fix #1690 push 21 Apr 2025 10:43AM CUT web-flow github
82.83
14569403580 master ColumnTypeScanType() returns sql.Null[uint64] for bigint unsigned (#1612) Co-authored-by: elonnzhang <elonnzhang@tencent.com> Co-authored-by: Inada Naoki <songofacandy@gmail.com> push 21 Apr 2025 07:25AM CUT web-flow github
83.01
14569255650 master add Diego Dupin to AUTHORS push 21 Apr 2025 07:15AM CUT methane github
83.05
See All Builds (1520)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc