• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

babelfish-for-postgresql / babelfish_extensions / 23338742282
77%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: BABEL-6331_MAKEVALID_6X
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 20 Mar 2026 10:53AM UTC
Jobs 1
Files 121
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Mar 2026 10:25AM UTC coverage: 77.06% (+0.009%) from 77.051%
23338742282

push

github

web-flow
Implemetation of parse geography and geometry datatype (#4518) (#4675)

Implemented Parse function support for GeoSpatial TSQL data types that was previously unsupported in Babelfish. The Parse function has been added for both geometry and geography data types.

Changes include:

Implemented geometry::Parse() and geography::Parse() functions by utilizing PostGIS parsing capabilities with necessary adjustments to ensure TSQL compatibility. Added Parse function definitions to the TSQL parser to recognize these new static methods. Ensured proper syntax handling for Parse function, including NVARCHAR parameter types and return values.

Examples:

DECLARE @geomText NVARCHAR(MAX);
SET @geomText = 'POINT(1.0 2.0)';
SELECT geometry::Parse(@geomText).STAsText() AS ParsedGeometry;
GO

ParsedGeometry
--------------
POINT(1 2)


DECLARE @geogText NVARCHAR(MAX);
SET @geogText = 'LINESTRING(0 0, 1 1, 2 2)';
SELECT geography::Parse(@geogText).STAsText() AS ParsedGeography;
GO

ParsedGeography
---------------
LINESTRING(0 0,1 1,2 2)

Task: BABEL-6310
Signed-off by: Gopalgv gopalgv@amazon.com

52927 of 68683 relevant lines covered (77.06%)

621163.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23338742282.1 20 Mar 2026 10:53AM UTC 121
77.06
GitHub Action Run
Source Files on build 23338742282
  • Tree
  • List 121
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23338742282
  • ddfccc9d on github
  • Prev Build on BABEL_6_X_DEV (#23334937634)
  • Next Build on BABEL_6_X_DEV (#23345462128)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc