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 ).
OperatingSystem | None |
BuildNumber | None |
SubprojectResolveBuildNumber | BeOS |
Keywords | None |
Resolution | Fixed |
Severity | critical |
SubprojectName | gvSIG |
Component | gvSIG - PostGIS |
Version | gvSIG - 2.0.0 |
SubprojectVersion | gvSIG - 2.0.0 |
SubprojectResolveVersion | gvSIG - 2.0.0 |
Has patch | Yes |
Category
Bugs
Login or
create an account to comment.
Comments
Patch applied: [gvsig-desktop 34286]