-
## Problem
With PGlite working pretty well with the Prisma client now (https://github.com/electrovir/pglite-prisma-demo), I want to run an in-browser Prisma client instance that uses an in-brow…
-
### Is your feature request related to a problem?
The purpose of this RFC is to consolidate all the different PPL execution engines usage of the PPL specification (ANTLR) and the query to AST constru…
-
Am I the only one encountering this kind of generated query? I've tried using this query, but it doesn't work because it throws an error requiring the type to be numeric.
**Error:**
```
You have …
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Launch a debian/ubuntu VM
2. Install beekepper via flathub
3. Open…
-
During the upgrade to mysql 8.4 (running `update_mysql.bat` in `ibex_utils/installation_and_upgrade`) I saw the following error regarding the DELIMITER command when it finally ran `EPICS\SystemSetup\c…
-
**Describe the bug**
had a chat about the error here: https://discord.com/channels/711271361523351632/1069610909296766998/1308825724760752270
So we have a matching table with these relations
``…
-
Hello, developers,
may I ask You, if ExcelJConnect is standard JDBC driver? How to connect to XLSX in such a tool like SQuirreL SQL Client or any other Java database GUI tool? I tried to set up Ex…
-
The current client doesn't allow queries like "select A, B from table" because it requires "SELECT" instead of "select". The client should accept SQL keywords with lowercase characters.
-
```elixir
{:ok, database} =
Adbc.Database.start_link(
driver: :snowflake,
"adbc.snowflake.sql.account": account,
"adbc.snowflake.sql.user": username,
"adb…
-
### Describe the bug
When using the ClickHouse JDBC driver with JdbcTemplate in a Spring application, a query timeout is set using JdbcTemplate.setQueryTimeout(10). However, when the query exceeds …