System.Data.SQLite

Check-in [a7f98646af]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Latest Jan 12 CVS HEAD
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sourceforge
Files: files | file ages | folders
SHA1: a7f98646af388f7701567f0a7e9c8c143dd1c024
User & Date: rmsimpson 2006-01-12 20:54:07.000
Context
2006-01-12
20:55
Optimize and fix the DataAdapter tests, shorten the locktest duration check-in: bb2c450c63 user: rmsimpson tags: sourceforge
20:54
Latest Jan 12 CVS HEAD check-in: a7f98646af user: rmsimpson tags: sourceforge
20:53
Remove unnecessary assignment check-in: 3407377976 user: rmsimpson tags: sourceforge
Changes
Unified Diff Side-by-Side Diff Patch
Changes to SQLite.Interop/src/alter.c.
Changes to SQLite.Interop/src/analyze.c.
Changes to SQLite.Interop/src/attach.c.
Changes to SQLite.Interop/src/auth.c.
Changes to SQLite.Interop/src/btree.c.
Changes to SQLite.Interop/src/btree.h.
Changes to SQLite.Interop/src/build.c.
Changes to SQLite.Interop/src/callback.c.
Changes to SQLite.Interop/src/complete.c.
Changes to SQLite.Interop/src/date.c.
Changes to SQLite.Interop/src/delete.c.
Changes to SQLite.Interop/src/experimental.c.
Changes to SQLite.Interop/src/expr.c.
Changes to SQLite.Interop/src/func.c.
Changes to SQLite.Interop/src/hash.c.
Changes to SQLite.Interop/src/hash.h.
Changes to SQLite.Interop/src/insert.c.
Changes to SQLite.Interop/src/keywordhash.h.
Changes to SQLite.Interop/src/legacy.c.
Changes to SQLite.Interop/src/main.c.
Changes to SQLite.Interop/src/opcodes.c.
Changes to SQLite.Interop/src/os.h.
Changes to SQLite.Interop/src/os_unix.c.
Changes to SQLite.Interop/src/os_win.c.
Changes to SQLite.Interop/src/pager.c.
Changes to SQLite.Interop/src/pager.h.
Changes to SQLite.Interop/src/parse.c.
Changes to SQLite.Interop/src/pragma.c.
Changes to SQLite.Interop/src/prepare.c.
Changes to SQLite.Interop/src/random.c.
Changes to SQLite.Interop/src/select.c.
Changes to SQLite.Interop/src/server.c.
Changes to SQLite.Interop/src/shell.c.
Changes to SQLite.Interop/src/sqlite3.def.
Changes to SQLite.Interop/src/sqlite3.h.
Changes to SQLite.Interop/src/sqliteInt.h.
Changes to SQLite.Interop/src/tclsqlite.c.
Changes to SQLite.Interop/src/tokenize.c.
Changes to SQLite.Interop/src/trigger.c.
Changes to SQLite.Interop/src/update.c.
Changes to SQLite.Interop/src/utf.c.
Changes to SQLite.Interop/src/util.c.
Changes to SQLite.Interop/src/vacuum.c.
Changes to SQLite.Interop/src/vdbe.c.
Changes to SQLite.Interop/src/vdbe.h.
Changes to SQLite.Interop/src/vdbeapi.c.
Changes to SQLite.Interop/src/vdbeaux.c.
Changes to SQLite.Interop/src/vdbemem.c.
Changes to SQLite.Interop/src/where.c.