-
Notifications
You must be signed in to change notification settings - Fork 24
Support for Babelfish v.5.2.0 (17.5) and v.4.6.0 (16.9) #145
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
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
17b9c3e
Support for Babelfish v.5.2.0 (17.5) and v.4.6.0 (16.9)
manisha-deshpande 1bd331a
Fixed pr comment
manisha-deshpande bce02db
Added support for Geospatial functions
manisha-deshpande 1cc09ee
Added support for Alter-view with limitation of dependent trigger
f4e364c
Added list item for Alter View in .cfg file to handle unsupported case
9346567
Update maven.yml
R4hul04 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,8 +40,8 @@ public class CompassUtilities { | |
| public static boolean onLinux = false; | ||
| public static String onPlatform = uninitialized; | ||
|
|
||
| public static final String thisProgVersion = "2025-04"; | ||
| public static final String thisProgVersionDate = "April 2025"; | ||
| public static final String thisProgVersion = "2025-06"; | ||
| public static final String thisProgVersionDate = "June 2025"; | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How sure are we that this is not going to be in May 2025 or July 2025?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Release is scheduled for June 1st week. Will update timestamp incase of delays. |
||
| public static final String thisProgName = "Babelfish Compass"; | ||
| public static final String thisProgNameLong = "Compatibility assessment tool for Babelfish for PostgreSQL"; | ||
| public static final String thisProgNameExec = "Compass"; | ||
|
|
@@ -112,8 +112,8 @@ public class CompassUtilities { | |
| public String targetBabelfishVersionReportLine = "Target Babelfish version : v."; // line in report listing the target version | ||
| public boolean stdReport = false; // development only | ||
|
|
||
| public static List<String> BabelfishVersionList = Arrays.asList("1.0.0", "1.1.0", "1.2.0", "1.3.0", "1.4.0", "1.5.0", "2.1.0", "2.2.0", "2.3.0", "2.4.0", "3.1.0", "3.2.0", "3.3.0", "3.4.0", "3.5.0", "4.0.0", "4.1.0", "4.2.0", "4.3.0", "4.4.0", "4.5.0", "5.1.0"); | ||
| public static List<String> BabelfishPGVersionList = Arrays.asList("13.4", "13.5", "13.6", "13.7", "13.8", "13.9", "14.3/4", "14.5", "14.6", "14.7", "15.2", "15.3", "15.4", "15.5", "15.6", "16.1", "16.2", "16.3", "16.4", "16.6", "16.8", "17.4"); | ||
| public static List<String> BabelfishVersionList = Arrays.asList("1.0.0", "1.1.0", "1.2.0", "1.3.0", "1.4.0", "1.5.0", "2.1.0", "2.2.0", "2.3.0", "2.4.0", "3.1.0", "3.2.0", "3.3.0", "3.4.0", "3.5.0", "4.0.0", "4.1.0", "4.2.0", "4.3.0", "4.4.0", "4.5.0", "4.6.0", "5.1.0", "5.2.0"); | ||
| public static List<String> BabelfishPGVersionList = Arrays.asList("13.4", "13.5", "13.6", "13.7", "13.8", "13.9", "14.3/4", "14.5", "14.6", "14.7", "15.2", "15.3", "15.4", "15.5", "15.6", "16.1", "16.2", "16.3", "16.4", "16.6", "16.8", "16.9", "17.4", "17.5"); | ||
|
|
||
| // minimum Babelfish version; this is fixed | ||
| public static final String baseBabelfishVersion = "1.0.0"; | ||
|
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.