System.Data.SQLite

Check-in [79fe5ae73a]
Login

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

Overview
Comment:3.2.3 code merge
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sourceforge
Files: files | file ages | folders
SHA1: 79fe5ae73a51272c9eb1cbf530999c9884cd3cf0
User & Date: rmsimpson 2005-08-22 18:22:12.000
Context
2005-08-23
22:11
added new schemas IndexColumns, ViewColumns, ForeignKeys check-in: 91fab4183e user: rmsimpson tags: sourceforge
2005-08-22
18:22
3.2.3 code merge check-in: 79fe5ae73a user: rmsimpson tags: sourceforge
18:20
1.0.15 check-in: 36c2575662 user: rmsimpson tags: sourceforge
Changes
Unified Diff Side-by-Side Diff Patch
Changes to SQLite.Interop/src/alter.c.
Added 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.
Added SQLite.Interop/src/complete.c.
Changes to SQLite.Interop/src/date.c.
Changes to SQLite.Interop/src/delete.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/opcodes.h.
Changes to SQLite.Interop/src/os_unix.c.
Changes to SQLite.Interop/src/os_unix.h.
Changes to SQLite.Interop/src/os_win.c.
Changes to SQLite.Interop/src/os_wince.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/parse.h.
Changes to SQLite.Interop/src/pragma.c.
Changes to SQLite.Interop/src/prepare.c.
Changes to SQLite.Interop/src/printf.c.
Changes to SQLite.Interop/src/random.c.
Changes to SQLite.Interop/src/select.c.
Changes to SQLite.Interop/src/shell.c.
Changes to SQLite.Interop/src/sqlite3.h.
Changes to SQLite.Interop/src/sqliteInt.h.
Changes to SQLite.Interop/src/table.c.
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/vdbeInt.h.
Changes to SQLite.Interop/src/vdbeapi.c.
Changes to SQLite.Interop/src/vdbeaux.c.
Added SQLite.Interop/src/vdbefifo.c.
Changes to SQLite.Interop/src/vdbemem.c.
Changes to SQLite.Interop/src/where.c.