Julien Schmidt
|
c6c4e3cbc8
ColumnType interfaces (#667)
|
8 years ago |
Julien Schmidt
|
eb92a8dc62
do not query max_allowed_packet by default (#680)
|
8 years ago |
Julien Schmidt
|
a8b7ed4454
Remove strict mode (#676)
|
8 years ago |
Ichinose Shogo
|
56226343bd
Add support for context.Context (#608)
|
8 years ago |
Song Gao
|
b64477099c
add rejectReadOnly option (to fix AWS Aurora failover) (#604)
|
8 years ago |
Justin Nuß
|
382e13d099
Avoid allocating on each call to rows.Columns (#444)
|
8 years ago |
Julien Schmidt
|
336127359b
infile: fix reading from empty file (#590)
|
8 years ago |
Julien Schmidt
|
46a82062e1
fix typos (#579)
|
8 years ago |
Julien Schmidt
|
8f6c67f022
rows: Invalidate connection on error in discardResults() (#513)
|
9 years ago |
Julien Schmidt
|
7ebe0a5006
Merge pull request #434 from pib/fix_float_with_placeholder
|
9 years ago |
Julien Schmidt
|
1421caf44f
Revert "Merge pull request #350 from dveeden/connattrs_v4"
|
9 years ago |
Daniël van Eeden
|
82cddefaf8
Add support for connection attributes.
|
10 years ago |
Daniël van Eeden
|
5a9482c4cd
Fix error reported by `go vet`
|
9 years ago |
Paul Bonser
|
0e81889e30
test and fix for MysSQL float parsing into float64 when placeholders are used
|
9 years ago |
Julien Schmidt
|
acb3ebdd87
Fix driver tests
|
10 years ago |
Badoet Endoet
|
4aa920ddb8
TestMultiQuery
|
10 years ago |
Julien Schmidt
|
11d51abbce
reformat errors in tests
|
10 years ago |
Julien Schmidt
|
c2d7e965ef
Export ParseDSN and Config
|
10 years ago |
Julien Schmidt
|
d8a5f6c983
Merge pull request #390 from daniel-nichter/fix-389-socket-auth-fail-broken-pipe-error
|
10 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.
|
10 years ago |
Luiz Paulo
|
7ec062f236
Fix issue with NO_AUTO_CREATE_USER option in sql_mode
|
10 years ago |
Julien Schmidt
|
04c78bbdd9
columnsWithAlias: Add test
|
10 years ago |
Arne Hormann
|
5de00899e6
support uint64 parameters with high bit set
|
10 years ago |
INADA Naoki
|
52a5860d0b
Fix missing db.Close()
|
11 years ago |
INADA Naoki
|
e517683745
Allow interpolateParams only with ascii, latin1 and utf8 collations
|
11 years ago |
INADA Naoki
|
916a1f2433
escapeString -> escapeBackslash
|
11 years ago |
INADA Naoki
|
3c8fa904c2
substitutePlaceholder -> interpolateParams
|
11 years ago |
arvenil
|
b4732595f0
Test if inserted data is correctly retrieved after being escaped
|
11 years ago |
arvenil
|
e6bf23ab50
Add basic SQL injection tests, including NO_BACKSLASH_ESCAPES sql_mode
|
11 years ago |
INADA Naoki
|
b7c2c47a36
Add substitutePlaceholder option to DSN
|
11 years ago |