Skip to content

v1.0.11

Latest

Choose a tag to compare

@migoff875 migoff875 released this 07 May 22:30
a12ce3f

What's Changed

Improve geo spacial query support

  • Support geo.distance() and geo.intersects() queries
  • Add support for Edm.GeographyPoint type

Changes to existing behavior

  • Treat geo.intersects() function as having a boolean return value. fixes prior bug where it was treated as non-boolean
  • Change parsing of Edm.GeographyPoint literal to parse into Token.Value as string ' '
  • Change parsing of Edm.GeographyPolygon and Edm.GeometryPolygon literal to parse into Token.Value as string ' , ...'

Full Changelog: v1.0.10...v1.0.11