Fixes and docs#73
Merged
martinv13 merged 11 commits intoJun 26, 2026
Merged
Conversation
- Create docs/cli.md with reference for all three subcommands (import, render, serve) - Reorder model-level config options in configuring.md alphabetically - Both changes make the mkdocs strict build pass without warnings
\s, \S, \w inside a regular Python triple-quoted string are invalid escape sequences that trigger SyntaxWarning in Python 3.12+. Double the backslashes so the Python string value contains the correct single-backslash JS regex syntax in the rendered HTML.
- +/- buttons and Reset in the ERD toolbar zoom around the viewport centre - Mouse wheel zooms at the cursor position - Click-and-drag pans the diagram - Zoom resets when the ERD content changes (config edit or names toggle); pan/zoom is preserved on tab switches
Add row_counts_available flag to MergeStats/LoadStats so the CLI prints a clear message instead of misleading "0 rows inserted" when the backend (e.g. DuckDB) does not report rowcount for INSERT…FROM SELECT. Catch all exceptions in main() and print a single clean error line to stderr instead of a raw Python traceback. Install a logging handler that caps at WARNING so logger.error() calls before re-raise do not duplicate the error output. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
xml2db serve