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

Notices #1439

Merged
merged 3 commits into from
Mar 4, 2025
Merged

Notices #1439

merged 3 commits into from
Mar 4, 2025

Conversation

brennanjl
Copy link
Collaborator

This PR adds NOTICE calls to the transaction execution / call result.

It also separates execution errors (which are created by calling ERROR() or by things like primary key conflicts) from internal errors (like the DB being OOM). When calling a view action, it returns this as a separate field. When executing an action, it includes the error as the final log.

Finally, it fixes an issue where ERROR could not be called in a SQL statement (which should have been supported).

@jchappelow jchappelow merged commit de264fa into main Mar 4, 2025
2 checks passed
@jchappelow jchappelow deleted the notices branch March 4, 2025 15:17
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.

2 participants