Ning Sun
Ning Sun
Both mysql and postgresql shares same port of plain-text connection and secure one. Unlike http or grpc transports, database protocols have their own tls handshake process. So we might not...
In order to support prepared statement, we need to implement a parse-bind-execute process in frontend caches parsed statement at connection-session scope.
In dashboard code editor, we allow user to select multiple lines of sql to execute. This requires HTTP API call to accept multiple statements and return multiple result sets. MySQL...
This is part 1 of our geospatial and trajectory data support. This patch adds `Point` data type support, and more types like `LineString` and `Polygon` may come later. The internal...
This bug was detected when refactoring our http ourtput format in #361, when using schema returned by `RecordBatches` and `RecordBatchStream` in http response. In `CoprStream`, the recordbatch stream data type...
### What type of enhancement is this? API improvement ### What does the enhancement do? Add CSV, and framework to support other formats, to our http `/sql` api. This allows...
I hereby agree to the terms of the [GreptimeDB CLA](https://gist.github.com/xtang/6378857777706e568c1949c7578592cc) ## What's changed and what's your intention? While cleanup residual code review suggestions in #474 , I just realized this...
In emacs we use M-. for going to the definition of current symbol and M-, to get back. It's nice to add support for that in this keymap. Thanks!