Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Constraint Validation API changes #310

Closed
alex-dukhno opened this issue Sep 12, 2020 · 0 comments · Fixed by #316
Closed

Constraint Validation API changes #310

alex-dukhno opened this issue Sep 12, 2020 · 0 comments · Fixed by #316
Assignees
Labels
C-Query Engine Execution SQL Query Engine E-Hard Task needs discussion or investigation help wanted Extra attention is needed P-High High priority T-Enhancement New feature or request

Comments

@alex-dukhno
Copy link
Owner

alex-dukhno commented Sep 12, 2020

Investigate or/and develop changes to Constraint API such that it could accept ScalarValue and produce Result<T, ConstraintError>.
T is SqlType dependent, for example for SqlType::SmallInt T has to be i16, for SqlType::Integer - i32, for SqlType::BigInt - i64 and so on.

@alex-dukhno alex-dukhno added C-Query Engine Execution SQL Query Engine E-Hard Task needs discussion or investigation help wanted Extra attention is needed P-High High priority T-Enhancement New feature or request labels Sep 12, 2020
@alex-dukhno alex-dukhno added this to the 0.1.4 milestone Sep 12, 2020
@alex-dukhno alex-dukhno self-assigned this Sep 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C-Query Engine Execution SQL Query Engine E-Hard Task needs discussion or investigation help wanted Extra attention is needed P-High High priority T-Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant