Max Stepanov
Max Stepanov
`{EXPLAIN | DESCRIBE | DESC}` is regular mysql statement which returns table columns list. We should avoid of return non-standard answers on standard queries. Therefore we need another statement to...
At the moment we return icons for handlers by general `GET /handlers` route. Icons are return in svg or base64, which is not effective. We need new endpoint to return...
We have workaround in caching_sha2_password auth if connection use ssl: we ask client send pw clear. By some reason this workaround does not work with DG.
In all of our syntax examples in the doc we use square brackets as variable mark, for example: https://docs.mindsdb.com/sql/create/predictor/ Usually `[]` is used to indicate an optional block: https://dev.mysql.com/doc/refman/8.0/en/select.html https://www.postgresql.org/docs/current/sql-select.html...
Theme is close to the https://github.com/mindsdb/mindsdb/issues/2794. How we want to store data of ML handlers? What we need to change, to make 'PREDICTORS' be suitable for other ml handlers? Current...
At the moment 'CREATE PREDICTOR' syntax is mostly Lightwood specific. Since we want to add another l frameworks as a handlers, we need to be sure 'CREATE PREDICTOR' may be...
## Description Simple auth for HTTP and routes to get and edit username/password **Fixes** #(issue) ## Type of change (Please delete options that are not relevant) - [ ] 🐛...