-
**Enhancement**
ob version 4.3.4.0-ce
Some big report sql will wait the [fast parse] phase 8-30 seconds at the first time, the ob tenant has already been merged.
Here is the query, execute pla…
-
Writing customized connectors to DBMS other than the default three might be desirable. Or, in my case, customize one of the existing three—I'd like to be able to inherit an SQL connector and modify it…
-
Requesting a feature for Foldable component to be able to embed other sql files.
I can think of many useful scenarios, where a "break-down" of data could be presented upon expansion in neat ways on…
-
Is there a reason that fn_cdc_get_all_changes is used to load changes and that we can't use fn_cdc_get_net_changes?
I have a table that is showing over 5m changes with a count on fn_cdc_get_all_cha…
-
### Template for?
CVE-2023-48788
### Details:
PoC
https://github.com/horizon3ai/CVE-2023-48788
-
In SQL QnA, I tried to use postgres instead of singlestore.
In the first js function, it is getting connected to the database and also the schema is printed but the output is not reflected in the pro…
-
**Describe the problem you faced**
Record lookup in a table with record level index results in `None.get` exception.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a table wi…
-
### Link to the coursework
https://docs.google.com/spreadsheets/d/1zPeHxhKkYmdiqXNhMwhfC1A0o1wI0zNiD5Gsks2SYoc/template/preview
### Why are we doing this?
To practice how to use Google Sheets to sto…
-
I keep coming back to JSONiq because it's such an elegant language, and it would be cool if I could use it for an api instead of eg. GraphQL. There's Hasura and similar for the latter that auto genera…
-
Is there a way to query hstore columns using LINQ ?
I would expect something like this to work:
```
public class Product
{
public int Id { get; set; }
//This is correctly set as hstore …