Hamid Benhocine <[EMAIL PROTECTED]> wrote:
> Hello, I m trying to upgrade from sqlite-3.2.7 on SGI IRIX64 to sqlite-3.3.3
> The applications using sqlite-3.2.7 (compiled with mode 64 or 32 bits) work
> fine. But the upgrade to sqlite-3.3.3 coredump on 64 bits when creating 
> tables
> with the UNIQUE, PRIMARY constraints. I did not run in this issue with the
> earlier versions (sqlite-3.2.5--> sqlite-3.2.7).

PRIMARY KEY implies UNIQUE.  Including them both is redundant.
Nevertheless, it should give you a segfault.

Please send the SQL that fails.

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

Reply via email to