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

operator does not exist: character varying = bigint #749

Open
Zerotask opened this issue Apr 11, 2024 · 0 comments
Open

operator does not exist: character varying = bigint #749

Zerotask opened this issue Apr 11, 2024 · 0 comments

Comments

@Zerotask
Copy link

Describe the bug
operator does not exist: character varying = bigint

To Reproduce
Steps to reproduce the behavior:

  1. Open a postgres db
  2. Click my report table
  3. See error

Expected behavior
to See the table and not an error

Screenshots
image

Clicking on Reset filter or Reset view doesn't do anything.

"Open query" shows this:

SELECT 
  "basetbl"."id" AS "id",
  "basetbl"."created_at" AS "created_at",
  "basetbl"."updated_at" AS "updated_at",
  "basetbl"."progress" AS "progress",
  "basetbl"."organization_id" AS "organization_id",
  "basetbl"."template_id" AS "template_id",
  "basetbl"."user_id" AS "user_id",
  "basetbl"."source_id" AS "source_id",
  "basetbl"."user_consent_type_id" AS "user_consent_type_id",
  "basetbl"."public_id" AS "public_id",
  "basetbl"."status" AS "status",
  "basetbl"."last_accessed_at" AS "last_accessed_at"
  FROM "public"."reporting_report" "basetbl" 

Version Information (please complete the following information):

  • OS: macOS Sonoma
  • App Version: 5.2.7
  • Install source: installer
  • Type: /Application
  • Database engine: PostgreSQL 16.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant