`DB::Open()` fails with the following error on Windows if given a path that uses extended-length syntax (https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation): ``` Unexpected error for: \\?\C:\<path>/LOG: The filename, directory name, or volume label syntax is incorrect. ```