Skip to main content

Exception opening DataStore JDBC by SQL

Portal Admin
Published on: 17/12/2010 Discussion Archived

I got an Exception when I tried to get a FeatureStore using a SQL Statement directly (without table or view). The SQL looks like this: Select * from mytable inner join othertable on mytable.id = othertable.fk_mytable where othertable.id = 22; I debugged and I found a bug in the initialization process (load feature type). The patch fixes it. On the other hand, I have to set 'tableName' and 'defaultGeometryField' to "" as work-round of parameters validation ( which requires this values ).



OperatingSystemNone
BuildNumberNone
SubprojectResolveBuildNumberBeOS
KeywordsNone
ResolutionFixed
Severitycritical
SubprojectNamegvSIG
ComponentgvSIG - PostGIS
VersiongvSIG - 2.0.0
SubprojectVersiongvSIG - 2.0.0
SubprojectResolveVersiongvSIG - 2.0.0
Has patchYes

Category

Bugs

Comments

Anonymous (not verified) Mon, 20/12/2010 - 10:46

Patch applied: [gvsig-desktop 34286]

Login or create an account to comment.