On Jul 4, 12:40 pm, Joel VanderWerf <[email protected]> wrote:
> Jeremy Evans wrote:
> > SQLite stores almost all columns as strings (everything except integer
> > primary keys).  Almost all other databases have native date types.
>
> I thought sqlite had native int and float types...
>
> http://www.sqlite.org/datatype3.html

It sort of does in recent versions.  However, any column other than an
integer primary key column can be used to store any kind of value, so
it's quite different from most other SQL databases in that regard.

Jeremy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to