-
Dolt currently supports creating stored procedures, but does not yet support creating user-defined functions. Stored procedures allow customers to execute custom SQL code, but not directly return resu…
-
I came across it when trying to use the admin page on the django app and it always errors out when trying to use DjangoQL as that seems to use this `explain` function and errors out so you can't actua…
-
I would like to be able to create documentation for views as well.
It would be nice if it would be able to get the fields from the select list or the ability to add the fields manually.
I tried to u…
-
Catalog views cannot be trusted because they can inject custom code. To work with secure environments, an option should exist to disallow this SQL injection technique.
-
This is a great tool and takes away the burden of creating tons of reports for individual clients but just letting them make their own reports. However, there is also my point. How am I supposed to ma…
-
It would be great to have the ability to query and join data across multiple data-sources.
An example of that implementation is used by https://trino.io/
An example query would be"
```
SELE…
-
### Description
Right now, interactive viewers can't explore from here on charts with custom dimensions, because they are only available for developers. We need to find a way to allow `run those cu…
-
**Is your feature request related to a problem? Please describe.**
Many Database Systems (incl. Snowflake and recently also Databricks) support creating views and materialized views for transforming …
-
### Description
I'm currently trying to translate a fairly deep inheritance hierarchy of entities to use Blaze persistence and I'm running into some issues with the query of the view when using Hiber…
-
**Describe the problem**
would like to use AOST on reporting side without having to change the application.
**To Reproduce**
`select ycsb_key from usertable as of system time '-1m' limit 1;`
…