-
**System Details**
- OS: Arch Linux using Linux kernal: x86_64 Linux 6.8.9-arch1-1
- Thorium Version: 123.0.6312.133 (Official Build) stable, built on Ubuntu (64-bit)
**Problem**
Content viewe…
-
Set `storage.sstable.compression_algorithm` to `zstd`.
There are likely some tests that will need to be altered to take into account SSTable size after being compressed with zstd, rather than snapp…
-
### Parent Issue
_No response_
### Problem Statement
We have a 'What I am' field in CubeJS that tell us if the Request is a Page or a File hit, if the request is not neither of them then we are set…
-
Add tests for the following statements to `TestFakerQueries`
* ALTER TABLE name RENAME TO
* ALTER TABLE name SET PROPERTIES
* COMMENT ON TABLE
* COMMENT ON COLUMN
-
### What version of `drizzle-orm` are you using?
0.29.3
### What version of `drizzle-kit` are you using?
0.20.14
### Describe the Bug
Every time I try to alter the table, the migration …
-
Follow-up from #19. Quoting Hanneman&Riddle
> Effective size of the network (EffSize) is the number of alters that ego has, minus the average number of ties that each alter has to other alters. Supp…
-
Hello,
Perhaps I'm missing something and I checked the documentation but couldn't figure this out yet. Is there any way to remove egos based on some attribute from an egor object after it has been …
-
**Describe the unexpected behaviour**
`ALTER TABLE t RENAME COLUMN key TO key_new` for the following table:
```
CREATE TABLE t
(
`key` DateTime64(9, 'America/New_York')
)
ENGINE = MergeTree…
-
Thank you for creating this tool. I notice that it works inconsistently - sometimes the game ignores the edited amount altogether, and sometimes it works. I'm trying to figure out the sequence for s…
-
**Is your feature request related to a problem? Please describe.**
support `support ALTER TABLE ... ALTER COLUMN ... RESTART WITH ...
Example
`ALTER TABLE "People" ALTER COLUMN "Id" SET INCREME…