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
|
f1914b405a
removed TIMESTAMP tests (still tested in TZ conversion)
|
10 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
|
11 years ago |
Arne Hormann
|
8f8d1a605b
no longer cache len(...)
|
11 years ago |
Arne Hormann
|
f38e41de89
changed binary date / datetime to string
|
11 years ago |
Julien Schmidt
|
54917e3c77
DSN: check for separating slash
|
11 years ago |
Arne Hormann
|
12094b690f
fix #179
|
11 years ago |
Xiuming Chen
|
a531037e10
Comment typo
|
11 years ago |
Xiuming Chen
|
9860999924
Fix bit shifting for readLengthEncodedInteger
|
11 years ago |
Xiuming Chen
|
b7445746be
Fix appendLengthEncodedInteger for large numbers > 0xffffff
|
11 years ago |
Arne Hormann
|
f26a363d20
fix typo (Enoded -> Encoded)
|
11 years ago |
Julien Schmidt
|
32fb382763
utils: document return values
|
11 years ago |
Julien Schmidt
|
ad44b8c0b9
Avoid phantom nil values
|
11 years ago |
Julien Schmidt
|
f41250e853
append LengthEncodedInteger directly to slice
|
11 years ago |
Julien Schmidt
|
6d1a06dd1f
Fix protocol parsing
|
11 years ago |
Julien Schmidt
|
7503ab8073
Escape DSN param values
|
11 years ago |
Julien Schmidt
|
dc029498cb
New DSN parser
|
11 years ago |
Julien Schmidt
|
f4bf8e8e0a
Merge pull request #124 from go-sql-driver/old_passwords_support
|
11 years ago |
Julien Schmidt
|
ff8fee69b9
refactor again
|
11 years ago |
Julien Schmidt
|
0bc514ddc4
Small refactoring
|
11 years ago |
Julien Schmidt
|
83ed16b506
Require explicitly allowing old passwords
|
11 years ago |
Julien Schmidt
|
ff97004e38
Change License Header
|
11 years ago |