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