feat(types): add bigint support for PostgreSQL int8 (64-bit integer)#1044
feat(types): add bigint support for PostgreSQL int8 (64-bit integer)#1044akbarfaa wants to merge 2 commits intosupabase:masterfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 📝 WalkthroughSummary by CodeRabbit
WalkthroughAdds special handling for PostgreSQL Comment |
|
This PR has been updated and all Docker tests are now green.
|
This PR extends the original change (bigint support in the TypeScript generator) and adds the required fixes to make the Docker test suite green and stable across environments.
What kind of change does this PR introduce?
Feature + test stability fixes:
What is the current behavior?
What is the new behavior?
Tests
Additional context