-
Connector-X is renowned for its swift data table queries,
but I need to retrieve results that require several steps of computation through temporary tables, like
```
CREATE TEMP TABLE t1 AS ...; …
-
**Describe the bug**
The steampipe query shell has different behavior than native postgres client(s) when interacting with `date` and `timestamptz` (timestamp with time zone) data types.
When connec…
-
# Feature Request
In [this PR](https://github.com/eclipse-edc/Connector/pull/4612) we had to add the support for the ``, `=` as well.
Both for in memory and for Postgresql operations.
## Whic…
-
### Library name and version
Azure.Maps.Search 2.0.0-beta.2
### Query/Question
Where did MapsSearchClient.SearchAddressAsync go? I see the whole list of methods has been replace in the version 2.0.…
-
We've encountered a valid scenario with one of our customers that the RI009 query doesn't currently cover. Could you please work on this to ensure it's properly handled?
Scenario : party_join_date
-
When getting an item with a subset of attributes for an entity with hidden timestamps, the send() method fails with 'missing required attribute for formatting '_ct'.
dynamodb-toolbox version : 1.13…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
``` SQL
CREATE TABLE `t62b91e77` (
`col_16` time DEFAULT '14:0…
-
**Build Scans:**
- [elasticsearch-periodic #4989 / openjdk22_checkpart2_java-matrix](https://gradle-enterprise.elastic.co/s/unt44guo7hygw)
- [elasticsearch-pull-request #42767 / part-2](https://gradle…
-
The following Python code was returning accurate results for several months. In tests with results showing up properly on craigslist, the library is returning 0 results using the same query.
```
…
-
Here's the use case, I wish to perform a random access `take` of a dataset, given some indices which was obtained by some query beforehand. Effectively I wish to implement my own sampler (I can't use …