提交歷史

作者 SHA1 備註 提交日期
  INADA Naoki 04866ee036 Fix nits pointed in pull request. 11 年之前
  INADA Naoki 3c8fa904c2 substitutePlaceholder -> interpolateParams 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 年之前
  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 年之前
  INADA Naoki c8c9bb1ec8 Query() uses client-side placeholder substitution. 11 年之前
  INADA Naoki e35fa001b5 Implement placeholder substitution. 11 年之前
  Arne Hormann 4834ee6ac2 Minor stylistic improvement, added a test 11 年之前
  Arne Hormann 72f69004a9 Fix handling of queries without columns and rows 11 年之前
  Julien Schmidt 5b799950d0 remove buffer indirection 11 年之前
  Julien Schmidt 8636b6ca08 Finish collation implementation 11 年之前
  Arne Hormann 13fb9281ba add improved collation support (broken) 11 年之前
  Gustavo Kristic 734d65ec97 Export errors for easy checks from application code 11 年之前
  Arne Hormann a91e2c1b9b return first err in mysqlConn.Close 11 年之前
  Julien Schmidt 7b11574e00 Merge pull request #151 from go-sql-driver/badconn 12 年之前
  Julien Schmidt 0602457cb5 Merge pull request #152 from go-sql-driver/cleanup 12 年之前
  Julien Schmidt 4d3764bbcb Return ErrBadConn for invalid connections 12 年之前
  Julien Schmidt b22024b4cd reorder mysqlConn fields and remove unused protocol field 12 年之前
  Julien Schmidt c727bbb58b Make BinaryRows and TextRows distinct types 12 年之前
  Arne Hormann 63dc97f1f3 remove eof field from mysqlRows 12 年之前
  Arne Hormann 06d5483c02 changed mc.buf == nil to mc.netConn == nil 12 年之前
  Arne Hormann 32e5ceed8e no panic on closed connection reuse 12 年之前
  Julien Schmidt 7e1b91b481 getSystemVar: skip reading Columns 12 年之前
  Julien Schmidt 7267690c7c fix rows init 12 年之前
  Julien Schmidt c4a3fc18a0 stmt: Cache Columns 12 年之前
  Julien Schmidt 5975ca9212 more refactoring 12 年之前
  Julien Schmidt 04572b49b1 Merge pull request #122 from go-sql-driver/badconn_close 12 年之前
  Julien Schmidt f4bf8e8e0a Merge pull request #124 from go-sql-driver/old_passwords_support 12 年之前