Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<spatial:spatialengine id="sqlserver">
  <dbtype>sqlserver</dbtype>
  <url>jdbc:sqlserver://sqlhost:1434;DatabaseName=INTERNAL</url>
  <user>gis</user>
  <passwd>ENCSMAAFGJGAMGESBUK</passwd>
  <schema>GIS</schema>
  <minconnection>2</minconnection>
  <validateconnections>true</validateconnections>
</spatial:spatialengine>
Infonote

Note: Because of a bug in the org.geotools.sqlserver version 13.4.7.20231023 plugin you still need to include the <host> tag when using the URL connection type, even though it will be ignored. Version .
Weave 2.6.9.5 and 2.6.10, which include version 13.4.8.20231123 of the bundle above plugin, resolves that issue.

Row Identifiers

...