"P Kishor" <[EMAIL PROTECTED]> wrote:
> I am finding that y'all (the SQLite developers) have made
> many things (for example, datatypes) similar to PostGres...

This is not a coincidence.  I learned SQL on PostgreSQL back
on '95.  And I used the the PostgreSQL documentation as a guide
when I was developing SQLite.

> 
> For example, why have the "INTEGER PRIMARY KEY" when it could just as
> easily be called "SERIAL"?
> 
> Wouldn't that increase the already wildly popular appeal of SQLite
> even more so without subtracting or weighing anything down?
> 

Making such a change to SQLite would break thousands of
existing applications that already use SQLite, and is thus
a non-starter.  Sorry.

--
D. Richard Hipp <[EMAIL PROTECTED]>


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

Reply via email to