Commit History

Author SHA1 Message Date
  INADA Naoki 9faabe593d Don't write microseconds when Time.Nanosecond() == 0 11 years ago
  INADA Naoki dd7b87c50b Add benchmark for interpolateParams() 11 years ago
  INADA Naoki 04866ee036 Fix nits pointed in pull request. 11 years ago
  INADA Naoki 6c8484b12c Add interpolateParams document to README 11 years ago
  INADA Naoki 3c8fa904c2 substitutePlaceholder -> interpolateParams 11 years ago
  INADA Naoki 42a1efd12a Don't stop test on MySQLWarnings 11 years ago
  arvenil b4732595f0 Test if inserted data is correctly retrieved after being escaped 11 years ago
  arvenil e6bf23ab50 Add basic SQL injection tests, including NO_BACKSLASH_ESCAPES sql_mode 11 years ago
  arvenil 42956fa9ec Add tests for escaping functions 11 years ago
  arvenil 058ce87948 Move escape funcs to utils.go, export them, add references to mysql surce code 11 years ago
  arvenil f3b82fdf7f Merge remote-tracking branch 'upstream/pr/297' 11 years ago
  Julien Schmidt 511937c8c4 Merge pull request #289 from chrismoos/expose_aliases 11 years ago
  Chris Moos 3454863ddb Add support for returning table alias on Columns(). 11 years ago
  INADA Naoki b7c2c47a36 Add substitutePlaceholder option to DSN 11 years ago
  INADA Naoki cac6129f8a Don't send text query larger than maxPacketAllowed 11 years ago
  Julien Schmidt 04cf947760 Merge pull request #298 from methane/fix-panic-on-connect-fail 11 years ago
  INADA Naoki 56675391a0 Add myself to AUTHORS 11 years ago
  INADA Naoki cd3acc99ca Fix panic when failed to SetKeepAlive(). 11 years ago
  INADA Naoki c8c9bb1ec8 Query() uses client-side placeholder substitution. 11 years ago
  INADA Naoki e35fa001b5 Implement placeholder substitution. 11 years ago
  Julien Schmidt cebeb3599d Merge pull request #283 from metcalf/am-default-servername 11 years ago
  Andrew Metcalf 8dc06d8c2a Default TLS ServerName to the host in the DSN. 11 years ago
  Julien Schmidt 9543750295 Merge pull request #280 from hyandell/master 11 years ago
  Yandell e51de99613 Adding my name to authors; though I suspect my change had little if any copyrightable expression 11 years ago
  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 years ago
  Arne Hormann 8111ee3ec3 Merge pull request #249 from arnehormann/microsecs 11 years ago
  Arne Hormann 84417312d5 added new TIMESTAMP test 11 years ago
  Arne Hormann f1914b405a removed TIMESTAMP tests (still tested in TZ conversion) 11 years ago
  Arne Hormann 589fef43d7 replace panic with error, handle missing error case 11 years ago
  Julien Schmidt 0b000424e5 Merge pull request #269 from go-sql-driver/buffer 11 years ago