Commit History

Author SHA1 Message Date
  INADA Naoki 43536c7d6d Specialize escape functions for string 9 years ago
  INADA Naoki 88aeb98098 append string... to []byte without cast. 9 years ago
  INADA Naoki 916a1f2433 escapeString -> escapeBackslash 9 years ago
  INADA Naoki 8826242dab More acculate estimation of upper bound 9 years ago
  INADA Naoki 9f84dfbb88 Remove one more allocation 9 years ago
  INADA Naoki 0b75396232 Inline datetime formatting 9 years ago
  INADA Naoki 029731571e Reduce allocs in interpolateParams. 9 years ago
  INADA Naoki 9faabe593d Don't write microseconds when Time.Nanosecond() == 0 9 years ago
  INADA Naoki 04866ee036 Fix nits pointed in pull request. 9 years ago
  INADA Naoki 3c8fa904c2 substitutePlaceholder -> interpolateParams 9 years ago
  arvenil 058ce87948 Move escape funcs to utils.go, export them, add references to mysql surce code 9 years ago
  arvenil f3b82fdf7f Merge remote-tracking branch 'upstream/pr/297' 9 years ago
  Chris Moos 3454863ddb Add support for returning table alias on Columns(). 9 years ago
  INADA Naoki b7c2c47a36 Add substitutePlaceholder option to DSN 9 years ago
  INADA Naoki cac6129f8a Don't send text query larger than maxPacketAllowed 9 years ago
  INADA Naoki c8c9bb1ec8 Query() uses client-side placeholder substitution. 9 years ago
  INADA Naoki e35fa001b5 Implement placeholder substitution. 9 years ago
  Arne Hormann 4834ee6ac2 Minor stylistic improvement, added a test 10 years ago
  Arne Hormann 72f69004a9 Fix handling of queries without columns and rows 10 years ago
  Julien Schmidt 5b799950d0 remove buffer indirection 10 years ago
  Julien Schmidt 8636b6ca08 Finish collation implementation 10 years ago
  Arne Hormann 13fb9281ba add improved collation support (broken) 10 years ago
  Gustavo Kristic 734d65ec97 Export errors for easy checks from application code 10 years ago
  Arne Hormann a91e2c1b9b return first err in mysqlConn.Close 10 years ago
  Julien Schmidt 7b11574e00 Merge pull request #151 from go-sql-driver/badconn 10 years ago
  Julien Schmidt 0602457cb5 Merge pull request #152 from go-sql-driver/cleanup 10 years ago
  Julien Schmidt 4d3764bbcb Return ErrBadConn for invalid connections 10 years ago
  Julien Schmidt b22024b4cd reorder mysqlConn fields and remove unused protocol field 11 years ago
  Julien Schmidt c727bbb58b Make BinaryRows and TextRows distinct types 11 years ago
  Arne Hormann 63dc97f1f3 remove eof field from mysqlRows 11 years ago