Great, thanks for the help!
I was able to build my changes to geotools locally and test them in
GeoServer. Works great!
I created a pull request here:
https://github.com/geotools/geotools/pull/2344
Please let me know if any changes are needed.
Regards,
Matt
On Fri, Apr 12, 2019 at 12:50 AM
On Thu, Apr 11, 2019 at 9:02 PM Matt Barclay wrote:
> I'm not sure how to test it. I ultimately need this in GeoServer. When I
> build the driver, I get gt-jdbc-sqlserver-22-SNAPSHOT.jar. So if I update
> my GeoServer build for version 22-SNAPSHOT, I think I'll get my latest
> code? I don't h
What do you need to know Matt?
The driver dependency is here:
https://github.com/geotools/geotools/blob/master/modules/plugin/jdbc/jdbc-sqlserver/pom.xml#L101
If your change this line in your pull request with the version number you
need that would be good.
That dependency is added with a "profil
Hello,
We use an Azure SQL Server instance with ActiveDirectoryPassword
authentication. This is not currently supported in GeoTools, so I am
working on adding it. The documentation for the connection string property
can be found here:
https://docs.microsoft.com/en-us/sql/connect/jdbc/setting-th