Chris Fonnesbeck
<Chris.Fonnesbeck-/[EMAIL PROTECTED]> wrote:
On 6/4/07, P Kishor <[EMAIL PROTECTED]>
wrote:

There is no "DATE" format in SQLite.

Wow, thanks. So, why does this table creation work then, and not give
an error?

CREATE TABLE PIT_manatees(Manatee_Log INTEGER, Name text,
First_Capture date, Recovered date, Coast text)

SQLite will accept pretty much anything as a column type. For details, see

http://sqlite.org/datatype3.html

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to