gh-ost/vendor/github.com
Shlomi Noach 791d963ea0 Character set recognition and manipulation
- Identifying textual characters sets; converting into specific type when applying dml events
- Refactored `ColumnsList`: introducing `Column` type
- Refactored `unsigned` handling, as part of `Column`
- `Column` type supports `convertArg()`: converting value of argument according to column data type
- DB URI attempts `utf8mb4,utf8,latin1` charsets in that order (first one to be recognized wins)
- Local tests filter by pattern
- Local tests append table schema on failure
- Local tests do not have postpone flag file
- Added character set local tests: `utf8`, `utf8mb4`, `latin1`
2016-09-07 14:24:11 +02:00
..
BurntSushi/toml trying something else. Go deps are hell 2016-06-16 11:28:42 +02:00
go-sql-driver/mysql added vendor packages 2016-04-01 16:04:27 +02:00
jmoiron/sqlx trying something else. Go deps are hell 2016-06-16 11:28:42 +02:00
juju/errors more attempts 2016-06-16 11:46:44 +02:00
outbrain/golib added vendor packages 2016-04-01 16:04:27 +02:00
satori/go.uuid more attempts 2016-06-16 11:49:16 +02:00
siddontang Character set recognition and manipulation 2016-09-07 14:24:11 +02:00