Historique des commits

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