Samael
Samael
I think it would be good and to do. potentially separated either as a sub package or a feature so that end users can easily choose to include it or...
Are you referring to *TrustServerCertificate*? The tests for this project use _msodbcsql18_ with SQL Server 2022 and connect ok.
For now I've just put in some minor changes as version [0.7.0](https://github.com/buggins/ddbc/releases/tag/v0.7.0) that will allow you to do something like: ``` string[string] attribs = ODBCDriver.setUserAndPassword("SA", "password"); attribs["driver"] = "ODBC Driver...
The linked comment had the path `C:\Program Files\Microsoft\jdk-17.0.1.12-hotspot\Packages` which isn't sdkman.
That's actually the point of my initial report, that the folder is not created by the installer. The point is that for some reason the Microsoft JDK expects it be...
I wonder if it's something to do with this https://github.com/microsoft/openjdk-jdk11u/blob/659a4669208645420e151e78ab5fd3ac3808b310/src/java.base/share/classes/jdk/internal/jrtfs/ExplodedImage.java#L57 The javadoc mention that the modules folder will be under _JAVA_HOME_ so presumably it expects the same for packages.
I just tested this locally on Fedora with a fresh download of the jdk-21.0.7 tarball. clone the repo of the intellij-dlanguage project and run `./gradlew runIde` using the microsoft JDK:...
My project now requires JDK 21 so I downloaded https://aka.ms/download-jdk/microsoft-jdk-21.0.9-linux-x64.tar.gz and used it to run the gradle wrapper in my project (latest commit in develop): ``` JAVA_HOME=~/dev/tools/microsoft-jdk-21.0.9-linux-x64/jdk-21.0.9+10 ./gradlew runIde ```...
Added the full stack trace now. This was from the 1.36.1 release, perhaps it was already solved in develop. There was no notes on what was being done at the...
v1.36.2 on Intellij 2024.3.4.1 different class but I just got a stack overflow when configuring dub path whilst a project was indexing. The file that caused it was in phobos:...