Commit History

Author SHA1 Message Date
  Olivier Mengué d9aa6d3abe Refactor NullTime as go1.13's sql.NullTime (#995) 5 years ago
  Ichinose Shogo 749ddf1598 Drop Go 1.7 Support (#823) 6 years ago
  INADA Naoki 2307b45d3a Fix TIME format for binary columns (#818) 6 years ago
  Julien Schmidt affd4c9396 Auth refactoring and bug fixes (#807) 6 years ago
  Hajime Nakagami f557730784 Support caching_sha2_password (#794) 6 years ago
  Julien Schmidt 72e0ac3f5f Add atomic wrappers for bool and error (#612) 7 years ago
  Julien Schmidt c2d7e965ef Export ParseDSN and Config 8 years ago
  Kevin Malachowski a4041c6a49 Use Errorf instead of Error in the correct places 8 years ago
  Kevin Malachowski 0874761875 QueryUnescape the tlsConfig name during DSN parsing. 8 years ago
  Joshua Prunier 49823e2fe6 Parameter renamed to allowCleartextPasswords 9 years ago
  Joshua Prunier 4f478efe68 Cleartext authentication plugin support 9 years ago
  INADA Naoki e517683745 Allow interpolateParams only with ascii, latin1 and utf8 collations 9 years ago
  INADA Naoki 0c7ae4638c test for escapeString* 9 years ago
  INADA Naoki 43536c7d6d Specialize escape functions for string 9 years ago
  INADA Naoki 916a1f2433 escapeString -> escapeBackslash 9 years ago
  INADA Naoki 029731571e Reduce allocs in interpolateParams. 9 years ago
  INADA Naoki 3c8fa904c2 substitutePlaceholder -> interpolateParams 9 years ago
  arvenil 42956fa9ec Add tests for escaping functions 9 years ago
  arvenil f3b82fdf7f Merge remote-tracking branch 'upstream/pr/297' 9 years ago
  Julien Schmidt 511937c8c4 Merge pull request #289 from chrismoos/expose_aliases 9 years ago
  Chris Moos 3454863ddb Add support for returning table alias on Columns(). 10 years ago
  INADA Naoki b7c2c47a36 Add substitutePlaceholder option to DSN 9 years ago
  Andrew Metcalf 8dc06d8c2a Default TLS ServerName to the host in the DSN. 10 years ago
  Arne Hormann 6d51ca56f5 faster and unified date formatting, flexible lengths, better tests 10 years ago
  Arne Hormann 1009a046eb support microseconds with MySQL 5.7+ 10 years ago
  Julien Schmidt 8636b6ca08 Finish collation implementation 10 years ago
  Arne Hormann ba3e6d4043 applied modulo and allocation optimizations, added test 10 years ago
  Arne Hormann 602a004c96 add test for scrambleOldPassword 10 years ago
  Julien Schmidt 54917e3c77 DSN: check for separating slash 10 years ago
  Xiuming Chen 51a8be27d5 Add unit tests for length encoded integer related functions 11 years ago