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

UpdateSRID function #1077

Merged
merged 1 commit into from
May 13, 2020
Merged

UpdateSRID function #1077

merged 1 commit into from
May 13, 2020

Conversation

ebocher
Copy link
Member

@ebocher ebocher commented May 13, 2020

about #1074

@ebocher ebocher requested a review from SPalominos May 13, 2020 09:05
@ebocher ebocher merged commit 6367337 into orbisgis:master May 13, 2020
@Test
public void testUpdateSRIDFunction() throws Exception {
st.execute("drop table if exists geo_point; CREATE TABLE geo_point (the_geom GEOMETRY)");
st.execute("insert into geo_point VALUES('SRID=0;POINT(0, 0, 0)'");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to me that a parenthesis is missing
Shouldn't it be more like this:
st.execute("insert into geo_point VALUES('SRID=0;POINT(0, 0, 0)')");
Same on line 627
@ebocher

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solved in the master.

@ebocher ebocher deleted the updateSRIDFunction branch November 17, 2021 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants