Commit Graph

23 Commits

Author SHA1 Message Date
0943aa598e terror: unify util/errors and util/errors2 in terror. 2015-11-05 12:05:16 +08:00
29369dba8f *: Rename mysqldef to mysql 2015-10-19 16:26:43 +08:00
3a7e3ed2d0 *: Address comment 2015-10-14 10:38:18 +08:00
d50b6c5fcc *: Fix hibernate bug about col.Flen/Decimal 2015-10-13 18:11:11 +08:00
c4bf073996 util: do some cleanup. 2015-10-02 20:25:23 +08:00
75d3bafa85 *: lowercase type description
MySQL show columns or show create create table both return lowercase
type description, like int, char, etc…
2015-09-28 21:40:31 +08:00
198099d378 *: Create privilege tables in bootstrap stage
Prepare for grant statement.
2015-09-27 17:46:36 +08:00
e6a586d6f2 types: support set type 2015-09-25 16:24:48 +08:00
d8c2c96c8e types: support enum type 2015-09-24 10:56:07 +08:00
78434002be types: support bit type 2015-09-19 15:00:02 +08:00
5451c13b47 Merge pull request #160 from pingcap/siddontang/cleanup-code
types: remove unnecessary code
2015-09-15 15:47:24 +08:00
ada1344860 types: remove unnecessary code 2015-09-15 15:34:51 +08:00
aae3a62ae8 types: support hex in convert, compare 2015-09-15 15:09:10 +08:00
343c2d3ef4 types: Address comment to make virgo happy 2015-09-15 14:43:23 +08:00
79abe14b9c types: Cleanup IsOrderedType
Remove useless return values.
2015-09-15 14:38:57 +08:00
a7897b4215 types: Allow []byte as orderby type
Orderby []byte is already supported by types.Compare.
With this pr we can run most of functions in phpMyAdmin.
2015-09-15 14:00:40 +08:00
80d574bfc4 util/types: unexport method overflow and invConv 2015-09-10 22:29:28 +08:00
bb4d3a529e Merge pull request #71 from pingcap/shenli/fix-bit
*: Add bit type check in CastValue
2015-09-08 21:22:19 +08:00
1e4cdb813f *: update QL-LICENSE and STRUTIL-LICENSE. 2015-09-08 19:25:50 +08:00
2e14602bed *: Add bit type check in CastValue
Fix panic in go-xorm test
2015-09-08 17:47:27 +08:00
695003b466 util, plan, plan/plans, rset, rsets: fix-copyright-infringement. 2015-09-07 08:48:50 -04:00
147f954330 util:improve compare function, return error instead of panic. 2015-09-07 13:35:42 +08:00
0d6f270068 Add files 2015-09-06 12:08:47 +08:00