Skip to content

feat: Implement aliases for existing functions #200

@petern48

Description

@petern48

Adding aliases is trivial. Like a 5 line PR. Here's an example commit of adding an alias (two actually) 5c75a5c. The syntax changed a bit in this recent PR, but it's still very simple/concise. Took a brief skim through #174, probably missed some

Here's a list of aliases we need to add. I will update as I come across more, let me know if you find more to add to this list.

  • ST_GeometryFromText alias for ST_GeomFromText function
  • ST_NPoints alias for ST_NumPoints*
  • ST_NRings alias for ST_NumRings*

*- not yet implemented at time of writing

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions