Historique des commits

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