-
**Задача проекта** - смоделировать изменение балансов студентов.
Для достижения поставленной задачи важно понять:
- сколько уроков было на балансе всех учеников за каждый календарный день;
- как это …
-
Hello! First, thanks for all your work on this app, it's great!
I've been running FaceRecognition for a while now and it's worked quite well for me. I have 90,000 images scanned with 150 people i…
-
## Root Cause Analysis: Type Resolution & Environment Variable Dependencies
### Problem Description
When executing queries with CTEs (Common Table Expressions or CROSS / OUTER Apply operator) that f…
-
-
Using the example from the snowflake-api README, I'm finding that relatively small queries are working fine, but when I run a larger query (larger in terms of resultset size) it seems to hang and neve…
-
Snowflake doesn't support correlated subqueries outside of the `WHERE` clause:
https://docs.snowflake.com/en/user-guide/querying-subqueries#types-supported-by-snowflake
But it supports `LATERAL`:…
-
A clear and concise description of what the bug is.
#### How to reproduce the bug
1. Create a database Connection of type oracle (first qithout enable DML operations)
2. Open SQL Lab and run foll…
-
It would be great if expression serialization also works on subqueries or CTE-queries. At the moment it looks like that it's not going to work because the serializer expects an incompatible `BaseQuer…
-
**Describe the bug**
After upgrading from 1.4 version to 1.5 If I clink on a master subnet (/8 /10 /12) that has a lot subnets inside it takes a 1 minute to show the subnet details page.
Taking a l…
-
Hello everybody,
given a standard many-to-many table like this:
```prisma
model DocumentUser {
userId String @db.Uuid
documentId String @db.Uuid
document Document @relation(fie…