Tito Ciuro wrote:
Hello,

I just found a problem which is truly weird in SQLite 3.0.8 on Mac OS X 10.3.5.

When I create an 'address' table, I pass this string to SQLite:

1) CREATE TABLE address(ROWID INTEGER PRIMARY KEY,First QLString,Last QLString,ZIP QLString,Country QLString);
2) CREATE TABLE address_mem_2(ROWID INTEGER PRIMARY KEY,First QLString,Last QLString,ZIP QLString,Country QLString);


To double-check, I type this:

3) SELECT * FROM sqlite_master;


And SQLite returns a series of data, from which you can see:

4) CREATE TABLE address(Last QLString,ROWID INTEGER PRIMARY KEY,First QLString,ZIP QLString,Country QLString);


Unable to reproduce. It works fine when I try it.



--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565



Reply via email to