Fabian Heller

Results 2 issues of Fabian Heller

On Windows a backslash was used as path separator (os.path.join) although for remote file systems file like SSHFS it should be a forward slash (posixpath.join). Example: `file_en = models.FileField(upload_to='en/', storage=SFTPStorage())`,...

When a named instance instead of a port is used, Kerberos logins failed because the spn string was "MSSQLSvc@SERVER_NAME:None" instead of "MSSQLSvc@SERVER_NAME:INSTANCE_NAME". When "port" is None (parsed_servers[0][1]), "instance" (parsed_servers[0][2]) should...