<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
test.txt
test.prp
|