Skip to content

History / Home

Revisions

  • docs: remove contractions per writers-handbook (F-13) Rewrite the 18 contraction lines recorded in review/02-evidence-e4-writing.md into non-contracted forms (plus TCP-Connector.md:72 'do and don't', which the evidence scan missed). Meaning unchanged.

    @MBarkerUK MBarkerUK committed Aug 8, 2026
  • docs: mod-first overhaul of all wiki pages + static-metric guard compliance 14 pages rewritten for the Arma 3 mod audience (mission makers first, developers second): Home, Getting-Started, SQL-Dialect, SQL-Compatibility-Report, CBA-Settings, TCP-Connector, Standalone-Server, Security, Production-Readiness, Module-Guide, Patch-Framework, Plugins, Building, Development-Setup. - Every feature claim verified against the real engine/binary + source (window fns, prepared stmts, cursors, triggers/FK/CHECK, WITH RECURSIVE, FULL OUTER/NATURAL/USING joins, EXCEPT/INTERSECT, EXPLAIN, VACUUM/REINDEX, SAVEPOINT, UPSERT, RETURNING, composite PKs) - 30KB response contract documented as fail-loud with cursor hint (never silent truncation); cursor paging worked examples - APL-SA license (mod) — fixes the earlier MIT error - NO static repo-metrics: no test counts, no sweep counts, no MSRV, no edition, no version strings — references live sources instead (CI badges, Cargo.toml rust-version, sweep/test commands) - Function names verified against addons/database/ (5 short a3sql_fnc_ aliases + a3sql_database_fnc_* full names) - Fixed wrong claims found during verification: live_patch matching empty rules, listener bind default, plugin register_function syntax, dirty-flag namespace key, autosave debounce

    @MBarkerUK MBarkerUK committed Aug 3, 2026
  • docs: add SQL Compatibility Report page — test your mod's SQL against the real engine New corpus (tools/sql_corpus/) models realistic mod workloads (stats, admin, loadouts). The report runner executes them through the real extension binary and produces a per-domain pass/fail report. Documents the gap table (self-referential UPDATE, auto rowid, date modifiers, SQLite functions — all fixed) and how mod developers test their own SQL.

    @MBarkerUK MBarkerUK committed Jul 31, 2026
  • docs: add Production Readiness page (gaps, checklist, smoke test)

    @MBarkerUK MBarkerUK committed Jul 31, 2026
  • Home: add patch-framework and module-guide to wiki pages

    @MBarkerUK MBarkerUK committed Jul 28, 2026
  • Add SQF_EVAL docs, update function list, fix test count

    @MBarkerUK MBarkerUK committed Jul 27, 2026
  • Home: dynamic per-component CI badges

    @MBarkerUK MBarkerUK committed Jul 26, 2026
  • Fix all wiki docs: a3db→a3sql rebrand, test counts, add missing features

    @MBarkerUK MBarkerUK committed Jul 26, 2026
  • Home: replace static test count with dynamic CI badge

    @MBarkerUK MBarkerUK committed Jul 26, 2026
  • Add Development-Setup page, update Building and Home

    @MBarkerUK MBarkerUK committed Jul 25, 2026
  • Update all docs: Plugins, RETURNING, VIEWS, EXPLAIN, etc.

    @MBarkerUK MBarkerUK committed Jul 25, 2026
  • Add CBA Settings, Security, TCP Connector, Building pages

    @MBarkerUK MBarkerUK committed Jul 24, 2026