Skip to content

Commit f4cc5e9

Browse files
committed
Fix connection
1 parent a6fca41 commit f4cc5e9

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

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 ORDER BY ogr_fid ASC USING SRID=26915"
4+
DATA "ogr_geometry from (select * from bdry_counpy2) as foo USING UNIQUE ogr_fid USING SRID=26915"
55
STATUS OFF
66
TYPE POLYGON
77
CLASS
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
CONNECTIONTYPE PLUGIN
2-
PLUGIN "D:\MapServer\release-1911-x64-dev\build\Debug\msplugin_mssql2008.dll"
3-
CONNECTION "SERVER=DESKTOP-SMDN2CC;DATABASE=msautotest;uid=sa;pwd=Password12!;"
4-
#PLUGIN "C:\projects\mapserver\build\Release\msplugin_mssql2008.dll"
5-
#CONNECTION "SERVER=(local)\SQL2017;DATABASE=msautotest;uid=sa;pwd=Password12!;"
2+
PLUGIN "C:\projects\mapserver\build\Release\msplugin_mssql2008.dll"
3+
CONNECTION "SERVER=(local)\SQL2017;DATABASE=msautotest;uid=sa;pwd=Password12!;"
64
STATUS OFF
75
TYPE POINT
86

0 commit comments

Comments
 (0)