Skip to content

Conversation

psteinroe
Copy link
Collaborator

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

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

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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