提交历史

作者 SHA1 备注 提交日期
  arvenil 42956fa9ec Add tests for escaping functions 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 年之前
  Julien Schmidt 511937c8c4 Merge pull request #289 from chrismoos/expose_aliases 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 年之前
  Julien Schmidt 04cf947760 Merge pull request #298 from methane/fix-panic-on-connect-fail 11 年之前
  INADA Naoki 56675391a0 Add myself to AUTHORS 11 年之前
  INADA Naoki cd3acc99ca Fix panic when failed to SetKeepAlive(). 11 年之前
  INADA Naoki c8c9bb1ec8 Query() uses client-side placeholder substitution. 11 年之前
  INADA Naoki e35fa001b5 Implement placeholder substitution. 11 年之前
  Julien Schmidt cebeb3599d Merge pull request #283 from metcalf/am-default-servername 11 年之前
  Andrew Metcalf 8dc06d8c2a Default TLS ServerName to the host in the DSN. 11 年之前
  Julien Schmidt 9543750295 Merge pull request #280 from hyandell/master 11 年之前
  Yandell e51de99613 Adding my name to authors; though I suspect my change had little if any copyrightable expression 11 年之前
  Yandell 32d2af8d89 Added clarity regarding when you must publish the source code of any changed files. Fixed grammar. Reordered 2nd and 3rd bullet points for a better flow of logic. 11 年之前
  Arne Hormann 8111ee3ec3 Merge pull request #249 from arnehormann/microsecs 11 年之前
  Arne Hormann 84417312d5 added new TIMESTAMP test 11 年之前
  Arne Hormann f1914b405a removed TIMESTAMP tests (still tested in TZ conversion) 11 年之前
  Arne Hormann 589fef43d7 replace panic with error, handle missing error case 11 年之前
  Julien Schmidt 0b000424e5 Merge pull request #269 from go-sql-driver/buffer 11 年之前
  Julien Schmidt c56ef1487e Merge pull request #270 from go-sql-driver/travis 11 年之前
  Julien Schmidt 90af44d250 Update travis config 11 年之前
  Julien Schmidt d89db8a70b buffer: return io.ErrUnexpectedEOF 11 年之前
  Arne Hormann 105a8fd193 Merge pull request #255 from arnehormann/result-without-columns 11 年之前
  Arne Hormann 4834ee6ac2 Minor stylistic improvement, added a test 11 年之前
  Arne Hormann 72f69004a9 Fix handling of queries without columns and rows 11 年之前
  Arne Hormann 81d54a2bbf changes based on review 11 年之前
  Arne Hormann 2aa37a1cca improved date formatting with inspiration from strconv 11 年之前