Skip to content

Commit 98a9f9f

Browse files
author
Yashneet Vinayak
committed
Support for Babelfish v.5.5.0 (17.8)
Signed-off-by: Yashneet Vinayak <>
1 parent 95b5ffc commit 98a9f9f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

BabelfishCompass_UserGuide.docx

143 Bytes
Binary file not shown.

BabelfishCompass_UserGuide.pdf

1020 KB
Binary file not shown.

BabelfishFeatures.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
# this must always be the first section:
1616
[Babelfish for T-SQL]
1717
# only Babelfish version numbers listed here can be referenced the rules below:
18-
valid_versions=1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0, 2.5.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, 4.7.0, 4.8.0, 5.1.0, 5.2.0, 5.3.0, 5.4.0
18+
valid_versions=1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0, 2.5.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, 4.7.0, 4.8.0, 5.1.0, 5.2.0, 5.3.0, 5.4.0, 5.5.0, 6.0.0
1919
# x.y.1/2/3 etc are bugfix releases for x.y.0 (no new T-SQL features supported), and are typically based on a newer PG release
2020
file_format=2 # version number for format of this .cfg file. This is not expected to change much
21-
file_timestamp=Dec-2025 # identifies the version of this file, together with the latest Babelfish version supported
21+
file_timestamp=Mar-2026 # identifies the version of this file, together with the latest Babelfish version supported
2222
# format: dd-MON-yyyy or MON-yyyy
2323

2424
# Basic principle:
@@ -1713,5 +1713,5 @@ report_group=Identifiers
17131713
complexity_score=LOW
17141714
17151715
#-----------------------------------------------------------------------------------
1716-
#file checksum=547cf2d0
1716+
#file checksum=85ed2436
17171717
#--- end ---------------------------------------------------------------------------

src/main/java/compass/CompassUtilities.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public class CompassUtilities {
4040
public static boolean onLinux = false;
4141
public static String onPlatform = uninitialized;
4242

43-
public static final String thisProgVersion = "2025-12";
44-
public static final String thisProgVersionDate = "December 2025";
43+
public static final String thisProgVersion = "2026-03";
44+
public static final String thisProgVersionDate = "March 2026";
4545
public static final String thisProgName = "Babelfish Compass";
4646
public static final String thisProgNameLong = "Compatibility assessment tool for Babelfish for PostgreSQL";
4747
public static final String thisProgNameExec = "Compass";
@@ -112,8 +112,8 @@ public class CompassUtilities {
112112
public String targetBabelfishVersionReportLine = "Target Babelfish version : v."; // line in report listing the target version
113113
public boolean stdReport = false; // development only
114114

115-
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", "4.7.0", "4.8.0", "5.1.0", "5.2.0", "5.3.0", "5.4.0");
116-
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", "16.10", "16.11", "17.4", "17.5", "17.6", "17.7");
115+
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", "4.7.0", "4.8.0", "5.1.0", "5.2.0", "5.3.0", "5.4.0", "5.5.0", "6.0.0");
116+
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", "16.10", "16.11", "17.4", "17.5", "17.6", "17.7", "17.8", "18.2");
117117

118118
// minimum Babelfish version; this is fixed
119119
public static final String baseBabelfishVersion = "1.0.0";

0 commit comments

Comments
 (0)