issues Search Results · repo:go-sql-driver/mysql language:Go
Filter by
1k results
(64 ms)1k results
ingo-sql-driver/mysql (press backspace or delete to remove)I need to log the raw SQL statements.
We can specify a custom logger when opening a database:
cfg, _ := mysql.ParseDSN(dsName)
// set a custom logger
tracer := log.New(os.Stdout, [mysql] , log.Ldate|log.Ltime|log.Lshortfile) ...
stokito
- Opened 24 days ago
- #1716
Reproduce
func TestMysqlDriverBuffer(t *testing.T) {
cntor := makeMysqlConnector(nil)
connUrl, urlErr := cntor.ConnectionUrl()
require.NoError(t, urlErr)
fmt.Printf( conn url: %s\n , connUrl)
conn, ...
database/sql issue
datbth
- 8
- Opened on May 8
- #1715
Hi I am currently using the go-sql-driver/mysql driver to connect to a MySQL database that requires OpenID Connect
authentication. I am encountering an issue when attempting to use the authentication_openid_connect ...
colussim
- 1
- Opened on Apr 28
- #1713
Environment
mysql offical docker image mysql:9.3.0 from docker hub https://hub.docker.com/_/mysql
Steps to Reproduce
1. follow this iwiki example: https://github.com/go-sql-driver/mysql/wiki/Examples#prepared-statements ...
liuzengh
- 2
- Opened on Apr 28
- #1712
Issue:
When using go-sql-driver/mysql to execute a query like SHOW TABLES LIKE ? with arguments, the placeholder (?) is
substituted with positional bind variable syntax (e.g., :v1). Im having issues using ...
DeanHnter
- 2
- Opened on Apr 26
- #1710
When executing a context-aware operation during a transaction, different error types are returned depending on when the
context is canceled.
In the following example:
tx, err := db.Begin() ...
brad-defined
- Opened on Apr 1
- #1690
this feature request is part of a serie to improve performance when using MariaDB : see doc
MariaDB (since 10.2) permit sending COM_STMT_PREPARE + COM_STMT_EXECUTE directly, without having to wait for ...
rusher
- Opened on Mar 26
- #1689
this feature request is part of a serie to improve performance when using MariaDB : see doc
A capability MARIADB_CLIENT_CACHE_METADATA (Since MariaDB 10.6) permit to skip prepared statement metadata. ...
rusher
- Opened on Mar 26
- #1688
hi i use windows 11 64 bit and go 1.24 i can not update to v1.9.1
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/go-sql-driver/mysqlc
go: github.com/go-sql-driver/mysql@v1.9.1: ...
parsibox
- 7
- Opened on Mar 21
- #1687
Environment
MySQL Version: 8.x Go Version: go1.23.4 darwin/arm64 Driver Version: github.com/go-sql-driver/mysql v1.9.0
Problem Description
When executing an UPDATE statement with a parameterized ...
suiriass
- 1
- Opened on Mar 20
- #1684

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.