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

go-sql-driver / mysql
85%

Build:
DEFAULT BRANCH: master
Repo Added 10 May 2017 10:21AM UTC
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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 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
  • codex/before-connect-effective-config
  • columntype
  • compression
  • conncheck-alloc
  • conncheck_platforms
  • connncheck_optional
  • contributing
  • copilot/consolidate-dependabot-prs
  • copilot/support-rows-column-scanner
  • copilot/update-go-version-1-24-to-1-26
  • copyright
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/github_actions/all-dependencies-15271ccc20
  • dependabot/github_actions/all-dependencies-347be5f885
  • dependabot/github_actions/all-dependencies-4e0fabf454
  • dependabot/github_actions/all-dependencies-640176b5ab
  • dependabot/github_actions/all-dependencies-781e586a15
  • dependabot/github_actions/all-dependencies-79dea28a82
  • dependabot/github_actions/all-dependencies-85b34e667a
  • dependabot/github_actions/all-dependencies-920a780463
  • dependabot/github_actions/all-dependencies-a79d1f1873
  • dependabot/github_actions/all-dependencies-cf2e53152d
  • dependabot/github_actions/all-dependencies-e021b9f00e
  • dependabot/github_actions/all-dependencies-f442528237
  • dependabot/github_actions/dominikh/staticcheck-action-1.4.1
  • dependabot/github_actions/github/codeql-action-4
  • dependabot/go_modules/filippo.io/edwards25519-1.2.0
  • doc-time-truncate
  • dolthub/master
  • dsn_defaults
  • empty_auth
  • empty_sha256
  • fil-register-set
  • fix-1666
  • fix-bench-massiverows
  • fix-dsn-param-order
  • fix-flaky-test
  • fix-getSystemVar-buffer-reuse
  • fix-gomod
  • fix-json-rawmessage-nil-interpolate
  • fix-race-condition-of-test-concurrent
  • fix-staticcheck
  • fix-test
  • fix-test2
  • fix-unused-benchmarkExecContext
  • fix/ParseDSN-colon-in-username
  • fix/newconfig-default-net
  • fix/result-empty-slice-panic
  • fix/unsigned-decimal-precision
  • 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
  • master
  • max-allowed-packet-parsing
  • max_allowed_packet
  • metadataSkip
  • methane-patch-1
  • migrate-set-output
  • migrate-to-node16-actions
  • misc_fixes
  • modernize
  • modernize-2025-11-06
  • opt-read
  • opt-read-19
  • patch-1
  • pinact
  • prepare-for-v1.7.0
  • private-query-tracer
  • purego
  • read_opt
  • read_optimization
  • readme_collation
  • refactor-dsn-test
  • refactor-longdata
  • refs/tags/v1.10.0
  • refs/tags/v1.10.1
  • 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-1101
  • release-v1.10.1
  • release-v190
  • release-v191
  • release-v193
  • remove-codeql
  • return-original-error-from-transaction
  • reuse-metadata
  • revert-976-master
  • sha256_password
  • start-v1.11
  • staticcheck
  • strict
  • test-against-more-mariadb-versions
  • tinyint1-is-bool
  • 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

19 Sep 2026 06:59AM UTC coverage: 84.686% (+0.02%) from 84.664%
35428080523

push

github

web-flow
Fix precision of unsigned decimal columns (#1813)

`ColumnType.DecimalSize()` reports one fewer digit for unsigned decimal
columns: `DECIMAL(10,6) UNSIGNED` returns precision 9, and `DECIMAL(5,0)
UNSIGNED` returns precision 4. Their display width does not reserve a
sign, so subtract that position only for signed fields.

6 of 6 new or added lines in 1 file covered. (100.0%)

3484 of 4114 relevant lines covered (84.69%)

1370175.33 hits per line

Relevant lines Covered
Build:
Build:
4114 RELEVANT LINES 3484 COVERED LINES
1370175.33 HITS PER LINE
Source Files on master
  • Tree
  • List 19
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
35428080523 master Fix precision of unsigned decimal columns (#1813) `ColumnType.DecimalSize()` reports one fewer digit for unsigned decimal columns: `DECIMAL(10,6) UNSIGNED` returns precision 9, and `DECIMAL(5,0) UNSIGNED` returns precision 4. Their display width ... push 19 Sep 2026 07:00AM UTC web-flow github
84.69
35409564495 fix/unsigned-decimal-precision Fix precision of unsigned decimal columns Pull #1813 19 Sep 2026 04:39AM UTC jakezwang github
84.68
35244236862 master Bump shogo82148/actions-setup-mysql from 1.53.1 to 1.54.0 in the all-dependencies group (#1811) push 17 Sep 2026 04:06PM UTC web-flow github
84.66
35233300998 dependabot/github_actions/all-dependencies-85b34e667a Bump shogo82148/actions-setup-mysql in the all-dependencies group Bumps the all-dependencies group with 1 update: [shogo82148/actions-setup-mysql](https://github.com/shogo82148/actions-setup-mysql). Updates `shogo82148/actions-setup-mysql` from... Pull #1811 17 Sep 2026 02:26PM UTC web-flow github
84.66
34032978557 master Defer prepared statement long data writes (#1810) This pull request refactors the handling of "long data" parameters in prepared statement execution to ensure all arguments are validated before any data is sent to the MySQL server. This prevents ... push 06 Sep 2026 12:25PM UTC web-flow github
84.66
34023913177 refactor-longdata Defer prepared statement long data writes Pull #1810 06 Sep 2026 09:12AM UTC methane github
84.67
33976052027 master Improve Config handling (#1809) This pull request refactors how connection configuration and attributes are managed during MySQL connection establishment, improving flexibility and correctness when using dynamic configuration (such as via `Before... push 05 Sep 2026 03:52PM UTC web-flow github
84.5
33973468535 codex/before-connect-effective-config Document TLS requirements for BeforeConnect Pull #1809 05 Sep 2026 03:01PM UTC methane github
84.45
33972705265 codex/before-connect-effective-config Only refresh connection attributes after BeforeConnect Pull #1809 05 Sep 2026 02:46PM UTC methane github
84.45
33972017723 codex/before-connect-effective-config Revert "Refresh derived TLS server name after BeforeConnect" This reverts commit 1f0dac37a. Pull #1809 05 Sep 2026 02:32PM UTC methane github
84.46
See All Builds (1630)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc