-
```
What steps will reproduce the problem?
1. installation de la base Mysql sur un NAS en local (MariaDB)
2. modification des paramètres de connexion dans le configurateur Openconcerto
3. Erreur suiva…
-
So I was trying to estabilish a Jdbc connection on .NET through this library. Whenever I try to load my Jdbc driver, the following error occurs: **Grpc.Core.RpcException: 'Status(StatusCode=Internal, …
-
## Environment
- DocumentDB JDBC driver version: documentdb-jdbc-1.4.5
- DocumentDB server version:
- OS: MacOS Sonoma 14.3
- BI Tool or client name: Tableau Desktop
- BI Tool or client version:…
-
### Describe the bug
Since the last update pivot tables arent showing row totals and column totals when rendered on a dashboard
![dashboard](https://github.com/metabase/metabase/assets/5811646/7f8…
-
Hi,
It seems that 'lowercase_column_names' parameters does not work in some configuration.
My SQL statement converts all name in camel case and I can clearly see that in the filter stage, all names …
-
The jdbc import is starting every minute. The last row from the previous import is imported with the new import again. This means that on every import job we have 1 double row.
```
jdbc {
jdb…
-
```
Executing follwing update sql script:
alter table CHARGE_SUMMARY add (START_TIME number(19,0));
update CHARGE_SUMMARY set START_TIME=END_TIME where START_TIME is null;
alter table CHARGE_SUMMARY m…
-
### Description
I have a table that has a GENERATED ALWAYS column (`name_sort_calc` below):
```
CREATE TABLE public.cfg_part_types_test (
id int4 GENERATED BY DEFAULT AS IDENTITY( INCREMENT BY …
-
After a few hours of execution i saw this error, any solution?.
java.sql.SQLException: ORA-01002: fetch out of sequence
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:450)
at oracl…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When querying a oracle DB which returns a CLOB/BLOB datatype, the parsing engine fails and an…