Module Name: othersrc Committed By: agc Date: Fri Nov 27 03:58:20 UTC 2015
Modified Files: othersrc/external/bsd/sqlite3db/bin: Makefile othersrc/external/bsd/sqlite3db/dist: sqlite3db.c Added Files: othersrc/external/bsd/sqlite3db/bin: 6.expected 6.in Log Message: In the "put" function, don't just do a straight INSERT, as the key may already exist. Instead, do an sqlite3 UPSERT (ha!) - well, the nearest thing it has to one anyway. Add a test for this To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/sqlite3db/bin/6.expected \ othersrc/external/bsd/sqlite3db/bin/6.in cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/sqlite3db/bin/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/sqlite3db/dist/sqlite3db.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.