Updated PostgreSQLDialectAdapter to correctly map specific data types…#3983
Draft
jsuhani-2026 wants to merge 8 commits into
Draft
Updated PostgreSQLDialectAdapter to correctly map specific data types…#3983jsuhani-2026 wants to merge 8 commits into
jsuhani-2026 wants to merge 8 commits into
Conversation
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (78.33%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #3983 +/- ##
============================================
+ Coverage 55.68% 63.61% +7.92%
+ Complexity 7236 2551 -4685
============================================
Files 1124 535 -589
Lines 68447 30980 -37467
Branches 7721 3462 -4259
============================================
- Hits 38116 19707 -18409
+ Misses 27856 10245 -17611
+ Partials 2475 1028 -1447
🚀 New features to boost your workflow:
|
a6cfe2f to
23b5852
Compare
e71c511 to
de8bb6f
Compare
… (BOOL, TIME, UUID, etc.) to their appropriate IndexTypes Updated the integration tests for PostgreSQL simple primary keys to make sure primary keys of all different data types migrate successfully.
…ated method for generating primary key test rows
de8bb6f to
c195675
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated PostgreSQLDialectAdapter to correctly map specific data types to their appropriate IndexTypes