InstantDB Project
About InstantDB
Project Mail Lists
Short History
Reporting Bugs
Screen Shots
3rd Party Examples
FAQs

Software
Downloads
Documentation
CVS Repositories
Roadmap
License

About Enhydra.org
Who We Are
News, Articles & Events
Getting Involved
Contact Us

Community
Demos
Contributions
Resources
Case Studies
On The Edge! -NEW-
Commercial Vendors


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

InstantDB: DB Corrupt if CREATE TABLE after SET INCREMENT_BASE ON ALL


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