-
I have a simple Spring application that sends SQL statements to an ImmuDB instance running inside a Docker container.
Up to five such statements can be sent successfully, the sixth however causes t…
-
**Describe the problem**
For the query 2 in TPC-H benchmark:
```sql
select
s_acctbal,
s_name,
n_name,
p_partkey,
p_mfgr,
s_address,
s_phone,
s_comment
f…
-
### Describe the usage question you have. Please include as many useful details as possible.
I have an iceberg table with column type "TIMESTAMP_WITH_TIMEZONE"
When I run my flight_sql jdbc clie…
-
Hello 😁!
I'm very interested in using Worklenz. I've looked into alternatives, including Plane, and while both look promising, Worklenz seems to align more with my team.
I've attempted many tim…
-
### Benefit
The Open SGID needs to stay current with support.
### Acceptance Criteria
- [ ] Research minimum version that can support the most esri clients
- [ ] Upgrade the database
### Notes
…
-
### Describe what you want
Currently, the default behavior of Drizzle will turn arrays into either its singular element, or a record. This behavior is unintuitive, when you're trying to pass in an ar…
-
I followed the installation steps
```bash
composer require nl.idaas/laravel-openid-connect
php artisan migrate
php artisan passport:install --uuids
php artisan vendor:publish --provider="Idaas\…
-
**What is the bug?**
The generated TPCH table files have uploaded to S3. For example, create a parquet table with extended S3 location:
```sql
USE tpch_sf_1;
CREATE TABLE `lineitem` (`l_orderkey` …
-
Hi,
I was made aware of a problem when user have around 30 groups, the token exchange will fail with a HTTP 500. Upon investigation, The `AccesstokenIssued` event of the exchange have showed up in…
-
On SQL Server the code in clients.py->list_tables() is not returning correct results.
This is the current code:
```
def list_tables(client, schema_name):
"""Return a list of tables in the DB…