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

Overview
Comment:Factor out methods of sqlite4_env into a separate env.c source file. Add in the sqlite4_mm object. Remove deprecated interfaces.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 1e83e737e42b8074603af9eef931dc653db81cb8
User & Date: drh 2013-02-23 17:39:05.090
Context
2013-02-23
18:36
Fix a bug in the makefile that prevents the building of the amalgamation. check-in: 9e3d29f603 user: drh tags: trunk
17:39
Factor out methods of sqlite4_env into a separate env.c source file. Add in the sqlite4_mm object. Remove deprecated interfaces. check-in: 1e83e737e4 user: drh tags: trunk
16:32
Remove the sqlite4_last_insert_rowid() and related infrastructure, since in SQLite4 we no longer have a rowid. Other cleanup of the sqlite4.h file. check-in: c92e61312f user: drh tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to main.mk.
Added src/env.c.
Changes to src/func.c.
Changes to src/global.c.
Changes to src/main.c.
Changes to src/mem.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/vdbeapi.c.
Deleted test/bindxfer.test.
Changes to test/enc4.test.
Changes to test/permutations.test.
Changes to test/test_main.c.