Commit History

Author SHA1 Message Date
  Vicent Martí d0a5481819 connection: interpolate uint64 parameters (#955) 5 years ago
  Vicent Martí bc5e6eaa6d check connection liveness before writing query (#934) 5 years ago
  Steven Hartland 6be42e0ff9 Improve buffer handling (#890) 5 years ago
  INADA Naoki 64cea2f07f Remove mysqlContext (#886) 5 years ago
  Ilia Cimpoes 0f257fc7d3 Call markBadConn in Ping method (#875) 5 years ago
  INADA Naoki 361f66ef3b Fix cancelled context breaked mysqlConn (#862) 5 years ago
  Ichinose Shogo 749ddf1598 Drop Go 1.7 Support (#823) 6 years ago
  Julien Schmidt c6c4e3cbc8 ColumnType interfaces (#667) 6 years ago
  Julien Schmidt a8b7ed4454 Remove strict mode (#676) 6 years ago
  Ichinose Shogo 1548d61ac1 support READ-ONLY transactions (#618) 6 years ago
  Arne Hormann 26471af196 fewer driver.ErrBadConn to prevent repeated queries (#302) 7 years ago
  Julien Schmidt 72e0ac3f5f Add atomic wrappers for bool and error (#612) 7 years ago
  Ichinose Shogo 56226343bd Add support for context.Context (#608) 7 years ago
  astaxie 147bd02c2c args assigned and not used (#575) 7 years ago
  Jacek Szwec ffa70d4981 Add Multi-Results support (#537) 7 years ago
  Xie Zhenye b81e73ccad Add maxAllowedPacket DSN Parameter 7 years ago
  INADA Naoki 82e447e7ad fixup 7 years ago
  INADA Naoki a044747e9c Fix index out of range in interpolateParams. 7 years ago
  Julien Schmidt 68ca989dd4 Improve timeouts implementation 8 years ago
  Julien Schmidt ec658e9d0e Fix getSystemVar with parseTime=true 8 years ago
  Julien Schmidt c2d7e965ef Export ParseDSN and Config 8 years ago
  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 years ago
  ymmt2005 934e845e59 Add _binary prefix when interpolating []byte data. 8 years ago
  Joshua Prunier 49823e2fe6 Parameter renamed to allowCleartextPasswords 9 years ago
  Joshua Prunier 4f478efe68 Cleartext authentication plugin support 9 years ago
  INADA Naoki e3e2d32e19 Use mc.buf while interpolating 9 years ago
  INADA Naoki 20b75cd3d3 Fix comment 9 years ago
  INADA Naoki e11c825316 Inlining mysqlConn.escapeBytes and mysqlConn.escapeString 9 years ago
  INADA Naoki fcea44760c Round under microsecond 9 years ago
  INADA Naoki c285e39201 Use digits10 and digits01 to format datetime. 9 years ago