-
Notifications
You must be signed in to change notification settings - Fork 51
Pass binary filename to sqlite3_open #278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass binary filename to sqlite3_open #278
Conversation
Ok I learned very quickly why it was |
i'm pretty sure the failures are race conditions because they were not touched in this pr |
I guess it's not a race condition =( |
I'll take a look at this later in the evening. |
This may be an issue with how the filesystem represents utf8 characters in windows. I'm not a windows dev, but I think we'll need to dig in to wchar stuff for the filesystem. I suspect it's utf16. |
@greg-rychlewski it's been a while, can you try re-running the CI. I can't see where to kick it off on my end. |
@warmwaffles done |
Closes #277
This looks like it's your issue since Elixir strings at UTF-8 encoded. But I have to admit I'm not sure why it was latin-1 before. So I might be stepping on a landmine without knowing it.