-
All of the major relational databases allow null values in unique key constraints.
As a workaround I could use unique indexes instead of alternate keys, but I would appreciate the semantics of a uniq…
-
Problem:
Prefer to use a NOSQL database to store test reports. NOSQL databases typically require json format because its a relational database.
Solution:
Provide robotframework with the abili…
-
**Is your feature request related to a problem? Please describe.**
I want to store lots of [DocumentReference](http://hl7.org/fhir/documentreference.html) FHIR resources with corresponding Attachmen…
-
**Is your feature request related to a problem? Please describe.**
My company would like to utilize Apache AGE. However, we use Ruby as our primary programming language. Consequently, we will need a …
-
### Background
Baserow is an open-source online database tool (under MIT license). Users can use this no-code platform to create a database without any technical experience. It lowers the barriers to…
-
### Skill Name
MSSQL
### Why?
MSSQL (Microsoft SQL Server) is a popular relational database management system developed by Microsoft. It is widely used for enterprise-level database solutions due t…
-
### What would you like to happen?
additional metadata will help to identify if a `@Transform` or `@Action` works on files, databases (relational and NoSQL), is input/output etc.
on the property …
-
## Overview
Would be nice to include the apache age extension for graph database.
> [Apache AGE](https://age.apache.org/#) is an extension for PostgreSQL that enables users to leverage a graph…
-
### What type of enhancement is this?
API improvement, User experience
### What does the enhancement do?
From [Wikipedia](https://en.wikipedia.org/wiki/Primary_key), the primary key uniquely specif…
-
**Describe the problem**
internal error: column 21 not in input
**To Reproduce**
```sql
create table t1 (c1 int4 primary key);
insert into t1 (c1) values (1);
SELECT
1
FROM
(select (s…