|
|
84f9b45d16
|
[parser] parser: finish the restore function of all ast node (#206)
* add test
* restore bindings
* restore bindings
* restore ddl
* charset info
* charset info
* fix fmt
* use keyword write charset
* gomod
* gosum
|
2021-10-09 14:53:23 +08:00 |
|
|
|
7abc99d6e3
|
[parser] parser: implement Restore for CreateTableStmt (#170)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
d057e9ebaf
|
[parser] parser: implement Restore for ColumnOption, FieldType and ColumnDef (#160)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
6d3f99487a
|
[parser] parser: implement Restore for FuncCallExpr and AggregateFuncExpr (#102)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
3fb7739efa
|
[parser] refactor the PR #8619 by introducing the FieldType.Clone() member function (#77)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
6f2c7111c4
|
[parser] *: change default charset from utf8 to utf8mb4 (#13)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
c270f55405
|
[parser] *: move github.com/pingcap/tidb/parser here (#1)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
89dda9d9a8
|
*: move parser to a separate repository (#8036)
|
2018-10-25 11:12:10 +08:00 |
|
|
|
bd08b0bc70
|
*: make parser package dependency as small as possible (#7989)
|
2018-10-24 13:19:10 +08:00 |
|