chequer-io / JDBC.NET

It is a wrapper that allows you to use JDBC drivers in ADO.NET
MIT License
34 stars 11 forks source link

Support ASP.Net Core #29

Closed tcables closed 11 months ago

tcables commented 1 year ago

Currently jarPath is passed into javaRunArgs via ResolveJarFiles. jarPath is a relative path, and cannot be resolved on asp.net core. In this change ResolveJarFiles has been updated to use the full path for the required jar file ("JDBC.NET.Bridge.jar"), relative to the execution directory. Then resolves the options-specified jar file (Options.DriverPath) as is, or resolves it as a full path relative to the execution directory.

tcables commented 1 year ago

Bump @evan-choi @Web-Engine @covy-Jo