-
This one has been already discussed in #296 and #352. I wanted to gather the findings, outline the problem and propose what can be done.
It doesn't have to be implemented this way, this is just a s…
-
### Bug description
Hello!
I have the following schema.prisma.
```
generator client {
provider = "prisma-client-js"
}
datasource db {
provider = "postgresql"
url = env("DAT…
-
### What version of `drizzle-orm` are you using?
0.31.0
### What version of `drizzle-kit` are you using?
0.22.1
### Describe the Bug
One of my columns is of type `vector` (from the `pgvector` ext…
-
Things to keep in mind :
- It's not just making UuidV7Generator.New(DateTime) public
- Most of the time, calls to UuidAdvanced.NewV7FromADateTime (name not final) shouldn't interfere with calls to U…
-
### Describe the bug
If GuidsV7 are added to NET9, SQLServer inserts them in a way, so the index still gets fragmented (see issue: https://github.com/dotnet/runtime/issues/103658)
There should be a n…
-
テーブルのIDで使うデータフォーマットについて考える。
候補としては以下辺り
- integer
- UUID
- ULID
現状はsqliteを使う予定だが、将来的にMySQLやPostgreSQLを使うことも見据えて考える。(spannerを使うことはほぼ無いだろうが、一応頭の片隅には置いておく)
-
## Feature Description
I would like to be able to specify/inject/extend the strategy used for [PrimaryGeneratedColumn](https://github.com/typeorm/typeorm/blob/master/src/decorator/columns/PrimaryGe…
-
### Introduction
This change introduces a UUIDv7 requirement for dialogIds, transmissionIds and activityIds
### Description
To avoid fragmentation issues caused by the inherit randomness of UUIDv4 va…
-
jdvor updated
1 month ago
-
According to the standard:
* The version field should be filled with 0111 (base 10 => 7)
* The variant field should be filled with 10 (base 10 => 2)
I checked with other UUIDv7 generators (as i…