[EMAIL PROTECTED] wrote:
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.
People with 64-bit alignment sensitive machines: Please tell
me if check-in [3079] solves your problems.
http://www.sqlite.org/cvstrac/chngview?cn=3079
--
D. Richard Hipp <[EMAIL PROTECTED]>
replacing build.c table.c and sqliteInt.h ins sqlite-3.3.3 with
those of ticket 3079
all the Problems are fixed
I was able to run the regression tests and
the results are
5 errors out of 23846 tests
Failures on these tests: printf-8.2 sync-1.1 sync-1.2 sync-1.3
types3-1.3 (they are related to tcl!!)
GREAT JOB. thanks a lot.
Hamid