-
Notifications
You must be signed in to change notification settings - Fork 15
feat: add ensure_flow_compiled function with dev/prod mode support #466
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
base: 11-30-feat_core_add_flow_creation_and_deletion_functions
Are you sure you want to change the base?
Conversation
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
View your CI Pipeline Execution ↗ for commit 4cd34c0
☁️ Nx Cloud last updated this comment at |
f6e0c1b to
6e8539f
Compare
6e8539f to
cbfdb88
Compare
09c6368 to
abd6e12
Compare
abd6e12 to
0bdfc08
Compare
cbfdb88 to
4cd34c0
Compare
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-466.pgflow.pages.dev 📝 Details:
_Last updated: _ |

Add
ensure_flow_compiledfunction for flow compilation managementThis PR introduces a new PostgreSQL function
pgflow.ensure_flow_compiledthat manages flow compilation with different behaviors based on environment:The function returns a JSON object with:
status: 'compiled', 'verified', 'recompiled', or 'mismatch'differences: array of text descriptions of shape differences (empty when matching)Comprehensive tests are included to verify all behaviors: