• 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: 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
  • 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
  • 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
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
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
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
33842231809 master refactor dsn_test.go (#1808) This pull request refactors the DSN parsing tests in `dsn_test.go` to improve maintainability and clarity. The main change is the introduction of a helper function, `newTestConfig`, which builds the expected `Config` ... push 04 Sep 2026 05:55AM UTC web-flow github
84.55
33774824969 master cfg.setParamsCommand (#1807) fix #1455 push 03 Sep 2026 03:50PM UTC web-flow github
84.48
33767685034 master Bump shogo82148/actions-goveralls from 1.11.1 to 1.11.2 in the all-dependencies group (#1806) Bumps the all-dependencies group with 1 update: [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls). Updates `shogo82148/ac... push 03 Sep 2026 02:37PM UTC web-flow github
84.34
33653627617 master add `tinyInt1IsBool` and make it default (#1805) Signed, non-ZEROFILL TINYINT(1) result columns are treated as booleans by default. `tinyInt1IsBool=false` restores the previous integer behavior. When enabled: - ColumnType.DatabaseTypeName() rep... push 02 Sep 2026 04:15PM UTC web-flow github
84.29
33617751942 master start v1.11 development (#1803) Update Go, MySQL, and MariaDB versions. push 02 Sep 2026 10:08AM UTC web-flow github
84.16
33613707653 master release v1.10.1 (#1801) push 02 Sep 2026 09:23AM UTC web-flow github
82.64
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