Skip to content

plugins/sql: fix doc formatting for tables with multiple indices. #8401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

rustyrussell
Copy link
Contributor

@rustyrussell rustyrussell commented Jul 8, 2025

Before vs after:

  • forwards indexed by in_channel and in_htlc_id (see lightning-listforwards(7))
  • forwards indexed by in_channel and in_htlc_id (see lightning-listforwards(7))

And:

  • htlcs indexed by short_channel_id and id (see lightning-listhtlcs(7))
  • htlcs indexed by short_channel_id and id (see lightning-listhtlcs(7))

Changelog-None

Before vs after:

   - `forwards` indexed by `in_channel and in_htlc_id` (see lightning-listforwards(7))
   - `forwards` indexed by `in_channel` and `in_htlc_id` (see lightning-listforwards(7))

And:
   - `htlcs` indexed by `short_channel_id and id` (see lightning-listhtlcs(7))
   - `htlcs` indexed by `short_channel_id` and `id` (see lightning-listhtlcs(7))

Signed-off-by: Rusty Russell <[email protected]>
@rustyrussell rustyrussell added this to the v25.09 milestone Jul 8, 2025
@sangbida sangbida closed this Jul 8, 2025
@sangbida sangbida reopened this Jul 8, 2025
@sangbida sangbida force-pushed the fix-sql-doc-formatting branch from cbe5dd1 to 8d5e8b8 Compare July 8, 2025 11:15
@rustyrussell rustyrussell force-pushed the fix-sql-doc-formatting branch from cbd4921 to edd9aae Compare July 9, 2025 01:46
@rustyrussell rustyrussell enabled auto-merge (rebase) July 9, 2025 01:46
@rustyrussell rustyrussell merged commit 89c4201 into ElementsProject:master Jul 9, 2025
85 of 91 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants