-
In PostgreSQL, there is a strict set of criteria which for views that categorize them as "simple views" or "updatable views". https://www.postgresql.org/docs/10/static/sql-createview.html#SQL-CREATEVI…
-
We're also using the [strong_migrations gem](https://github.com/ankane/strong_migrations)
-
Hi,
I just run the Scaffold-DbContext command to generate DBModels. and we also want DB Views to be included in the generated DB Context. but we found the codes are not correct. it should call the …
-
### What version of `drizzle-orm` are you using?
0.35.3
### What version of `drizzle-kit` are you using?
0.26.2
### Describe the Bug
1. Write the following schema
```ts
import { eq } from "…
-
### SnowCLI version
2.8.1
### Python version
3.10.13
### Platform
Windows-10-10.0.22631-SP0
### What happened
My snowflake.yml file is set with the below configurations:
`definit…
-
### Bug description
#### I'm using version 3.1.1
![image](https://github.com/apache/superset/assets/1631375/a29279a5-5918-4e5c-9602-1ea64c828ca7)
#### When I have superset configured in English…
-
### Describe the bug
The current definition accidentally updates all schemas. See reproduction steps for details.
https://github.com/risingwavelabs/risingwave/blob/3c57ef8dd5d26f6eaedf42c169309a0751…
-
## What challenge are you facing?
We have a bunch of complicated queries all over the db package.
## What would make this better?
Lets create views for all these queries so we can keep better…
-
It would be great if we could create views on our tables and get appropriate endpoints as readonly.
## example
```sql
CREATE VIEW brazil AS
SELECT CustomerName, ContactName
FROM Customers
WH…
-