Skip to content

Commit e7cdc19

Browse files
committed
Fix ORDER BY typo
1 parent 03d677c commit e7cdc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msautotest/mssql/include/bdry_counpy2_mssql.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CONNECTIONTYPE PLUGIN
22
PLUGIN "C:\projects\mapserver\build\Release\msplugin_mssql2008.dll"
33
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"
4+
DATA "ogr_geometry from (select * from bdry_counpy2) as foo USING UNIQUE ogr_fid ORDER BY ogr_fid ASC USING SRID=26915"
55
STATUS OFF
66
TYPE POLYGON
77
CLASS

0 commit comments

Comments
 (0)