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

fix(document-store): jansLevel datatype mismatch error in pgsql #8519

Closed
pujavs opened this issue May 15, 2024 · 1 comment
Closed

fix(document-store): jansLevel datatype mismatch error in pgsql #8519

pujavs opened this issue May 15, 2024 · 1 comment
Assignees
Labels
kind-bug Issue or PR is a bug in existing functionality

Comments

@pujavs
Copy link
Contributor

pujavs commented May 15, 2024

Describe the bug
Error: Getting error on saving a document jansLevel is of type integer but expression is of type character varying\n Hint: You will need to rewrite or cast the expression.\n Position: 250"
Env: PgSQL
image

**Datatype mismatch:

  • In Document class jansLevel is defined as string
  • In schema it is defined as integer
    image
    image
@shekhar16
Copy link
Contributor

changes has been merged closing this ticket. let me know if anything needed,.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

No branches or pull requests

4 participants