Luke Butters
Luke Butters
Is it possible to be left with an interactive prompt (like in the tutorial) with the free917 data?
Adding that made the query work (see below for the output). Are the types in the data base wrong? Does something need to be fixed in sempre? For my understanding...
Does the tutorial need to be updated?
@mildmanneredjon when the query was taking more than 1 minute was that always occurring or was it only occurring when mssql happens to chose a bad plan.
Potentially related .net [code](https://github.com/dotnet/runtime/blob/c71e08ac62ce26c08972d0244a247c187184e22d/src/libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeFileHandle.Unix.cs#L477-L480)
Hi thanks for raising an issue :D. It looks like thumbprints are always upper case hex: * net48 it generates a thumbprint in [GetCertHashString 4.8](https://referencesource.microsoft.com/#mscorlib/system/security/cryptography/x509certificates/x509certificate.cs,360) which calls [EncodeHexString](https://referencesource.microsoft.com/#mscorlib/system/security/util/hex.cs,27) which looks...