-
UUIDv7 was shipped in #139 (and is included in v1.5.0), but appears to have skipped the [part of the spec that expects monotonic ordering for batch creation](https://datatracker.ietf.org/doc/html/draf…
-
### What version of `drizzle-orm` are you using?
0.30.3
### What version of `drizzle-kit` are you using?
0.20.14
### Describe the Bug
`drizzle-kit push:pg --config drizzle.config.ts` tr…
-
ClickHouse supports [UUIDs](https://en.wikipedia.org/wiki/Universally_unique_identifier) through a [UUID data type](https://clickhouse.com/docs/en/sql-reference/data-types/uuid) and various [utility f…
-
# Bug report
- [X] I confirm this is a bug with Supabase, not with my own application.
- [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
### Is there an existing issue already for this bug?
- [X] I have searched for an existing issue, and could not find anything. I believe this is a new bug.
### I have read the troubleshooting guide
…
-
I have several unanswered questions, here are two of them I can think of at the moment:
1. Do `read_concurrency` and/or `write_concurrency` work with `:ets.update_counter/4` at all?
2. Would using…
-
I thought it might be possible to use https://liosk.github.io/uuidv7/classes/UUID.html#getVersion to know if a value is a uuid v7.
Is that so ad if true, how do I access UUID?
It does not seem t…
-
Ash uses Ecto to generate new UUIDs. These are generated by the database and limited to version 4. Version 7 has the benefit of being ordered chronologically, which is both useful for some use cases…
-
Hi,
I'm in some need for a time generator which our app uses to identify unique log elements streamed to various interested users. I'm no expert on UUIDs, but it seems to be a popular data element…
-
In a previously working app I am suddenly no more able to query data.
Or rather: it seems that only raw queries work.
This is my boiled down component:
```ts
import { useEffect } from 'react'
…