On Sat, Nov 28, 2009 at 10:24 PM, Ted Rolle, Jr. <ster...@gmail.com> wrote:
> I'm laboring under a false impression.  I thought that the SQLite data
> types were limited to text, integer, float, and something else.
>

you are under a correct impression. SQLite supports INTEGER, TEXT,
REAL, and BLOB. It doesn't support "something else" but it accepts
everything else.


> On the SQLite site there's Currency, date-time with and without
> timestamps.
>

Those are not types. Internally they are stored as TEXT, but built in
functions allow you to manipulate the data conveniently. See datetime
functions.


> Where can I find a listing of these?
>
> Ted
>
> ________________________________________________________________
> 3.14159265358979323846264338327950  Let the spirit of pi spread
> 2884197169399375105820974944592307  all around the world!
> 8164062862089986280348253421170679  http://pi314.at PI VOBISCUM!
> ================================================================
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
Puneet Kishor http://www.punkish.org
Carbon Model http://carbonmodel.org
Charter Member, Open Source Geospatial Foundation http://www.osgeo.org
Science Commons Fellow, http://sciencecommons.org/about/whoweare/kishor
Nelson Institute, UW-Madison http://www.nelson.wisc.edu
-----------------------------------------------------------------------
Assertions are politics; backing up assertions with evidence is science
=======================================================================
Sent from Madison, WI, United States
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to