-
## Description
I want to express a specific update pattern in SeqQL, but there is no way to do so in the query builder.
As far as I can tell from parusing the source code, the only time the spec…
-
- [x] remove test Doctype from code https://github.com/frappe/frappe/pull/17598
- [x] Validate and warn if protocol expectations aren't met!
- [ ] clearly document what parts of ORM work with virtu…
-
**Is your feature request related to a problem? Please describe.**
In an example such as ClickHouse, there are many settings that can be applied at the server, session, or query level to optimize p…
-
When using Table Valued Parameters in SQL Server, an attempt to use `.ToQueryString()` generates the following rather strange and invalid line for the parameter.
```sql
DECLARE @p1 structured = ;
`…
-
**Describe the bug**
Metabase's graphical query builder adds `LIMIT 1048575` to the generated SQL:
This can cause some queries to run much slower than they would without the `LIMIT`. In my cas…
-
Hello ,
I try to create a collation and use it on a column by using fluent configuration.
The issue is that when I execute EF Core migration command "update-database", the generated SQL to associa…
-
### What version of `drizzle-orm` are you using?
0.30.10
### What version of `drizzle-kit` are you using?
0.21.4
### Describe the Bug
In a query such as the one below the table is named `agent_ac…
-
### Chart Name
bookstack
### Chart Version
0.17.2
### Bug Description
Hello,
Enabled CronJob failing with the same configuration of environment variables as Deployment.
### values…
-
**Describe the problem**
The latest version of the CockroachDB (5cf0823e2ab46) shows `Internal Error` when executing the following query:
```
EXPLAIN SET TRACING = 0;
```
**To Reproduce**
…
-
### Describe what you want
Drizzle ORM supports `SELECT` queries in CTEs (`WITH` clauses). From the docs:
```ts
const sq = db.$with('sq').as(db.select().from(users).where(eq(users.id, 42)));
con…