提交历史

作者 SHA1 备注 提交日期
  Xie Zhenye b81e73ccad Add maxAllowedPacket DSN Parameter 9 年之前
  INADA Naoki 82e447e7ad fixup 9 年之前
  INADA Naoki a044747e9c Fix index out of range in interpolateParams. 9 年之前
  Julien Schmidt 68ca989dd4 Improve timeouts implementation 10 年之前
  Julien Schmidt ec658e9d0e Fix getSystemVar with parseTime=true 10 年之前
  Julien Schmidt c2d7e965ef Export ParseDSN and Config 10 年之前
  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. 10 年之前
  ymmt2005 934e845e59 Add _binary prefix when interpolating []byte data. 10 年之前
  Joshua Prunier 49823e2fe6 Parameter renamed to allowCleartextPasswords 10 年之前
  Joshua Prunier 4f478efe68 Cleartext authentication plugin support 10 年之前
  INADA Naoki e3e2d32e19 Use mc.buf while interpolating 10 年之前
  INADA Naoki 20b75cd3d3 Fix comment 10 年之前
  INADA Naoki e11c825316 Inlining mysqlConn.escapeBytes and mysqlConn.escapeString 10 年之前
  INADA Naoki fcea44760c Round under microsecond 11 年之前
  INADA Naoki c285e39201 Use digits10 and digits01 to format datetime. 11 年之前
  INADA Naoki 43536c7d6d Specialize escape functions for string 11 年之前
  INADA Naoki 88aeb98098 append string... to []byte without cast. 11 年之前
  INADA Naoki 916a1f2433 escapeString -> escapeBackslash 11 年之前
  INADA Naoki 8826242dab More acculate estimation of upper bound 11 年之前
  INADA Naoki 9f84dfbb88 Remove one more allocation 11 年之前
  INADA Naoki 0b75396232 Inline datetime formatting 11 年之前
  INADA Naoki 029731571e Reduce allocs in interpolateParams. 11 年之前
  INADA Naoki 9faabe593d Don't write microseconds when Time.Nanosecond() == 0 11 年之前
  INADA Naoki 04866ee036 Fix nits pointed in pull request. 11 年之前
  INADA Naoki 3c8fa904c2 substitutePlaceholder -> interpolateParams 11 年之前
  arvenil 058ce87948 Move escape funcs to utils.go, export them, add references to mysql surce code 11 年之前
  arvenil f3b82fdf7f Merge remote-tracking branch 'upstream/pr/297' 11 年之前
  Chris Moos 3454863ddb Add support for returning table alias on Columns(). 11 年之前
  INADA Naoki b7c2c47a36 Add substitutePlaceholder option to DSN 11 年之前
  INADA Naoki cac6129f8a Don't send text query larger than maxPacketAllowed 11 年之前