On Saturday, 21 September, 2019 22:35, Stephen Chrzanowski <pontia...@gmail.com>:
>Thanks for all this info. >No, I have not made a single change to the amalgamation that has been >provided by sqlite.org. The most I've done is read, line by line, >through the first meg or so of source code, as well as setup an >environment where I specifically can build sqlite3.dll for fun. >The thought was entirely for theoretical practices, and only came >up when I noticed a few threads suggesting that they're making >changes to the code (Be it to test theory or to enact live in >their libraries), then my thoughts wandered to their code vs future >SQLite code enhancements or bug fixes, and how getting the two >different sets of code to work with each other going forward. I used to have a repository that contained basically the distribution amalgamation/shell code on trunk and a branch that contained the changes I had made. This was complicated to maintain since the changes end up being somewhat extensive to implement simple things (such as moving extensions from the shell into the core, and adding new builtin extensions). Now I simply work on a clone of the distribution repository and have a private branch that has my changes incorporated in source and standard build tools directly. It is much easier to maintain and so far has not required anywhere near as many manual merge operations to resolve conflicts. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users