Skip to content

Commit

Permalink
some minor changes in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pmauduit committed Apr 6, 2021
1 parent 7631bd9 commit 8c77d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maporaclespatial.c
Expand Up @@ -146,7 +146,7 @@ struct {
SDOGeometryObj *obj[ARRAY_SIZE]; /* spatial object buffer */
SDOGeometryInd *ind[ARRAY_SIZE]; /* object indicator (null) buffer */

int uniqueidindex; /*allows to keep whic attribute id index is used as unique id*/
int uniqueidindex; /*allows to keep which attribute id index is used as unique id*/


} msOracleSpatialStatement;
Expand Down Expand Up @@ -2020,7 +2020,7 @@ int msOracleSpatialLayerWhichShapes( layerObj *layer, rectObj rect, int isQuery)
query_str = msStringConcatenate(query_str, ",");
}

/*we always want to add rownum is the selection to allow paging to work*/
/*we always want to add rownum in the selection to allow paging to work*/
query_str = msStringConcatenate(query_str, "rownum, ");

query_str = msStringConcatenate(query_str, geom_column_name);
Expand Down

0 comments on commit 8c77d5d

Please sign in to comment.