-
**Is your feature request related to a problem? Please describe.**
I'm using goqu for building Clickhouse queries, and it's not possible to create a custom join syntax that's not in a typical SQL s…
-
## 🐛 Bug
I started noticing "column 'id' is ambiguous" errors in the prod logs. It seems to have something to do witih teamables and general search and pagination total counts.
## 🦋 Expected Behav…
-
### Bug description
`npx prisma migration` produces duplicate `@SQL` declaration that results in
```cmd
Database error code: 134
Database error:
The variable name '@SQL' has already been decl…
-
Hi,
I'm having an issue with using where expr with parametrized INTERVAL.
Code:
```
d := 3
builder := r.StatementBuilderType.
Delete("test").
Where(squirrel.Expr("expiry
-
Hello, I just installed this library, but I encountered a problem with the examples in the documentation.
I tested the example of the `LEFT JOIN`, but this didn't work:
```
-
### What happened?
System.Data.Common.SqlDbType
https://learn.microsoft.com/en-us/dotnet/api/system.data.sqldbtype?view=net-8.0
doesn't have a
Numeric
type, thats why we unfortunately see this er…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Environment
```Markdown
- Version or commit-id (e.g. v0.1.0 or 8b23a93):
- Hardware parameters:
- OS…
-
### LanceDB version
v0.8.2
### What happened?
I want to find the embeddings for a set of documents by looking them up in the database. The documents may contain arbitrary characters and so I …
-
This is more like a question than an issue.
Is there a way to use a select sub query inside the `WHERE IN`?
something like:
`WHERE post.id IN (
SELECT some_value_id FROM user
WHERE id = $…
-
### Describe the bug
[Slack discussion](https://metaboat.slack.com/archives/C01LQQ2UW03/p1727455003198629)
[AVG function in Redshift returns an integer for integer columns](https://docs.aws.amazon…