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

change mattn/go-sqlite3 to modernc.org/sqlite #387

Merged
merged 2 commits into from
Jul 7, 2023
Merged

Conversation

cryptix
Copy link
Member

@cryptix cryptix commented Jun 25, 2023

As far as I can tell the modernc.org/sqlite transpile project came quiet a bit further, stabilised and proofed that it's much less mad science than people, me included, initially thought.

fixes #79

I will put this on hermies.club in a bit (if WifionICE allows me to). It's my understanding that this should be byte-per-byte compatible with the previous sqlite adapter and thus not need migration(s) but exhaustive testing is always in order with these things.

@cblgh
Copy link
Contributor

cblgh commented Jun 26, 2023

@cryptix oh sick! does everything mostly just work after applying this patch? :o personal opinion: i think it might be wiser to do a merge & deploy after coming home from yr bike adventure :~

@staltz
Copy link
Member

staltz commented Jun 26, 2023

Sounds okay by me! I don't have an opinion on this. Just try to make CI green before merging.

@cryptix cryptix merged commit e86ac35 into master Jul 7, 2023
2 checks passed
@cryptix cryptix deleted the update-sqlite branch July 7, 2023 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

github.com/mattn/go-sqlite3 requires CGo
3 participants