Commit History

Author SHA1 Message Date
  Julien Schmidt d10c04b36f Merge pull request #149 from go-sql-driver/em_rows 12 years ago
  Julien Schmidt 46150062e4 Merge pull request #147 from go-sql-driver/byte_nil 12 years ago
  Julien Schmidt 32fb382763 utils: document return values 12 years ago
  Julien Schmidt fa25de3f1b CHANGELOG: Fixed false nil values for empty strings 12 years ago
  Julien Schmidt ad44b8c0b9 Avoid phantom nil values 12 years ago
  Julien Schmidt 830d66e037 Add []byte(nil) insert check 12 years ago
  Julien Schmidt b95ecaab58 Add test for []byte(nil) 12 years ago
  Julien Schmidt d71da1ff4a CHANGELOG: []byte(nil) is treated as NULL 12 years ago
  Julien Schmidt 3668b26f19 Insert NULL for []byte(nil) values 12 years ago
  Julien Schmidt 1429b99ed7 AUTHORS: Add Carlos Nieto 12 years ago
  Julien Schmidt c727bbb58b Make BinaryRows and TextRows distinct types 12 years ago
  Arne Hormann cd6b009ecd Merge pull request #146 from arnehormann/cleanup-rows 12 years ago
  Arne Hormann 69b04e16f8 removed internal err declaration 12 years ago
  Arne Hormann 63dc97f1f3 remove eof field from mysqlRows 12 years ago
  Arne Hormann 2a93d21064 Merge pull request #143 from arnehormann/no-panic 12 years ago
  Arne Hormann baf9f1cdab fix criticisms in PR 143 12 years ago
  Arne Hormann 06d5483c02 changed mc.buf == nil to mc.netConn == nil 12 years ago
  Arne Hormann 32e5ceed8e no panic on closed connection reuse 12 years ago
  Julien Schmidt ae73333d84 Merge pull request #140 from xiam/master 12 years ago
  Carlos Nieto 7854c58383 Renaming test to TestTimeSign(), removing extra 'TRUNCATE' statement and fixing the reference URL. 12 years ago
  Carlos Nieto 307802bcbc Using %q instead of "%s" to make the extra byte visible, as suggested in https://github.com/go-sql-driver/mysql/pull/140#issuecomment-27236022 12 years ago
  Carlos Nieto 63fdbaca8b Adding a test that checks for equality of TIME fields (#139). 12 years ago
  Carlos Nieto ed7d90706a This commit attempts to fix https://github.com/go-sql-driver/mysql/issues/139 by 12 years ago
  Julien Schmidt 90025edc0d Merge pull request #138 from go-sql-driver/contribution-guidelines 12 years ago
  Julien Schmidt 6bed9253fb CONTRIBUTING: link 'recently closed' to last updated 12 years ago
  Julien Schmidt 6a71f6982b Merge pull request #137 from go-sql-driver/refactoring 12 years ago
  Julien Schmidt 620bcdd485 buffer: save offset 12 years ago
  Julien Schmidt 7e1b91b481 getSystemVar: skip reading Columns 12 years ago
  Julien Schmidt 7267690c7c fix rows init 12 years ago
  Julien Schmidt 2b9ab5f118 rows: reorder struct fields 12 years ago