-
### Version
1.27.0
### What happened?
I wanted to use `sqlc compile` to check sql syntax errors, but I didn't get what I expected.
The following schema and queries were copied from sqlc documen…
-
**Describe the bug**
The dropdown in the **Export** db menu does not show all the schemas for a given database.
It only shows default schemas. **Not selecting the right schema is blocking me from ex…
-
When using a custom schema
```
export default defineConfig({
dialect: new PostgresDialect({
pool: new Pool({
connectionString: process.env.DATABASE_URL,
}),
}),
plugins: …
-
# Database Schema
- [x] Contains correct datatypes
- [x] Contains appropriate constraints/details
- [x] primary key
- [x] not null
- [x] unique
- [x] indexed
- [x] foreign key
- [x] …
-
### Details
[22:15:28] Could not add database malformed database schema (tmpPersonResourcePage)
- near "ORDER": syntax error;
malformed database schema (tmpPersonResourcePage) - near "ORDER": s…
-
# Database Schema
- [x] Contains correct datatypes
- [x] Contains appropriate constraints/details
- [x] primary key
- [x] not null
- [x] unique
- [x] indexed
- [x] foreign key
- [x] …
-
The proposal is to enable `goose` to drop the current database schema. This is usually done with tools like `pg_dump`.
Now, this would require the user to have this executable in their `$PATH` _or_…
-
### Version
1.27.0
### What happened?
When overriding int8 to uint it is not respected when using syntax like `.... _id = ANY($1::int8[])`;
Generated function creates int64 parameter instead of ui…
-
### The problem
Hello,
I noticed a small issue on the /alerts page: the columns appear to be sortable (e.g., by rule name, hostname, location...), but clicking on them doesn’t have any effect.
…
-
when I run
```
npx prisma migrate dev
```
got this error
```
Environment variables loaded from .env
Prisma schema loaded from prisma\schema.prisma
Datasource "db": PostgreSQL database
E…