On 2/21/06, Michael Lackhoff <[EMAIL PROTECTED]> wrote:
> On 21 Feb 2006, John Siracusa wrote:
>
> > SQLite really has no concept of SQL data types.  Well, it has a very
> > simplified concept, anyway.  All that detail you put in your CREATE
> > TABLE statements is pretty much ignored by SQLite.  Instead, it stores
> > everything as strings and integers (and maybe floats?).  SQLite will
> > let you type almost any crazy thing in your CREATE TABLE statements
> > and then blithely insert whatever you want.  Example:
>
> Well it must have some sort of concept at least of integers --
> otherwise I didn't have a problem to begin with. Or perhaps it is a
> problem of DBI?

For comparison purposes, only.

Rob


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to