Historia zmian

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