dolthub / dolthub/dolt

create table column does not support multiple check constraint

Open
#8,413 0 comments 0 reactions 1 assignee Claimed by @zachmu View on GitHub
bug
Dominant language
Go
Stars
24.4k
Forks
873
Avg merge
1d 5h
Merged PRs (30d)
108

Description

Repro in Dolt:

```
mysql> create table mytbl1 (pk int, v1 int constraint v1c check (v1 < 100) check (v1 > 0));
ERROR 1105 (HY000): cannot include more than one check constraint in a column definition at position 84 near '0'
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.