Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use all the getter transparently from groovy script #34

Closed
ebocher opened this issue Jan 15, 2019 · 1 comment
Closed

Use all the getter transparently from groovy script #34

ebocher opened this issue Jan 15, 2019 · 1 comment
Assignees
Projects
Milestone

Comments

@ebocher
Copy link
Member

ebocher commented Jan 15, 2019

Syntactic sugar :

H2GIS.getSpatialTable -> H2GIS.spatialTable
H2GIS.getTable -> H2GIS.table
H2GIS.getDataSet -> H2GIS.dataSet

idem for PostGIS

@SPalominos
Copy link
Contributor

I'm on it

@SPalominos SPalominos mentioned this issue Jan 21, 2019
SPalominos added a commit that referenced this issue Jan 21, 2019
Make all the get methods accessible under their short name in groovy for H2GIS and POSTGIS (i.e. spatialTable instead of getSpatialTable).
Linked to #34
@ebocher ebocher closed this as completed Jan 21, 2019
@SPalominos SPalominos added this to To do in 1.0.0 via automation May 22, 2019
@SPalominos SPalominos added this to the v1.0.0 milestone May 22, 2019
@SPalominos SPalominos moved this from To do to Done in 1.0.0 May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
1.0.0
  
Done
Development

No branches or pull requests

2 participants