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

Fix for #531-3.3: CSW error when creating database tables #582

Closed

Conversation

diegomigliavacca
Copy link
Contributor

This pull request fixes the issue #531 in Deegree 3.3.

@diegomigliavacca diegomigliavacca changed the title fix for #581: CSW error when create database tables fix for #581-3.3: CSW error when create database tables Jul 1, 2015
@diegomigliavacca diegomigliavacca changed the title fix for #581-3.3: CSW error when create database tables Fix for #581-3.3: CSW error when create database tables Jul 1, 2015
@diegomigliavacca diegomigliavacca changed the title Fix for #581-3.3: CSW error when create database tables Fix for #581-3.3: CSW error when creating database tables Jul 1, 2015
@diegomigliavacca diegomigliavacca changed the title Fix for #581-3.3: CSW error when creating database tables Fix for #531-3.3: CSW error when creating database tables Jul 7, 2015
@tfr42 tfr42 added this to the 3.3.16 milestone Aug 28, 2015
@tfr42 tfr42 added the enhancement enhancement or improvement label Aug 28, 2015
@tfr42
Copy link
Member

tfr42 commented Oct 1, 2015

A hint how to use PostGIS 1.5 with 3.3.x needs to be added to the handbook.

@tfr42 tfr42 added contributions welcome asking for contribution (time and money sponsor) documentation documentation waiting for triage PR or bug issue waiting for triage by TMC member and removed in progress labels Oct 1, 2015
@tfr42 tfr42 modified the milestones: 3.3.17, 3.3.16 Oct 1, 2015
@copierrj
Copy link
Member

Alternative solution: change the sql to use a conditional expression to differentiate the srs ('0' for PostGIS 2 and '-1' for PostGIS 1.5)

@tfr42 tfr42 modified the milestones: 3.3.18, 3.3.17 Oct 19, 2015
@tfr42 tfr42 added the blocks release blocks release label Nov 12, 2015
@tfr42
Copy link
Member

tfr42 commented Nov 27, 2015

The best approach is to use a conditional expression to differenciate between postgis 1.4, 1.5 and 2.0
in the Postgres dialect.

@tfr42
Copy link
Member

tfr42 commented Dec 22, 2015

Replaced by #658

@tfr42 tfr42 added invalid invalid and removed blocks release blocks release contributions welcome asking for contribution (time and money sponsor) documentation documentation waiting for triage PR or bug issue waiting for triage by TMC member enhancement enhancement or improvement labels Dec 22, 2015
@tfr42 tfr42 closed this Dec 22, 2015
@tfr42 tfr42 removed this from the 3.3.18 milestone Dec 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid invalid
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants