提交历史

作者 SHA1 备注 提交日期
  Vicent Martí 89ec2a9ec8 Support Go 1.10 Connector interface (#941) 5 年之前
  Steven Hartland 6be42e0ff9 Improve buffer handling (#890) 5 年之前
  INADA Naoki 369b5d6e5e Fix Auth Resnponse packet for cleartext password (#887) 5 年之前
  Tom Jenkinson fd197cdcfa Return ErrBadConn for temporary Dial error (#867) 6 年之前
  Julien Schmidt 7ac0064e82 try to fix handling of empty auth plugin names (#835) 6 年之前
  Ichinose Shogo 749ddf1598 Drop Go 1.7 Support (#823) 6 年之前
  Julien Schmidt affd4c9396 Auth refactoring and bug fixes (#807) 6 年之前
  Julien Schmidt ceae19ce1c Fix empty SHA2 password handling (#800) 6 年之前
  Hajime Nakagami f557730784 Support caching_sha2_password (#794) 6 年之前
  Ross Light 3287d94d4c Make RegisterDial safe to call from multiple goroutines. (#773) 6 年之前
  Julien Schmidt a8b7ed4454 Remove strict mode (#676) 7 年之前
  Ichinose Shogo bf7f34fef1 Start the watcher after handshake (#627) 7 年之前
  Ichinose Shogo 56226343bd Add support for context.Context (#608) 7 年之前
  Lion Yang 15dbaaedd4 doc: fix synopsis for godoc (#567) 7 年之前
  Julien Schmidt 4ac31a97cc Fix old_password authentication via OldAuthSwitchRequest (#524) 7 年之前
  twocode ce924a41ee Support authentication switch with mysql_native_password authentication (#494) 8 年之前
  Xie Zhenye b81e73ccad Add maxAllowedPacket DSN Parameter 8 年之前
  Julien Schmidt 1421caf44f Revert "Merge pull request #350 from dveeden/connattrs_v4" 8 年之前
  Daniël van Eeden 82cddefaf8 Add support for connection attributes. 9 年之前
  Julien Schmidt 618fbd9cc9 lint 8 年之前
  Julien Schmidt 68ca989dd4 Improve timeouts implementation 8 年之前
  Chakrit Wichian de0bbfa4d6 read_timeout and write_timeout 9 年之前
  Julien Schmidt c2d7e965ef Export ParseDSN and Config 8 年之前
  Daniel Nichter 0f5d83a2cb Use explicit return in handleAuthResult. 8 年之前
  Daniel Nichter 0da0f4e972 Fixes #389 by not sending COM_QUIT until authenticated. Also refactors auth response handling code into func to reduce some duplication of logic. Test requires a MySQL socket and user having privs to use it. 8 年之前
  Joshua Prunier 49823e2fe6 Parameter renamed to allowCleartextPasswords 9 年之前
  Joshua Prunier 4f478efe68 Cleartext authentication plugin support 9 年之前
  INADA Naoki cd3acc99ca Fix panic when failed to SetKeepAlive(). 9 年之前
  Julien Schmidt a26ecc1c0f Merge pull request #246 from go-sql-driver/buffer 10 年之前
  Julien Schmidt 250dc1d598 Also remove MySQLDriver indirection 10 年之前