>You may already be aware of this, but I didn't see it here in the
discussion
>so I thought I'd chime in. SQLite doesn't really provide a native datetime
>type. The data type documentation lays out what's going on in detail (link
>below), but I'm pretty certain that your datetime column is actually a TEXT
>type.

Yes, I did know there was something like that going on. And perhaps that's
the crux of the issue I'm having.

>So I would just rock it and not worry about it too much. If you're really
>that hard up on saving CPU cycles, they might be better gained elsewhere.

I just like to be efficient and thought I'd check in to see if I was missing
anything. Looks like I'm not.

Thanks,

Jonathan

-- 
View this message in context: 
http://www.nabble.com/DateTime-Objects-tp22264879p22269245.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to