Commit History

Author SHA1 Message Date
  INADA Naoki 029731571e Reduce allocs in interpolateParams. 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
  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(). 9 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. 9 years ago
  Arne Hormann f1914b405a removed TIMESTAMP tests (still tested in TZ conversion) 9 years ago
  Arne Hormann 81d54a2bbf changes based on review 10 years ago
  Arne Hormann 2aa37a1cca improved date formatting with inspiration from strconv 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 8f8d1a605b no longer cache len(...) 10 years ago
  Arne Hormann f38e41de89 changed binary date / datetime to string 10 years ago
  Julien Schmidt 54917e3c77 DSN: check for separating slash 10 years ago
  Arne Hormann 12094b690f fix #179 10 years ago
  Xiuming Chen a531037e10 Comment typo 10 years ago
  Xiuming Chen 9860999924 Fix bit shifting for readLengthEncodedInteger 10 years ago
  Xiuming Chen b7445746be Fix appendLengthEncodedInteger for large numbers > 0xffffff 10 years ago
  Arne Hormann f26a363d20 fix typo (Enoded -> Encoded) 10 years ago
  Julien Schmidt 32fb382763 utils: document return values 10 years ago
  Julien Schmidt ad44b8c0b9 Avoid phantom nil values 10 years ago
  Julien Schmidt f41250e853 append LengthEncodedInteger directly to slice 10 years ago
  Julien Schmidt 6d1a06dd1f Fix protocol parsing 10 years ago
  Julien Schmidt 7503ab8073 Escape DSN param values 10 years ago
  Julien Schmidt dc029498cb New DSN parser 10 years ago
  Julien Schmidt f4bf8e8e0a Merge pull request #124 from go-sql-driver/old_passwords_support 10 years ago