We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d677c commit e7cdc19Copy full SHA for e7cdc19
msautotest/mssql/include/bdry_counpy2_mssql.map
@@ -1,7 +1,7 @@
1
CONNECTIONTYPE PLUGIN
2
PLUGIN "C:\projects\mapserver\build\Release\msplugin_mssql2008.dll"
3
CONNECTION "SERVER=(local)\SQL2017;DATABASE=msautotest;uid=sa;pwd=Password12!;"
4
- DATA "ogr_geometry from (select * from bdry_counpy2) as foo USING UNIQUE ogr_fid ORCER BY ogr_fid ASC USING SRID=26915"
+ DATA "ogr_geometry from (select * from bdry_counpy2) as foo USING UNIQUE ogr_fid ORDER BY ogr_fid ASC USING SRID=26915"
5
STATUS OFF
6
TYPE POLYGON
7
CLASS
0 commit comments