-
**Use case**:
Postgres compatible tools like Datagrip are using cast like `::oid` in queries. They fail, as CrateDB doesn't support an `oid` datatype yet.
**Feature description**:
As a db tool en…
-
Botan cannot store OIDs with large _subidentifiers_. The standard (ITU-T X.660, ITU-T X.680) does not limit the number range on any subidentifier other than the root arc and some secondary identifiers…
-
Hi,
the OID_REDIRECT_PATH always resolves to http://localhost/
however if you want to resolve to a different url (e.g. when using this with AWS cognito), this fails
-
Taken from the current TODO file:
```
Important things:
- OIDplus must be able to handle large amount of OIDs, e.g. 100.000 OIDs in a branch. It don't need to be perfect, but it must not crash th…
-
# Summary
Add a batch process that takes an existing parent object and replaces it’s child object’s images with images from Preservica.
# Acceptance Criteria
- [ ] Test current feature work in UAT
- […
-
The data returned from the search API should be something like this:
```json
[
{
"collection": "person",
"_id": "8645acbb85u1094",
"firstName": "sam",
"lastN…
-
### Current behavior 😯
gix clone https://git.zx2c4.com/sha256-oid-test fails with `Error: failed to fill whole buffer`
Note that this repository contains only a README.md file which says "This rep…
-
### System information
- **Ubuntu 18.04**:
- **FiftyOne installed from pip**:
- **FiftyOne version v0.13.2**:
- **Python 3.6.9 (virtual env)**:
### Commands to reproduce
```python …
-
First of all, thank you guys for having developed this extension.
There is one little bug, when several functions are defined with the same name but different sets of parameters, for example:
1) f…
-
When I repeatedly execute the following SQL in sequence:
select * from dynamic_query($$ select (1,2) $$) as t(a record[]);
select * from dynamic_query($$ select '{a}'::varchar[] $$) as t(a varchar[]…