Dolt should support it's own flavor of special comments.
Closed
enhancement
sql
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
MySQL has these special comments that are parsed normally when the version is greater than specified:
/!40031 select * from foo */
A user suggested we should have our own flavor of those so that Dolt SQL can be run in MySQL:
/*D! SELECT DOLT_RESET('--hard'); */
Really good idea. I think I would go with `dolt` or `DOLT` as the keyword.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.