Sign in
chromium
/
external
/
github.com
/
go-sql-driver
/
mysql
/
refs/tags/v1.6.0
bcc459a
Release v1.6.0 (#1197)
by Ichinose Shogo
· 4 years, 8 months ago
v1.6.0
e246959
add Go 1.16 to the build matrix (#1198)
by Ichinose Shogo
· 4 years, 8 months ago
3326742
Implement driver.Validator interface (#1174)
by Bui Quoc Trong
· 4 years, 9 months ago
7b629a9
handling decoding pem error (#1192)
by MrBTTF
· 4 years, 9 months ago
fe2230a
stop rounding times (#1172)
by Ichinose Shogo
· 4 years, 9 months ago
4d5208a
improve GitHub Actions workflows (#1190)
by Ichinose Shogo
· 4 years, 9 months ago
a341cd1
Move tests from Travis to Actions (#1183)
by Inada Naoki
· 4 years, 11 months ago
f6dcc3d
Fix go vet error (#1173)
by Inada Naoki
· 5 years ago
aae55f7
README: Make usage code more friendly (#1170)
by Inada Naoki
· 5 years ago
cf72fd2
Fix a broken link to cleartext client side plugin (#1165)
by Sho IIZUKA
· 5 years ago
46351a8
auth: do not send 0 byte for mysql_old_password when password is empty (#1133)
by Jinhua Tan
· 5 years ago
e2ee2f3
README: Recommend some DB settings (#1141)
by Inada Naoki
· 5 years ago
84241ad
return sql.NullTime if it available (#1145)
by Ichinose Shogo
· 5 years ago
b5b0ea5
Add deprecated message to NullTime (#1144)
by Ichinose Shogo
· 5 years ago
f26d659
Add Go 1.15 to the build matrix (#1146)
by Ichinose Shogo
· 5 years ago
3b93542
performance improvement for time format (#1118)
by chanxuehong
· 5 years ago
076901a
Support returning uint64 from Valuer in ConvertValue (#1143)
by IKEDA Sho
· 5 years ago
73dc904
README: replace tx_isolation with transaction_isolation (#1077)
by nozawana44
· 5 years ago
12508c8
utils: parse using byteslice in parseDateTime (#1113)
by Kei Kamikawa
· 5 years ago
d2e52fc
Replace whitelist/blacklist terminology with allowlist/denylist (#1116)
by Caine Jette
· 5 years ago
26060e1
connect: reduce allocations when building SET command (#1111)
by Olivier Mengué
· 5 years ago
8c3a2d9
travis: update image versions (#1103)
by Julien Schmidt
· 5 years ago
db7a5f2
travis: do not run compile check in matrix builds (#1104)
by Julien Schmidt
· 5 years ago
128a673
Add fuzzer (#1097)
by AdamKorcz
· 5 years ago
3f51e4e
On connect, set all variables in a single SET statement (#1099)
by Olivier Mengué
· 5 years ago
096feaa
performance improvement for parseDateTime (#1098)
by chanxuehong
· 5 years ago
f378f59
Update travis: use Go 1.14 for testing (#1100)
by Olivier Mengué
· 6 years ago
6313f20
Fix checking cancelled connections back into the connection pool (#1095)
by Konstantinos Tsanaktsidis
· 6 years ago
343c803
mysqlStmt Implements CheckNamedValue (#1090)
by Zhixin Wen
· 6 years ago
f070e56
Travis allow Go master to fail (#1092)
by Julien Schmidt
· 6 years ago
681ffa8
travis: Add compile check for all supported platforms (#1070)
by Animesh Ray
· 6 years ago
dd9d356
Put zero filler into the SSL handshake packet. (#1066)
by Pavel Ivanov
· 6 years ago
3d8a029
stmt: add json.RawMessage for converter and prepared statement (#1059)
by Ariel Mashraki
· 6 years ago
5a8a207
Fix link(#1061) (#1062)
by Noboru Saito
· 6 years ago
c4f1976
connection: interpolate json.RawMessage as string (#1058)
by Alex Snast
· 6 years ago
17ef3dd
Release v1.5.0 (#1047)
by Julien Schmidt
· 6 years ago
v1.5.0
2898b56
README: update default collation to utf8mb4_general_ci (#1054)
by Julien Schmidt
· 6 years ago
6844171
conncheck: allow to disable via config (#1052)
by Julien Schmidt
· 6 years ago
4bdaef4
conncheck: build on more supported platforms (#1051)
by Julien Schmidt
· 6 years ago
8723940
fix compile error of connCheck.go (#1048)
by Ichinose Shogo
· 6 years ago
b66d043
Remove "go1.10" build tag (#1016)
by Nathanial Murphy
· 6 years ago
94084c9
Drop Go 1.9 support (#1017)
by Inada Naoki
· 6 years ago
15462c1
Set timeout for custom dialer. (#1035)
by zjj
· 6 years ago
b4242ba
Return ErrBadConn in Prepare (#1030)
by Inada Naoki
· 6 years ago
b57978c
connector: don't return ErrBadConn when failing to connect (#1020)
by Bouke van der Bijl
· 6 years ago
296987f
Fix connection leak caused by rapid context cancellation (#1024)
by Matthew Herrmann
· 6 years ago
6ea7374
Revert "Add string type to ColumnTypeScanType(). (#976)" (#1018)
by Julien Schmidt
· 6 years ago
5ee934f
Add string type to ColumnTypeScanType(). (#976)
by Johann Forster
· 6 years ago
14bb9c0
Add go.mod (#1003)
by Julien Schmidt
· 6 years ago
59de189
Remove Cloud SQL dialer (#1007)
by Julien Schmidt
· 6 years ago
6c79a37
move CONTRIBUTING.md to .github/CONTRIBUTING.md (#1000)
by Julien Schmidt
· 6 years ago
b2c03bc
conncheck: move var declarations into closure (#997)
by Julien Schmidt
· 6 years ago
d9aa6d3
Refactor NullTime as go1.13's sql.NullTime (#995)
by Olivier Mengué
· 6 years ago
23821f4
GCP DSN example for flexible environment (#993)
by Vladimir Kovpak
· 6 years ago
7244e50
try fix osx build on Travis (#994)
by Inada Naoki
· 6 years ago
877a977
move tls and pubkey object creation to Config.normalize() (#958)
by Brandon Bennett
· 7 years ago
8056f2c
packets: reset read deadline before conn check (#964)
by Vicent Martí
· 7 years ago
d0a5481
connection: interpolate uint64 parameters (#955)
by Vicent Martí
· 7 years ago
578c4c8
fix appengine (#950)
by Inada Naoki
· 7 years ago
93c3765
Update collations and make utf8mb4 default (#877)
by Inada Naoki
· 7 years ago
d3a0b0f
pass unsigned int without converting it to string (#838)
by Darren Hoo
· 7 years ago
8f4b98d
Fix regression in appengine.go (#949)
by Erwan Martin
· 7 years ago
89ec2a9
Support Go 1.10 Connector interface (#941)
by Vicent Martí
· 7 years ago
df597a2
buffer: Use a double-buffering scheme to prevent data races (#943)
by Vicent Martí
· 7 years ago
c0f6b44
travis: add macOS test (#939)
by Inada Naoki
· 7 years ago
bc5e6ea
check connection liveness before writing query (#934)
by Vicent Martí
· 7 years ago
1fbca2a
drop Go 1.8 support (#936)
by Inada Naoki
· 7 years ago
2c9d54f
README: 'Equivalent' is clearer (#927)
by Tim Ruffles
· 7 years ago
972a708
Utils typo wether --> whether. (#895)
by Simon J Mudd
· 7 years ago
1b9eda2
test: close rows (#918)
by Jerome Meyer
· 7 years ago
c45f530
README: warning about insecure TLS configs (#901)
by Julien Schmidt
· 7 years ago
60d456a
Implement support of Optional TLS (#900)
by Daniël van Eeden
· 7 years ago
6be42e0
Improve buffer handling (#890)
by Steven Hartland
· 7 years ago
369b5d6
Fix Auth Resnponse packet for cleartext password (#887)
by INADA Naoki
· 7 years ago
fd197cd
Return ErrBadConn for temporary Dial error (#867)
by Tom Jenkinson
· 7 years ago
64cea2f
Remove mysqlContext (#886)
by INADA Naoki
· 7 years ago
dea3c7b
travis: Add go 1.11.x (#876)
by Harald Nordgren
· 7 years ago
7daee5b
Fix OldAuthSwitchRequest support (#870)
by INADA Naoki
· 7 years ago
0f257fc
Call markBadConn in Ping method (#875)
by Ilia Cimpoes
· 7 years ago
361f66e
Fix cancelled context breaked mysqlConn (#862)
by INADA Naoki
· 7 years ago
99ff426
Fix caching_sha2_password with empty password (#826)
by INADA Naoki
· 7 years ago
447ae1f
Update README.md to remove 1.7 support doc (#829)
by Thomas Wodarek
· 7 years ago
7ac0064
try to fix handling of empty auth plugin names (#835)
by Julien Schmidt
· 7 years ago
749ddf1
Drop Go 1.7 Support (#823)
by Ichinose Shogo
· 7 years ago
2307b45
Fix TIME format for binary columns (#818)
by INADA Naoki
· 7 years ago
d523deb
Release v1.4.0 (#809)
by Julien Schmidt
· 7 years ago
v1.4.0
d743639
sha256_password auth support (#808)
by Julien Schmidt
· 7 years ago
7413002
Skip flaky cancellation test checks that depend on a race-condition (#811)
by Julien Schmidt
· 7 years ago
affd4c9
Auth refactoring and bug fixes (#807)
by Julien Schmidt
· 7 years ago
64db0f7
Add one line note about 0000-00-00 date/datetime (#783)
by INADA Naoki
· 7 years ago
ceae19c
Fix empty SHA2 password handling (#800)
by Julien Schmidt
· 7 years ago
44c24df
packets: add regression test for #801 (#802)
by Julien Schmidt
· 7 years ago
5afaf12
Fix 'panic: runtime error: slice bounds out of range' (#801)
by Richard Wilkes
· 7 years ago
d03e4c2
Travis: Add MySQL 8.0 test enviornment (#798)
by Julien Schmidt
· 7 years ago
92a288d
implement SessionResetter (#779)
by Ichinose Shogo
· 7 years ago
f557730
Support caching_sha2_password (#794)
by Hajime Nakagami
· 7 years ago
3287d94
Make RegisterDial safe to call from multiple goroutines. (#773)
by Ross Light
· 8 years ago
1a676ac
Fix readLengthEncodedString() returned []byte had wrong capacity (#766)
by INADA Naoki
· 8 years ago
bcaf977
travis: Test with Go 1.10 (#764)
by Julien Schmidt
· 8 years ago
e8153fb
Update ConvertValue() to match the database/sql/driver implementation except for uint64 (#760)
by Andrew Reid
· 8 years ago
Next »