1. 5cee457 update changelog for Version 1.7 (#1376) by ICHINOSE Shogo · 3 years ago v1.7.0
  2. 41dd159 Add `AllowFallbackToPlaintext` and `TLS` to config (#1370) by lance6716 · 3 years ago
  3. fa1e4ed Fix parsing 0 year. (#1257) by Inada Naoki · 3 years ago
  4. 05bed83 Add CodeQL workflow for GitHub code scanning (#1369) by lgtm-com[bot] · 3 years ago
  5. 803c0e0 migrate set-output to the environment file (#1368) by ICHINOSE Shogo · 3 years ago
  6. a477f69 fix: benchmarkExecContext is unused (#1351) by ICHINOSE Shogo · 3 years, 3 months ago
  7. 0c62bb2 Go1.19 is released (#1350) by ICHINOSE Shogo · 3 years, 3 months ago
  8. ad9fa14 Add SQLState to MySQLError (#1321) by Thomas Posch · 3 years, 7 months ago
  9. eff3908 Move default packet size to constant (#1319) by Mikhail Faraponov · 3 years, 8 months ago
  10. 90e813f Add go1.18 to test matrix (#1317) by Mikhail Faraponov · 3 years, 8 months ago
  11. ce134bf util: Reduce boundery check in escape functions. (#1316) by Inada Naoki · 3 years, 8 months ago
  12. c1aa681 utils: fix typo (#1312) by cui fliter · 3 years, 8 months ago
  13. 217d050 enhancement for mysqlConn handleAuthResult (#1250) by zjj · 3 years, 10 months ago
  14. 0d7b91a Fixed SetReadDeadline before connCheck (#1299) by zjj · 3 years, 10 months ago
  15. 6cf3092 Go 1.17 and MariaDB 10.6 are released (#1253) by Ichinose Shogo · 4 years, 3 months ago
  16. a5bb807 Fix sha256_password auth plugin on unix transport (#1246) by Santhosh Kumar Tekuri · 4 years, 3 months ago
  17. e8f8fcd return unsigned in database type name when necessary (#1238) by Lunny Xiao · 4 years, 4 months ago
  18. 6a88ab9 add an invalid DSN test case (#1235) by ziheng · 4 years, 4 months ago
  19. 75d09ac refactoring (*textRows).readRow in a more clear way (#1230) by ziheng · 4 years, 4 months ago
  20. a34e090 use utf8mb4 instead of utf8 in TestCharset (#1228) by Ichinose Shogo · 4 years, 4 months ago
  21. 21f789c improve readability follows go-staticcheck (#1227) by ziheng · 4 years, 5 months ago
  22. 417641a support Is comparison on MySQLError (#1210) by Chris Kirkland · 4 years, 5 months ago
  23. e74ba5c Wording correction in README (#1218) by Janek Vedock · 4 years, 5 months ago
  24. 4b65372 noCopy implements sync.Locker (#1216) by Ichinose Shogo · 4 years, 6 months ago
  25. 9942e21 Fix readme: MaxIdle is same or less than MaxOpen (#1215) by lowang-bh · 4 years, 6 months ago
  26. b36cd86 Drop support of Go 1.12 (#1211) by Ichinose Shogo · 4 years, 6 months ago
  27. bcc459a Release v1.6.0 (#1197) by Ichinose Shogo · 4 years, 8 months ago v1.6.0
  28. e246959 add Go 1.16 to the build matrix (#1198) by Ichinose Shogo · 4 years, 8 months ago
  29. 3326742 Implement driver.Validator interface (#1174) by Bui Quoc Trong · 4 years, 8 months ago
  30. 7b629a9 handling decoding pem error (#1192) by MrBTTF · 4 years, 9 months ago
  31. fe2230a stop rounding times (#1172) by Ichinose Shogo · 4 years, 9 months ago
  32. 4d5208a improve GitHub Actions workflows (#1190) by Ichinose Shogo · 4 years, 9 months ago
  33. a341cd1 Move tests from Travis to Actions (#1183) by Inada Naoki · 4 years, 11 months ago
  34. f6dcc3d Fix go vet error (#1173) by Inada Naoki · 5 years ago
  35. aae55f7 README: Make usage code more friendly (#1170) by Inada Naoki · 5 years ago
  36. cf72fd2 Fix a broken link to cleartext client side plugin (#1165) by Sho IIZUKA · 5 years ago
  37. 46351a8 auth: do not send 0 byte for mysql_old_password when password is empty (#1133) by Jinhua Tan · 5 years ago
  38. e2ee2f3 README: Recommend some DB settings (#1141) by Inada Naoki · 5 years ago
  39. 84241ad return sql.NullTime if it available (#1145) by Ichinose Shogo · 5 years ago
  40. b5b0ea5 Add deprecated message to NullTime (#1144) by Ichinose Shogo · 5 years ago
  41. f26d659 Add Go 1.15 to the build matrix (#1146) by Ichinose Shogo · 5 years ago
  42. 3b93542 performance improvement for time format (#1118) by chanxuehong · 5 years ago
  43. 076901a Support returning uint64 from Valuer in ConvertValue (#1143) by IKEDA Sho · 5 years ago
  44. 73dc904 README: replace tx_isolation with transaction_isolation (#1077) by nozawana44 · 5 years ago
  45. 12508c8 utils: parse using byteslice in parseDateTime (#1113) by Kei Kamikawa · 5 years ago
  46. d2e52fc Replace whitelist/blacklist terminology with allowlist/denylist (#1116) by Caine Jette · 5 years ago
  47. 26060e1 connect: reduce allocations when building SET command (#1111) by Olivier Mengué · 5 years ago
  48. 8c3a2d9 travis: update image versions (#1103) by Julien Schmidt · 5 years ago
  49. db7a5f2 travis: do not run compile check in matrix builds (#1104) by Julien Schmidt · 5 years ago
  50. 128a673 Add fuzzer (#1097) by AdamKorcz · 5 years ago
  51. 3f51e4e On connect, set all variables in a single SET statement (#1099) by Olivier Mengué · 5 years ago
  52. 096feaa performance improvement for parseDateTime (#1098) by chanxuehong · 5 years ago
  53. f378f59 Update travis: use Go 1.14 for testing (#1100) by Olivier Mengué · 5 years ago
  54. 6313f20 Fix checking cancelled connections back into the connection pool (#1095) by Konstantinos Tsanaktsidis · 6 years ago
  55. 343c803 mysqlStmt Implements CheckNamedValue (#1090) by Zhixin Wen · 6 years ago
  56. f070e56 Travis allow Go master to fail (#1092) by Julien Schmidt · 6 years ago
  57. 681ffa8 travis: Add compile check for all supported platforms (#1070) by Animesh Ray · 6 years ago
  58. dd9d356 Put zero filler into the SSL handshake packet. (#1066) by Pavel Ivanov · 6 years ago
  59. 3d8a029 stmt: add json.RawMessage for converter and prepared statement (#1059) by Ariel Mashraki · 6 years ago
  60. 5a8a207 Fix link(#1061) (#1062) by Noboru Saito · 6 years ago
  61. c4f1976 connection: interpolate json.RawMessage as string (#1058) by Alex Snast · 6 years ago
  62. 17ef3dd Release v1.5.0 (#1047) by Julien Schmidt · 6 years ago v1.5.0
  63. 2898b56 README: update default collation to utf8mb4_general_ci (#1054) by Julien Schmidt · 6 years ago
  64. 6844171 conncheck: allow to disable via config (#1052) by Julien Schmidt · 6 years ago
  65. 4bdaef4 conncheck: build on more supported platforms (#1051) by Julien Schmidt · 6 years ago
  66. 8723940 fix compile error of connCheck.go (#1048) by Ichinose Shogo · 6 years ago
  67. b66d043 Remove "go1.10" build tag (#1016) by Nathanial Murphy · 6 years ago
  68. 94084c9 Drop Go 1.9 support (#1017) by Inada Naoki · 6 years ago
  69. 15462c1 Set timeout for custom dialer. (#1035) by zjj · 6 years ago
  70. b4242ba Return ErrBadConn in Prepare (#1030) by Inada Naoki · 6 years ago
  71. b57978c connector: don't return ErrBadConn when failing to connect (#1020) by Bouke van der Bijl · 6 years ago
  72. 296987f Fix connection leak caused by rapid context cancellation (#1024) by Matthew Herrmann · 6 years ago
  73. 6ea7374 Revert "Add string type to ColumnTypeScanType(). (#976)" (#1018) by Julien Schmidt · 6 years ago
  74. 5ee934f Add string type to ColumnTypeScanType(). (#976) by Johann Forster · 6 years ago
  75. 14bb9c0 Add go.mod (#1003) by Julien Schmidt · 6 years ago
  76. 59de189 Remove Cloud SQL dialer (#1007) by Julien Schmidt · 6 years ago
  77. 6c79a37 move CONTRIBUTING.md to .github/CONTRIBUTING.md (#1000) by Julien Schmidt · 6 years ago
  78. b2c03bc conncheck: move var declarations into closure (#997) by Julien Schmidt · 6 years ago
  79. d9aa6d3 Refactor NullTime as go1.13's sql.NullTime (#995) by Olivier Mengué · 6 years ago
  80. 23821f4 GCP DSN example for flexible environment (#993) by Vladimir Kovpak · 6 years ago
  81. 7244e50 try fix osx build on Travis (#994) by Inada Naoki · 6 years ago
  82. 877a977 move tls and pubkey object creation to Config.normalize() (#958) by Brandon Bennett · 7 years ago
  83. 8056f2c packets: reset read deadline before conn check (#964) by Vicent Martí · 7 years ago
  84. d0a5481 connection: interpolate uint64 parameters (#955) by Vicent Martí · 7 years ago
  85. 578c4c8 fix appengine (#950) by Inada Naoki · 7 years ago
  86. 93c3765 Update collations and make utf8mb4 default (#877) by Inada Naoki · 7 years ago
  87. d3a0b0f pass unsigned int without converting it to string (#838) by Darren Hoo · 7 years ago
  88. 8f4b98d Fix regression in appengine.go (#949) by Erwan Martin · 7 years ago
  89. 89ec2a9 Support Go 1.10 Connector interface (#941) by Vicent Martí · 7 years ago
  90. df597a2 buffer: Use a double-buffering scheme to prevent data races (#943) by Vicent Martí · 7 years ago
  91. c0f6b44 travis: add macOS test (#939) by Inada Naoki · 7 years ago
  92. bc5e6ea check connection liveness before writing query (#934) by Vicent Martí · 7 years ago
  93. 1fbca2a drop Go 1.8 support (#936) by Inada Naoki · 7 years ago
  94. 2c9d54f README: 'Equivalent' is clearer (#927) by Tim Ruffles · 7 years ago
  95. 972a708 Utils typo wether --> whether. (#895) by Simon J Mudd · 7 years ago
  96. 1b9eda2 test: close rows (#918) by Jerome Meyer · 7 years ago
  97. c45f530 README: warning about insecure TLS configs (#901) by Julien Schmidt · 7 years ago
  98. 60d456a Implement support of Optional TLS (#900) by Daniël van Eeden · 7 years ago
  99. 6be42e0 Improve buffer handling (#890) by Steven Hartland · 7 years ago
  100. 369b5d6 Fix Auth Resnponse packet for cleartext password (#887) by INADA Naoki · 7 years ago