Julien Schmidt
|
c6c4e3cbc8
ColumnType interfaces (#667)
|
7 years ago |
Julien Schmidt
|
a8b7ed4454
Remove strict mode (#676)
|
7 years ago |
Ichinose Shogo
|
1548d61ac1
support READ-ONLY transactions (#618)
|
7 years ago |
Arne Hormann
|
26471af196
fewer driver.ErrBadConn to prevent repeated queries (#302)
|
7 years ago |
Julien Schmidt
|
72e0ac3f5f
Add atomic wrappers for bool and error (#612)
|
7 years ago |
Ichinose Shogo
|
56226343bd
Add support for context.Context (#608)
|
7 years ago |
astaxie
|
147bd02c2c
args assigned and not used (#575)
|
7 years ago |
Jacek Szwec
|
ffa70d4981
Add Multi-Results support (#537)
|
7 years ago |
Xie Zhenye
|
b81e73ccad
Add maxAllowedPacket DSN Parameter
|
8 years ago |
INADA Naoki
|
82e447e7ad
fixup
|
8 years ago |
INADA Naoki
|
a044747e9c
Fix index out of range in interpolateParams.
|
8 years ago |
Julien Schmidt
|
68ca989dd4
Improve timeouts implementation
|
8 years ago |
Julien Schmidt
|
ec658e9d0e
Fix getSystemVar with parseTime=true
|
8 years ago |
Julien Schmidt
|
c2d7e965ef
Export ParseDSN and Config
|
8 years ago |
Daniel Nichter
|
0da0f4e972
Fixes #389 by not sending COM_QUIT until authenticated. Also refactors auth response handling code into func to reduce some duplication of logic. Test requires a MySQL socket and user having privs to use it.
|
9 years ago |
ymmt2005
|
934e845e59
Add _binary prefix when interpolating []byte data.
|
9 years ago |
Joshua Prunier
|
49823e2fe6
Parameter renamed to allowCleartextPasswords
|
9 years ago |
Joshua Prunier
|
4f478efe68
Cleartext authentication plugin support
|
9 years ago |
INADA Naoki
|
e3e2d32e19
Use mc.buf while interpolating
|
9 years ago |
INADA Naoki
|
20b75cd3d3
Fix comment
|
9 years ago |
INADA Naoki
|
e11c825316
Inlining mysqlConn.escapeBytes and mysqlConn.escapeString
|
9 years ago |
INADA Naoki
|
fcea44760c
Round under microsecond
|
9 years ago |
INADA Naoki
|
c285e39201
Use digits10 and digits01 to format datetime.
|
9 years ago |
INADA Naoki
|
43536c7d6d
Specialize escape functions for string
|
9 years ago |
INADA Naoki
|
88aeb98098
append string... to []byte without cast.
|
9 years ago |
INADA Naoki
|
916a1f2433
escapeString -> escapeBackslash
|
9 years ago |
INADA Naoki
|
8826242dab
More acculate estimation of upper bound
|
9 years ago |
INADA Naoki
|
9f84dfbb88
Remove one more allocation
|
9 years ago |
INADA Naoki
|
0b75396232
Inline datetime formatting
|
9 years ago |
INADA Naoki
|
029731571e
Reduce allocs in interpolateParams.
|
9 years ago |