Prefer strict tables in SQLite
evanhahn.com
Prefer strict tables in SQLite
1–10 of 188 posts
Re: Prefer strict tables in SQLite
#2Re: Prefer strict tables in SQLite
#3It really should be default, but it isn't due to backward compatibility (i assume).
> SQLite strives to be flexible regarding the datatype of the content that it stores.
Re: Prefer strict tables in SQLite
#4It really should be default, but it isn't due to backward compatibility (i assume).
Re: Prefer strict tables in SQLite
#5Re: Prefer strict tables in SQLite
#6It really should be default, but it isn't due to backward compatibility (i assume).
I’m kind of curious why the decision to have implicit casting like this was made in the first place. I can’t think of a single upside other than not having to type out cast(foo as bar)
Re: Prefer strict tables in SQLite
#7It really should be default, but it isn't due to backward compatibility (i assume).
I’m kind of curious why the decision to have implicit casting like this was made in the first place. I can’t think of a single upside other than not having to type out cast(foo as bar)
Re: Prefer strict tables in SQLite
#8Re: Prefer strict tables in SQLite
#9That's pretty much the only disagreement with the SQLite developer, who is an amazing guy that wrote an amazing tool!