SQLite

Check-in [5dd9831721]
Login

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

Overview
Comment:Changes to allow the code in sqlite3expert.c to be tested directly (via the API in sqlite3expert.h) instead of by invoking the sqlite3_expert application. Fix memory leaks and other problems.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | schemalint
Files: files | file ages | folders
SHA3-256: 5dd9831721b70a89a26728adcd49c7f6103ef8266891a79c2db34d913702709e
User & Date: dan 2017-04-10 16:13:20.707
Context
2017-04-10
20:00
Add ext/expert/README.md. (check-in: 9318f1b9ed user: dan tags: schemalint)
16:13
Changes to allow the code in sqlite3expert.c to be tested directly (via the API in sqlite3expert.h) instead of by invoking the sqlite3_expert application. Fix memory leaks and other problems. (check-in: 5dd9831721 user: dan tags: schemalint)
2017-04-09
08:38
Fix the -file option on the sqlite3_expert program. (check-in: 0857c48e02 user: dan tags: schemalint)
Changes
Unified Diff Side-by-Side Diff Patch
Name change from test/expert1.test to ext/expert/expert1.test.
Changes to ext/expert/sqlite3expert.c.
Added ext/expert/test_expert.c.
Changes to main.mk.
Changes to src/tclsqlite.c.
Changes to test/permutations.test.