Commit Graph

14 Commits

Author SHA1 Message Date
32b1dbd8d5 *: rename "github.com/pkg/errors" to "github.com/pingcap/errors" (#8136)
We import "github.com/pkg/errors" in the code, and actually put
the "github.com/pingcap/errors" there in the vendor path.
That's a dirty hack, and prevent the introduce of Go module.
2018-11-01 16:09:07 +08:00
cb03f2bec1 move from juju/errors to pkg/errors (#7151) 2018-09-12 15:42:20 +08:00
5f468489ab util: add kvencoder package, make transfer sql to key-values be possible. (#5236) 2017-11-29 18:01:31 +08:00
8b15cb52b7 *: move StatementContext to its own package. (#5177) 2017-11-22 00:11:14 +08:00
4095299e9c *: add comparable varint encoding. (#2236) 2016-12-14 21:26:59 +08:00
b92b1e6c62 simplify number encoding 2016-03-29 19:12:30 +08:00
ef71bb7e2a util/codec: address comments 2015-12-10 17:25:33 +08:00
9b4f43e62f util/codec: add varint and compactBytes 2015-12-10 15:17:44 +08:00
af6635b079 *: address comments. 2015-12-09 19:08:37 +08:00
a111613c9c util/codec: address comments. 2015-12-09 14:35:48 +08:00
25ba003d1c util/codec: use sign bit codec instead of number sign. 2015-12-08 22:12:35 +08:00
67ae65a176 util/codec: tiny refactor number codec. 2015-12-08 20:41:49 +08:00
a2e688a32d util: add cockroach license 2015-09-07 20:53:15 +08:00
0d6f270068 Add files 2015-09-06 12:08:47 +08:00