Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: ignore false positive #490

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

Merged
psteinroe merged 3 commits into main from fix/plpgsql-check
Sep 2, 2025
Merged

fix: ignore false positive #490

psteinroe merged 3 commits into main from fix/plpgsql-check
Sep 2, 2025

Conversation

Copy link
Collaborator

@psteinroe psteinroe commented Sep 1, 2025

fixes #489

see issue comment for details

Copy link
Collaborator

@juleswritescode juleswritescode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

cache.put(statement.clone(), r.clone());

Some(r)
}
}

static COMPOSITE_TYPE_ERROR_RE: LazyLock<Regex> =
LazyLock::new(|| Regex::new(r#"\\?"([^"\\]+\.[^"\\]+)\\?" is not a known variable"#).unwrap());
Copy link
Collaborator

@juleswritescode juleswritescode Sep 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brauchen wir den ganzen bleb da vorne oder würde auch ein match auf is not a known variable reichen?

Copy link
Collaborator Author

@psteinroe psteinroe Sep 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wir wollen den error nur ignorieren wenn es sich um ein Feld in einem Composite Type handelt

@psteinroe psteinroe enabled auto-merge (squash) September 2, 2025 19:39
@psteinroe psteinroe merged commit 0265881 into main Sep 2, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@juleswritescode juleswritescode juleswritescode approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

result.next_id/result.next_state is not a known variable pg(syntax)

AltStyle によって変換されたページ (->オリジナル) /