Skip to content

fix(sync-engine): apply schema default early (#227)#232

Merged
kevcodez merged 1 commit intostripe:mainfrom
cescox:fix/schema-default-227
Dec 3, 2025
Merged

fix(sync-engine): apply schema default early (#227)#232
kevcodez merged 1 commit intostripe:mainfrom
cescox:fix/schema-default-227

Conversation

@cescox
Copy link
Copy Markdown
Contributor

@cescox cescox commented Dec 2, 2025

Fixes #227

this.config.schema was accessed directly in SQL queries but the default was only applied when creating PostgresClient. This applies the default at constructor start.

@kevcodez kevcodez merged commit fbddf4c into stripe:main Dec 3, 2025
2 checks passed
@cescox cescox deleted the fix/schema-default-227 branch December 3, 2025 17:32
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 0.47.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Subscription webhooks fail because schema resolves to "undefined" instead of default "stripe"

2 participants