mutecomm / go-sqlcipher

Self-contained Go sqlite3 driver with an AES-256 encrypted sqlite3 database
Other
159 stars 60 forks source link

database file name length over 260 in Windows 10 cause open database failed #17

Closed navono closed 3 years ago

navono commented 3 years ago

Noticed there has a macro SQLITE_WIN32_HAS_WIDE, and also define in sqlite3.c, but seems not works. What to do to make the database longer than 260?

I change MAX_PATH to another value, also not works.

Thanks.

navono commented 3 years ago

check this issue.