8d23ad21c9
[parser] auth: add the caching sha2 algorithm for authentication ( #1232 )
...
This allows validating passwords against the `authentication_string`
data that MySQL stores for caching_sha2 passwords.
Related:
- https://github.com/pingcap/tidb/issues/9411
2021-10-09 14:53:23 +08:00
5a5818f67c
[parser] rename go.mod1 to go.mod ( #682 )
...
* rename go.mod1 to go.mod
* update .gitignore
* downgrade logrus
2021-10-09 14:53:23 +08:00
304090faa7
[parser] test: enable coverage when running unit tests ( #324 )
...
* test: enable coverage when running unit tests
* README: add codecov badge
2021-10-09 14:53:23 +08:00
ee29b5f005
[parser] update README.md, fix make test, add circle.yml ( #23 )
2021-10-09 14:53:23 +08:00
8d82156a1c
[parser] parser: support identifiers for window function ( #18 )
2021-10-09 14:53:23 +08:00
698cefe6bd
[parser] address comment
2021-10-09 14:53:23 +08:00