On Mon, May 17, 2010 at 1:59 PM, peter360 <peter...@fastmail.us> wrote:
>
> Ah... that is what I missed. Thanks!
>
> On the other hand, why doesn't sqlite give me an error or warning when I
> used "string", if it has no meaning?
>

Because sqlite doesn't care. You could call it "peter360string" and it
would be just fine with sqlite.


>
>
> Igor Tandetnik wrote:
>>
>> peter360 wrote:
>>> I see this in sqlite
>>>
>>> sqlite> create table t1(c1 string);
>>
>> You want t1(c1 text). "string" has no special meaning to SQLite, while
>> "text" does.
>>
>> Igor Tandetnik
>>



-- 
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
=======================================================================
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to