Simon Slavin wrote:
> SQLite has types.  It just doesn't require every value in the same column to 
> be of the same type.

Or to put it another way, every SQLite column *does* have a type, but in the 
general case that type is a generic or union type whose domain encompasses the 
domains of the numeric, text, blob, etc types.  This is how I see it, and put 
in 
those terms, SQLite is still strongly typed, but it is just more flexible than 
some other DBMSs, those that don't support generic or union types.

-- Darren Duncan
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to