pranadb
pranadb copied to clipboard
Figure out what operators and functions we support and test them
We currently get a lot of operators / functions for free from TiDB.
We need to:
- Come up with a definitive list of which ones we want to support
- Create SQL tests for those
- Throw errors for those we don't support
- Document them