Releases: arana-db/parser
Releases · arana-db/parser
Release of v0.2.7
New Features
- support show optimize table: #17
Release of v0.2.6
New Features
- Added
SHOW REPLICAS
support
Release of v0.2.5
Improvements
- fill parameter marker order automatically
Release of v0.2.4
Improvement:
- parse hints from multiple stmts #13
- move hints field into stmtnode
Release of v0.2.3
New Features
- Support ARANA-specific hints. #11
Release of v0.2.2
New Features
- support
drop trigger [if exists] [schema_name].table_name
- support
show topology from xxx
Release of v0.2.1
Improvements
- add
Literal
foropcode.Op
.
v0.2.0
- using the tidb-v6.0.0-alpha parser
Release of v0.1.3
Bug Fix
- fix go vet
- fix compile error
Release of v0.1.2
New Features
- Add
Literal
foropcode.Op
.