nakagami / firebirdsql

Firebird RDBMS sql driver for Go (golang)
MIT License
224 stars 60 forks source link

cyrillic connection path #124

Closed alikxus closed 1 year ago

alikxus commented 3 years ago

Hi, if i have directory with cyrillic symbols, do i have opportunities work with date base inside that directory? when i want connect to the database i get error - I/O error during "CreateFile (open)" operation for file "D:\ДИРЕКТОРИЯ\test.FDB" Error while trying to open file

ДИРЕКТОРИЯ - this is a cyrillic directory if i check it - _, err := os.Stat(path); os.IsNotExist(err) i do not have any errors. Also i connect to my database with any SQL client and do not have any errors

nakagami commented 3 years ago

Sorry I don't know how to treat non us-ascii file names.