-
When determining unique constraints, the JoinNode expects the left side of the predicate to belong to the left input.
A quick fix would be the following:
```diff
diff --git a/src/lib/logical_qu…
-
I'm trying to save package titles and descriptions in my package index. However, I'm getting the following error:
``` r
withr::with_tempdir({
download.packages("cranlike", ".")
cranlike::cre…
-
-
### Description
In ATLAS, there’s a unique constraint on DID GUIDs:
https://github.com/rucio/rucio/blob/9e3f89424ebf451662c27dab6125b1b9881b898f/etc/sql/oracle/schema.sql#L353
It prevents a ROO…
-
### Search first
- [X] I searched and no similar issues were found
### Description
liquibase `diff-changelog` produces unnecessary changelogs for missing unique constraints:
It first crea…
-
As I was going through the application today I noticed that in almost every case where we are requiring [uniqueness via scope](https://guides.rubyonrails.org/active_record_validations.html#uniqueness)…
-
# User Story:
As a Metaschema-enabled software developer, I want more flexible reporting for a variety of constraints not just `expect`, so I would like the ability to add a `message` to the follow…
-
`ALTER TABLE DROP CONSTRAINT` cannot be used to drop `UNIQUE` constraints. This is allowed through `DROP INDEX CASCADE`.
Epic: CRDB-10239
Jira issue: CRDB-5317
-
since a var can only have exactly one value, it is desireable to have a
constraint that each var is used only once in the context of it's `environmentVars` container.
_Originally po…
-
```
What steps will reproduce the problem?
1. Apply the upgrade migration below.
2. Downgrade the migration.
[Migration(2)]
public class Test_001 : Migration
{
public override void Up()
{
…