Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
go-sql-driver
/
mysql
/
HEAD
76c00e3
add DeepWiki badge (#1722)
by Inada Naoki
· 5 weeks ago
master
bf7afb7
fix PING on compressed connections (#1721)
by Inada Naoki
· 5 weeks ago
af56fba
update outdated MySQL internals documentation links (#1714)
by demouth
· 2 months ago
2356566
Optimization: statements reuse previous column name (#1711)
by Inada Naoki
· 3 months ago
6e944e1
MariaDB Metadata skipping and DEPRECATE_EOF (#1708)
by diego dupin
· 3 months ago
0fd55eb
optimize readPacket (#1705)
by Inada Naoki
· 3 months ago
f7d94ec
add BenchmarkReceive10kRowsCompress (#1704)
by Inada Naoki
· 3 months ago
7da50ff
Transaction Commit/Rollback returns conn's cached error, if present (#1691)
by brad-defined
· 3 months ago
e02b809
ColumnTypeScanType() returns sql.Null[uint64] for bigint unsigned (#1612)
by elonnzhang
· 3 months ago
c786d41
add Diego Dupin to AUTHORS
by Inada Naoki
· 3 months ago
8a2f873
simplify collation tests
by Inada Naoki
· 3 months ago
f433f1f
test stability improvement.
by Diego Dupin
· 3 months ago
879eb11
modernize for Go 1.22 (#1695)
by Inada Naoki
· 3 months ago
c84f49d
add Go 1.24 to the test matrix (#1681)
by ICHINOSE Shogo
· 3 months ago
21ef4c6
release v1.9.2 (#1693)
by Inada Naoki
· 3 months ago
v1.9.2
1fbafa8
release v1.9.1 (#1683)
by Inada Naoki
· 4 months ago
v1.9.1
b84ac5a
go.mod: fix go version format (#1682)
by Inada Naoki
· 4 months ago
88ff88b
Fix FormatDSN missing ConnectionAttributes (#1619)
by Bogdan Constantinescu
· 4 months ago
c879816
add Charset() option (#1679)
by Inada Naoki
· 4 months ago
58941dd
release v1.9.0 (#1662)
by Inada Naoki
· 5 months ago
v1.9.0
5d1bb8a
fix flaky test. (#1663)
by Inada Naoki
· 5 months ago
341a5a5
Fix auth_switch_request packet handling
by Bes Dollma
· 6 months ago
85c6311
Add error 1290/ER_READ_ONLY_MODE to rejectReadOnly handling (#1660)
by Kolbe Kegel
· 6 months ago
255d1ad
better max_allowed_packet parsing (#1661)
by Inada Naoki
· 6 months ago
7403860
Make fileRegister a set (#1653)
by Artur Melanchyk
· 7 months ago
b335ed3
use binary.LittleEndian (#1651)
by Inada Naoki
· 7 months ago
3348e57
Implement zlib compression (#1487)
by Joe Mann
· 7 months ago
c9f41c0
fix typo in comment (#1647)
by Minh Quang
· 7 months ago
575e1b2
stop double-buffering (#1643)
by Inada Naoki
· 8 months ago
2df7a26
stmt.Close() returns nil when double close (#1642)
by Inada Naoki
· 8 months ago
9c8d6a5
Reduce "busy buffer" logs (#1641)
by Inada Naoki
· 8 months ago
41a5fa2
Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (#1640)
by raffertyyu
· 8 months ago
f62f523
Fix auth errors when username/password are too long (#1482) (#1625)
by KratkyZobak
· 8 months ago
fc64d3f
ci: update Go and staticcheck versions (#1639)
by Inada Naoki
· 8 months ago
91ad4fb
Specify a custom dial function per config (#1527)
by Aaron Jheng
· 8 months ago
00dc21a
allow unknown collation name (#1604)
by Inada Naoki
· 11 months ago
2f15276
chore: fix comment (#1620)
by pengbanban
· 12 months ago
c7276ee
Check mysqlConnector.canceled.Value when failed to TLS handshake (#1615)
by Nao Yokotsuka
· 12 months ago
44553d6
doc: clarify connection close behavior of context (#1606)
by Chris Kirkland
· 12 months ago
f6a18cf
MySQL 9.0 and MariaDB 11.4 are released (#1610)
by ICHINOSE Shogo
· 12 months ago
9c20169
Add support for new VECTOR type (#1609)
by Dirkjan Bussink
· 12 months ago
3484db1
improve error handling in writePacket (#1601)
by Inada Naoki
· 1 year, 1 month ago
52c1917
remove unnecessary logs (#1599)
by Inada Naoki
· 1 year, 1 month ago
2f69712
fix unnecesssary allocation in infile.go (#1600)
by Inada Naoki
· 1 year, 1 month ago
87443b9
small code cleanup (#1598)
by Inada Naoki
· 1 year, 1 month ago
9b8d28e
fix missing skip test when no DB is available (#1594)
by Inada Naoki
· 1 year, 1 month ago
05325d8
fix some write error handling (#1595)
by Inada Naoki
· 1 year, 1 month ago
2f7015e
log: add "filename:line" prefix by ourself (#1589)
by Inada Naoki
· 1 year, 1 month ago
af8d793
unify short name for mysqlConn in connection_test (#1581)
by Inada Naoki
· 1 year, 3 months ago
7939f59
update URL for protocol docs (#1580)
by Inada Naoki
· 1 year, 3 months ago
8d421d9
update changelog for releasing v1.8.1 (#1576) (#1577)
by ICHINOSE Shogo
· 1 year, 3 months ago
d7ddb8b
Fix issue 1567 (#1570)
by ICHINOSE Shogo
· 1 year, 4 months ago
d86c452
fix race condition when context is canceled (#1562)
by Inada Naoki
· 1 year, 4 months ago
1a64773
add wrapper method to call mc.cfg.Logger (#1563)
by Inada Naoki
· 1 year, 4 months ago
35847be
replace interface{} with any (#1560)
by Inada Naoki
· 1 year, 4 months ago
8a327a3
Drop support of go1.19 (#1558)
by ICHINOSE Shogo
· 1 year, 4 months ago
3147497
ci: update Go and MySQL versions (#1557)
by Inada Naoki
· 1 year, 4 months ago
33b7747
Add BeforeConnect callback to configuration object (#1469)
by Alessandro (Ale) Segala
· 1 year, 4 months ago
v1.8.0
6964272
Make TimeTruncate functional option (#1552)
by Inada Naoki
· 1 year, 4 months ago
097fe6e
Update workflows (#1547)
by Inada Naoki
· 1 year, 5 months ago
f019727
add TiDB support in README.md (#1333)
by crazycs
· 1 year, 5 months ago
743e263
Introduce `timeTruncate` parameter for `time.Time` arguments (#1541)
by Paulius Ložys
· 1 year, 6 months ago
c48c0e7
Fix unsigned int overflow (#1530)
by shi yuhang
· 1 year, 6 months ago
0004702
Parallelize test (#1525)
by ICHINOSE Shogo
· 1 year, 7 months ago
d4517c5
Support ENUM and SET type in DatabaseTypeName() (#1520)
by jennifersp
· 1 year, 7 months ago
2cdf624
Fix sql.RawBytes corruption issue (#1523)
by ICHINOSE Shogo
· 1 year, 7 months ago
fc589cb
Add client_ed25519 authentication (#1518)
by Gusted
· 1 year, 7 months ago
d9f4383
fix fragile test (#1522)
by Inada Naoki
· 1 year, 7 months ago
98d7289
Add default connection attribute '_server_host' (#1506)
by Jason Ng
· 1 year, 8 months ago
a4c260b
fix hangup when error in multi resultsets (#1462)
by Aidan
· 1 year, 8 months ago
b2e2ccb
QueryUnescape DSN ConnectionAttribute value (#1470)
by Xiang Zhang
· 1 year, 8 months ago
18b74e4
symbol removed from installation command (#1510)
by Vaibhav Panvalkar
· 1 year, 8 months ago
c175348
testing: expose testing.TB in DBTest instead of full *testing.T (#1500)
by Olivier Mengué
· 1 year, 9 months ago
62c29ce
Allow to change (or disable) the default driver name for registration (#1499)
by Olivier Mengué
· 1 year, 9 months ago
1e6b8d7
Remove obsolete fuzz.go (#1498)
by Olivier Mengué
· 1 year, 9 months ago
278a0b9
mark fail, mustExec and mustQuery as test helpers (#1488)
by ICHINOSE Shogo
· 1 year, 9 months ago
9c633df
fix race condition of TestConcurrent (#1490)
by ICHINOSE Shogo
· 1 year, 9 months ago
5f74bcb
move stale connection check to ResetSession() (#1496)
by Inada Naoki
· 1 year, 9 months ago
3798012
use strings.Cut (#1486)
by Ville Skyttä
· 1 year, 10 months ago
e5a2abc
Spelling, grammar, and link fixes (#1485)
by Ville Skyttä
· 1 year, 10 months ago
19171b5
Close connection on ErrPktSync and ErrPktSyncMul (#1473)
by Oliver Bone
· 1 year, 10 months ago
22e750b
README: fix markup error (#1480)
by Inada Naoki
· 1 year, 10 months ago
78e0387
packet: remove length check (#1481)
by ShenFeng312
· 1 year, 10 months ago
43e9bef
Improve DSN docstsrings (#1475)
by Pyry Kontio
· 1 year, 11 months ago
7cf5482
add Go 1.21 and MySQL 8.1 to the build matrix (#1472)
by ICHINOSE Shogo
· 2 years ago
e503d8d
Update README.md (#1464)
by Netzer7
· 2 years ago
2c81c69
update docs link about load data local (#1468)
by i7a7467
· 2 years ago
0b18dac
Add Daemonxiao to AUTHORS (#1459)
by Daemonxiao
· 2 years ago
5d4a831
Parse numbers on text protocol too (#1452)
by Inada Naoki
· 2 years, 1 month ago
564dee9
CI: use staticcheck (#1449)
by Inada Naoki
· 2 years, 1 month ago
943264b
ignore errors returned by SetKeepAlive (#1448)
by Achille
· 2 years, 1 month ago
cf948e4
TestDSNReformat: add more roundtrip checks (#1443)
by Olivier Mengué
· 2 years, 1 month ago
65ed3c5
Add fuzz test for FormatDSN (#1444)
by Olivier Mengué
· 2 years, 2 months ago
8365b94
doc: add link to NewConnector from FormatDSN (#1442)
by Olivier Mengué
· 2 years, 2 months ago
397e2f5
Exec() now provides access to status of multiple statements. (#1309)
by Matthew Herrmann
· 2 years, 2 months ago
f43effa
Reduce map lookup in ColumnTypeDatabaseTypeName. (#1436)
by Inada Naoki
· 2 years, 2 months ago
99976f4
Use `SET NAMES charset COLLATE collation`. (#1437)
by Inada Naoki
· 2 years, 2 months ago
7b22099
code optimization (#1439)
by guangwu
· 2 years, 2 months ago
7b4d7eb
all: replace ioutil pkg to new package (#1438)
by uji
· 2 years, 2 months ago
d3e4fe6
Use PathEscape for dbname in DSN. (#1432)
by Inada Naoki
· 2 years, 2 months ago
Next »