Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certain state store components disallow storing empty strings #2722

Closed
ItalyPaleAle opened this issue Mar 29, 2023 · 0 comments · Fixed by #2723
Closed

Certain state store components disallow storing empty strings #2722

ItalyPaleAle opened this issue Mar 29, 2023 · 0 comments · Fixed by #2723
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@ItalyPaleAle
Copy link
Contributor

Description

Originally reported by @mPyKen: #2071 (comment)

Certain state stores are not allowing storing values that are empty strings, which are sometimes used by Dapr Workflows. At a quick glance, the error seems to be returned by:

  • Postgres (+ CockroachDB)
  • MySQL
  • Oracle
  • SQLite

It's possible other components have the same issue, even though they may return a separate error message.

We should allow storing empty values, and add a conformance test for that.

Release Note

RELEASE NOTE: FIX Allow storing empty string values in state stores

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant