-
### Bug Description:
Если в основном запросе используется группировка (SELECT ... GROUP BY ... FACET ...) то фасеты дают не правильные результаты.
На примере https://play.manticoresearch.com/faceti…
-
**Describe the issue**
Knowledge of ResultSet column nullability is crucial for convenient developer experience (application stability too).
Unfortunately in many cases databases fail with this. PG …
-
From CI: https://github.com/Jarod42/wxDatabase/actions/runs/11632894931/job/32396938912
```
/Users/runner/work/wxDatabase/wxDatabase/src/database/mysql/mysql_preparedStatement_resultset.cpp:134:37…
-
## Bug Report
### Which version of ShardingSphere did you use?
5.5.0 & 5.5.1
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
### Expected…
-
When using postgresql-42.7.4.jar the "org.postgresql.util.PSQLException: Unknown value for ResultSet type
Unknown value for ResultSet type" is triggered.
Java version: openjdk version "1.8.0_422"
…
-
When running a query and getting ResultSet.asMappedResults(), a QueryResultMap is returned. While factually accurate, the QueryResultMap isn't useable since if you assign it to another type/interface …
-
The `db.execute` method currently returns a non-generic `ResultSet` type. However, in some cases, the column and row types are known beforehand. By making `ResultSet` generic, developers could provide…
-
The limit for the maximum number of rows is ignored by the Snowflake driver.
JDBC Driver 3.14.4
Operating system - processor: MacOS - Apple Silicon
Java version 11.0.24
I'm trying to fetch res…
-
### Description
this is the actual, whole resultset of a query:
![whole_resultset](https://github.com/dbeaver/dbeaver/assets/32298624/cb6fac49-f759-48ab-a81c-c7377ef51ab7)
with the below settings…
-
Current implementation reads all rows to the memory before returning ResultSetImpl. Maybe we need lazy implementation of ResultSet which return rows on demand