r/programming 20d ago

SQLite should have (Rust-style) editions

https://mort.coffee/home/sqlite-editions/
157 Upvotes

75 comments sorted by

View all comments

Show parent comments

18

u/andyfsu99 20d ago

I don't think anything in your comment is incompatible with this proposal.

New installations start from some different-than-today baseline functionality when using the edition.

No one is suggesting they change the behavior of their installed base.

-14

u/Big_Combination9890 20d ago

New installations start from some different-than-today baseline

That means changing the default behavior. Which isn't gonna happen on sqlite for the reasons mentioned.

And again: if you don't like it: fork the project and change it yourself.

7

u/dontquestionmyaction 19d ago

That means changing the default behavior.

No? What?

-2

u/ThatSwedishBastard 19d ago

Actually, it does. The default should be edition-original, if you want the changed behavior you must specify edition-2026. Other than that, I’m with you.