-
### Describe what you want
- SQLite's maximum integer value is `9223372036854775807`
- JavaScript's [maximum safe integer] is `9007199254740991`
[maximum safe integer]: https://developer.mozilla.…
-
**My node version is 21**
What Medusa has to do with oracledb ?
------------------------------------------------------------------------------------------------------------------
Failed to co…
-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.2
### Describe the Bug
Drizzle-ORM queries relations from PostgreSQL as JSON arrays. …
-
### What version of `drizzle-orm` are you using?
?
### What version of `drizzle-kit` are you using?
?
### Describe the Bug
From drizzle-kit-mirror repo.
https://github.com/drizzle-team/drizzle…
-
Errors while trying to build the solution.
The type or namespace name 'IOverClause' could not be found (are you missing a using directive or an assembly reference?) EntitySpaces.ORM.PostgreSQL (net…
vidur updated
12 months ago
-
O tipo uuid do PostgreSQL não é e não pode ser comparado com um tipo string padrão.
Quando se possui uma tabela no PostgreSQL com um campo (PK ou não) do tipo uuid e se usa o método Find do ORM sob…
-
### Symfony version(s) affected
6.4.9
### Description
Validating with invalid UTF8 strings with the `UniqueEntityValidator` leads to SQL errors when using PostgreSQL (likely other SQL flavors too),…
-
### What version of `drizzle-orm` are you using?
0.30.6
### What version of `drizzle-kit` are you using?
0.20.14
### Describe the Bug
While using the migrate client I'm getting:
`PostgresError: …
-
I have the following docker compose
```yaml
setup-db:
build:
dockerfile: ./tools/Dockerfile
environment:
DATABASE_URL: postgresql://postgres:local@db:5432/postgres
com…
-
i.e if I have a field `featureFlags` which is declared as `text[]`
and I try to do
```
$this->em->createQuery("
SELECT u FROM App\Entity\EndUser u
WHERE …