Updated PostgreSQLDialectAdapter to correctly map specific data types…#3983
Draft
jsuhani-2026 wants to merge 4 commits into
Draft
Updated PostgreSQLDialectAdapter to correctly map specific data types…#3983jsuhani-2026 wants to merge 4 commits into
jsuhani-2026 wants to merge 4 commits into
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3983 +/- ##
============================================
+ Coverage 55.70% 63.64% +7.93%
+ Complexity 7237 2542 -4695
============================================
Files 1124 535 -589
Lines 68447 30907 -37540
Branches 7721 3446 -4275
============================================
- Hits 38130 19670 -18460
+ Misses 27843 10215 -17628
+ Partials 2474 1022 -1452
🚀 New features to boost your workflow:
|
50fb009 to
e72f892
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.
9444fa5 to
9691e10
Compare
9691e10 to
8b0175f
Compare
a6cfe2f to
23b5852
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