-
### Description
After installing dBeaver i've been caught in this issue where some texts are unable to read
Already tryed reinstalling but didn't work
![image](https://github.com/dbeaver/dbeave…
-
### Description
I'm failing to get the "Element Fields" selection to display for any Entries field I want to map to – regardless of if I only have a single Entry Type available for the field. Works…
-
```
I use PostgreSQL ODBC driver to connect to H2 database, call SQLNumResultCols.
First, I create a table like this:
CREATE TABLE t ( f VARCHAR(20) NOT NULL )
And then, as the 1st case, I do:
SELEC…
-
```
I use PostgreSQL ODBC driver to connect to H2 database, call SQLNumResultCols.
First, I create a table like this:
CREATE TABLE t ( f VARCHAR(20) NOT NULL )
And then, as the 1st case, I do:
SELEC…
-
```
I use PostgreSQL ODBC driver to connect to H2 database, call SQLNumResultCols.
First, I create a table like this:
CREATE TABLE t ( f VARCHAR(20) NOT NULL )
And then, as the 1st case, I do:
SELEC…
-
```
I use PostgreSQL ODBC driver to connect to H2 database, call SQLNumResultCols.
First, I create a table like this:
CREATE TABLE t ( f VARCHAR(20) NOT NULL )
And then, as the 1st case, I do:
SELEC…
-
```
I use PostgreSQL ODBC driver to connect to H2 database, call SQLNumResultCols.
First, I create a table like this:
CREATE TABLE t ( f VARCHAR(20) NOT NULL )
And then, as the 1st case, I do:
SELEC…
-
### Expected behavior
```
// 1
var users = dsl.selectFrom(USERS).where(USERS.ID.in(3L)).fetch();
System.out.println(users);
// 2
var multiUser = DSL.multiset(dsl.selectFrom…
hemju updated
1 month ago
-
### Describe the bug
When pivoting data with multiple groupings the CSV export will not show all groupings.
### To Reproduce
1. Create a random question
2. Group it by two groupings
3. Visualize …
-
### Describe the bug
We recently tested the custom percentile expression feature in Metabase version v0.47.5, utilizing MariaDB version Jammy (11.1). Upon executing the custom percentile expression…