-
**Is your feature request related to a problem? Please describe.**
Currently, there's no way perform an efficient constrained scan virtual table. That means, if a virtual table utilizes a regular S…
Azhng updated
2 hours ago
-
In the example below, I would expect the `estimate row count` in the output of the last query to be greater than zero.
```sql
CREATE TABLE t (
k INT PRIMARY KEY,
a INT,
INDEX (a)
);
…
-
### Description
The ability to pivot like we have in saved charts, but for SQL runner charts.
-
Hi there.... I was going to ask this in your SinplyTrack repo, but I can't, so I'll do it here if that's OK.
You mentioned that Qt has support for SQL tables (and PySimpleGUI lacks some features th…
-
SQL Server does not natively support the ability to change column order for an existing table via an `ALTER TABLE` statement. As a result, our migrations, when new columns are added, end up having tho…
-
### Version
main branch
### Describe what's wrong
when alter a table, there is an exception:
java.lang.NoClassDefFoundError: org/apache/gravitino/shaded/org/apache/commons/compress/utils/Lists
#…
-
I installed RPresto from current github repo. My dbplyr version is 2.5.0.
tbl(con, 'table_name') is not working. Full backtrace:
```
Error in `as_table_path()`:
! `con` is absent but must be sup…
-
### Description
Right now, there is no way to sort the results table in the SQL runner chart tab.
This is especially important when I add a pivot (because I can't get the sorting in my query re…
-
### Description
When I Open SQL Editor menu Item, like Open SQL Console or New SQL Script, DBeaver application crashes.
### DBeaver Version
Version 24.2.4.202411031831
### Operating System
Ubunt…
-
As of https://github.com/cockroachdb/cockroach/pull/20627, the admin UI computes the approximate on-disk size of tables. However, it makes sense to expose this information programmatically via SQL. Al…