On 12 Jan 2020, at 10:25pm, Tom Browder <tom.brow...@gmail.com> wrote:

> I assume that is just for SQLite, or am I wrong again?

You're generally right.  SQLite always uses affinities (more or less 'weak 
typing') rather than strong typing.  I don't know of any other SQL 
implementations which allow this without explicit declaration, and most don't 
allow it at all.

You can enforce strong typing in SQLite using a constraint.  But most people 
enforce type in their own code, before the value gets to SQLite.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to