Bill
You're quite right. I see that this gets fixed shortly.
Regards
Peter Hearty
Lutris Technologies UK Ltd.
-----Original Message-----
From: Bill Reynolds <bill@leastsquares.com>
To: InstantDB@enhydra.org <InstantDB@enhydra.org>
Date: 29 April 2000 04:07
Subject: InstantDB: Re: DB Corrupt if CREATE TABLE after SET INCREMENT_BASE
ON ALL
><Ahem. This includes a typo-free version. The last one still works -
>bug occured before bad code was reached....>.
>
>The following script:
>
>e SET INCREMENT_BASE 1 ON ALL;
>
>e create table foo
> (
> fooID int AUTO INCREMENT PRIMARY KEY,
> bar int NOT NULL
> );
>
>e INSERT INTO foo(bar) VALUES(10);
>
>c close;
>
>corrupts the system tables in an instantDB database. Reproduce by
>running the attached script, test.txt, using the sample class that
>comes w/the instantDB examples.
>==========================================
>Bill Reynolds
>grendel@leastsquares.com
>
>
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|