Commit Graph

4 Commits

Author SHA1 Message Date
89dda9d9a8 *: move parser to a separate repository (#8036) 2018-10-25 11:12:10 +08:00
4a3130216f server: fix type year has too many 0s in prepare/execute (#7525) 2018-08-30 11:28:34 +08:00
649a7a3fb1 server: fix column length when convert column info for tinyint (#6008)
When column type is tinyint, ao checks both jdbc type and its precision in qualifiers. It needs precision in qualifiers to be 1 but tidb returned column's precision is 4(here precision is just column length). This PR fixes this.
2018-03-12 11:12:42 +08:00
0a8d91d896 server: in column info for "TypeBit", "Length" should not be multiplied by 4 (#5431)
* server: fix "Length" column info for TypeBit
2017-12-18 14:37:03 +08:00