Skip to content
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

Doesn't work with go-sqlite 1.11.0 #15

Closed
arp242 opened this issue Jul 30, 2019 · 0 comments
Closed

Doesn't work with go-sqlite 1.11.0 #15

arp242 opened this issue Jul 30, 2019 · 0 comments
Labels

Comments

@arp242
Copy link
Owner

arp242 commented Jul 30, 2019

SiteSettings.Scan panics with:

panic: ERROR: interface conversion: interface {} is string, not []uint8

But if I change it to string I get the reverse 🤔:

panic: ERROR: interface conversion: interface {} is []uint8, not string

Not sure if bug of if we're doing something wrong here. Don't see anything odd in the ChangeLog that would affect this, but resetting the version to 1.10.0 fixed it.

@arp242 arp242 added the bug label Jul 30, 2019
@arp242 arp242 added this to the Version 1.0 milestone Jul 30, 2019
@arp242 arp242 changed the title Doens't work with go-sqlite 1.11.0 Doesn't work with go-sqlite 1.11.0 Jul 30, 2019
@arp242 arp242 closed this as completed in c518902 Aug 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant