-
## Tasks
1. [ ] GitHub > [repository] > Settings
1. [ ] General
1. [ ] Pull Requests
1. [ ] Uncheck `Allow merge commits`
1. [x] Check `Allow auto-merge`
…
-
Per SO question: https://stackoverflow.com/questions/48254280/why-does-jdbi-bind-fail-with-function-as-parameter/48255296#48255296
Oracle does not allow `Types.OTHER` for untyped nulls, but it does…
-
**Describe the bug**
A query with two `PASTE JOIN` and `GROUP BY` gives a logical error on the latest head.
**How to reproduce**
Run:
https://fiddle.clickhouse.com/1afb1b88-c0eb-49e4-b768-cc9126…
-
PG15 introduced support for security invoker views. All views before PG15 are security definer views.
A security definer view checks privileges of the view owner, rather than checking for permissio…
-
### Proposal:
searchd uses a fair amount of CPU on my server, so I decided to attach perf to see what took most of the time.
The following is mostly observations I've made, without having investig…
-
**What is your situation?**
- is there a difference between the performance you expect and the performance you observe?
A user expected follower reads to be faster than non-follower reads. They obse…
-
-
I haven't tested this out in the cloud db yet, so I don't know if it's just a problem with the emulator.
I have a collection called social-data and I get a DocumentClientException with syntax erro…
-
### Is your feature request related to a problem?
The main problem that the Dex repo contains a lot of different connectors with various features, purposes, original authors, tests coverage, etc.
…
-
Citus version: 10.0
Customer reported issue.
**Steps to repro:**
CREATE TABLE reference_key (id int, s text);
SELECT create_reference_table('reference_key');
citus=> UPDATE reference_key SET s=…