-
### Bug Report
| Q | A
|-------------------------------------------- | ------
| Version | 4.2.1
| Previous Ver…
-
Currently scylla creates statement id based on query text hash.
But, there are three cases when query text hash can stay the same, but data schema is being changed:
1. `select * from table`. If you …
-
I have a table defined with `schema` property.
```
export class SomeTable extends BaseTable {
readonly table = 'some_table';
readonly schema = 'diff_schema';
}
```
When I'm trying to inse…
kvcpr updated
4 weeks ago
-
Hi there,
I'm trying to compare some html where there is 1 table in the first and 2 tables in the second compare string.
First html string being compared:
```
…
-
### What happens?
i built pg_mooncake from source with postgresql 16.4 (rhel patched version) headers, and got,
```log
src/pgduckdb/pgduckdb_table_am.cpp:464: sorry, unimplemented: non-trivial de…
-
Currently the html table with all the active submissions and links to diffs etc are published on canvas.
Can it be moved to a dedicated gitlab repository instead?
-
In our 1-month benchmarks we create diff-of-diff plots comparing the change in GC-Classic species between versions with the change in GCHP species between versions. This is a good way to identify GCHP…
-
Add option to include in summary detail information about checks.
For CICD it will be very usefull to add option to provide detail information for checks in summary, and not only mark
Checks of Da…
-
Throwing a lot of chatgpt's suggestions, can't seem to actually get the amount of tr's I get on my screen (always 40) even when i change all these values, basically I just want an extremely compact vi…
-
# Bug report
### Bug description:
`difflib.HtmlDiff.make_table` (and `make_file` as well) generate non-deterministic results without this being documented anywhere.
Background: I am using this func…