dangoodman
dangoodman
**Describe the bug** The [quickstart guide](https://ksqldb.io/quickstart.html) fails on the third step. **To Reproduce** 1. Go to https://ksqldb.io/quickstart.html 2. Follow the instructions 3. Notice the `docker exec -it ksqldb-cli ksql http://ksqldb-server:8088`...
MySQL supports the JSON type since 5.7.8 which is a nice way to store and work with nested documents.
It would be great to have a switch to enable a case-insensitive matching of the keywords. For now, one can use regexes, e.g., "[Tt][Aa][Bb][Ll][Ee]". While it works, it hurts readability...