The real argument for adding boolean support is not about space but  
about compatibility with dynamic languages with a boolean type that  
are exploiting SQLite's dynamic typing of values. Without a boolean  
type in SQLite, a glue layer has to guess whether a 0 means zero or  
false or a "NO" means the string "NO" or false or...

Mark

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

Reply via email to