Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 24286d12 | 2026-07-06 12:59:04 | in show-reverse-deps, use --list when running sqlite3, so that fancy line-drawing characters are not used when output is to the console. ok espie | ||
| 6eb73f06 | 2025-12-01 00:30:35 | Fix constraints on _DistTuple columns. This makes the DistTuple entries in sqlports complete. (Before only the last set was shown.) From espie, instigated by a less correct diff from me. Also feedback from sthen@ ("makes a lot of sense") | ||
| a76114ab | 2025-11-03 14:46:04 | don't rely on the sqlite3 cli accepting double-quoted strings as literals if they don't match a valid identifier, as of 3.41.0 (2023-02-21) standard builds of the cli no longer accept this and warn instead. currently builds from the "autoconf" distribution file do still accept this, but sqlports should not rely on something that upstream are trying to teach people not to use. https://sqlite.org/quirks.html#dblquote from espie | ||
| d6b51a6e | 2023-11-26 18:05:09 | better tracking of paths we should do. got a bit lost in pkg equivalence, but now it will report RUN_DEPENDS = devel/llvm as a problem, as expected | ||
| d0d59161 | 2023-11-26 09:32:10 | document -C | ||
| 17331719 | 2023-11-12 12:05:50 | beautify | ||
| d7fc0908 | 2023-11-11 11:53:07 | actually reference UNLINKED | ||
| fffd1152 | 2023-11-11 11:16:02 | keep going is fine, but when we notice an error and do ^C, very often the actual error will be beyond recall so add proper signal handling to report errors anyway | ||
| 9405055e | 2023-10-25 15:23:59 | major overhaul of the treewalker and options for mksqlitedb as a result: - properly show errors at the end. - show walker errors like I did for dpb. - feature a "keepgoing" mode that will do the full walk BEFORE exiting with an error if necessary (but switch from +++ path to !!! path after the first error, so that interactive runs can be interrupted early on if deemed applicable) - feature a "testmode" for trying out a single path - remove some old obsolete options - embed some perldoc in the script proper. | ||
| 23766a56 | 2023-10-25 14:05:48 | be completely silent about the schema if not -v |