Version 1.0.1 (16 Nov 2009, from /branches/1.0.x) Repository: http://svn.sqljet.com/repos/sqljet/tags/1.0.1/ Issues Tracker: http://code.google.com/p/sqljet/issues/list New features: * DB schema: IF NOT EXISTS statement support added (-r631, -r648) * DB schema: ALTER statement support and corresponding API methods added (-r677) * Affinity mode for column types (issue #75) (-r653) * New ISqlJetCursor methods to get row count, current row and go to row (issue #92) (-r652) * New ISqlJetCursor.setLimit(...) method (issue #92) (-r701) * New insert and update methods with ON CONFLICT statement logic support (-r702) * Performance optimizations. Bugfixes: * Fields size was stored in db schema as x.x (float numbers), fixed (-r637) * NPE in SqlJetMemPage.clearCell fixed (issue #112) (-r649) * Problems using case mismatching names of tables and indices fixed (-r674, 679, 700) * Number of concurrency issues fixed. Version 1.0.0 (10 Sep 2009, from /branches/1.0.x) Repository: http://svn.sqljet.com/repos/sqljet/tags/1.0.0/ Issues Tracker: http://code.google.com/p/sqljet/issues/list * First GA version