-
We should use the builder defined here https://github.com/G-Research/yunikorn-history-server/blob/main/internal/database/sql/builder.go
Example usage - https://github.com/G-Research/yunikorn-history-…
-
**Describe the bug**
Getting the following error when trying to sign-in with Apple when the account already exists:
```
LibsqlError: SQL_PARSE_ERROR: SQL string could not be parsed: near WHERE, "No…
-
We are currently exposing the complete SQL statement for each query but this is not very maintainable when we start adding filters that are applicable to several queries (like labels or annotations)
…
-
**Describe the problem**
For query 7 in TPC-H benchmark:
```sql
select
supp_nation,
cust_nation,
l_year,
sum(volume) as revenue
from
(
select
n1.…
-
Running:
```
dsync -i 'src/schema.rs' -o 'src/generated_models' -c 'diesel::pg::Pg' --single-model-file
```
Which produces a bunch of files with a bunch of errors.
### 0
For example, this on…
-
### Code
I'm a Rust newbie and working in a largeish production codebase, so difficult to find something minimally reproducible, but getting a pretty gnarly compiler bug internally. Just comes from r…
-
I have an issue with the .Contains query translation in Cosmos.
The problem is as follows:
My entity has an enum discriminator type, I want to serialize this to a string for better readability. Now wh…
-
### Describe what you want
## Summary
Developers should be able to define CTEs using the `sql` escape hatch.
## Current State
CTE definitions use a query builder that can be of type `TypedQuery…
san4d updated
2 months ago
-
## Problem
After trying out most of the available libraries for type safe database access in TypeScript, I believe Prisma is the best there is. With that being said, I believe that including a SQL …
-
### Describe the bug
When converting a trend widget sql question to native sql the representation / visualisation differs from the one with the query builder. The range is displayed to the user and…