Skip to content

Commit 537ddbb

Browse files
authored
Update timestamp (#151)
Babelfish Compass Changes for Yak. Signed-off-by: Rohit Bhagat <rohitbgt@amazon.com>
1 parent ff655b8 commit 537ddbb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

BabelfishCompass_UserGuide.docx

-12 Bytes
Binary file not shown.

BabelfishCompass_UserGuide.pdf

-1.06 KB
Binary file not shown.

BabelfishFeatures.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
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, 5.1.0, 5.2.0, 5.3.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=Sep-2025 # identifies the version of this file, together with the latest Babelfish version supported
21+
file_timestamp=Nov-2025 # 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:
@@ -1698,5 +1698,5 @@ report_group=Identifiers
16981698
complexity_score=LOW
16991699
17001700
#-----------------------------------------------------------------------------------
1701-
#file checksum=0985cadb
1701+
#file checksum=47200689
17021702
#--- end ---------------------------------------------------------------------------

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2025-09
1+
# 2025-11
22
- Added support for Babelfish v.5.3.0 and v.4.7.0.
33
- Detect geospatial functions: HasZ, HasM, Z, M
44
- Detect stored procedure: sp_helplogins

src/main/java/compass/CompassUtilities.java

Lines changed: 2 additions & 2 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-09";
44-
public static final String thisProgVersionDate = "September 2025";
43+
public static final String thisProgVersion = "2025-11";
44+
public static final String thisProgVersionDate = "November 2025";
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";

0 commit comments

Comments
 (0)