-
Notifications
You must be signed in to change notification settings - Fork 948
sql plugin #5679
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
endothermicdev
merged 30 commits into
ElementsProject:master
from
rustyrussell:guilt/sql-plugin
Jan 30, 2023
Merged
sql plugin #5679
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
fc4bf39
doc: remove unused offerout schema.
rustyrussell 7962de7
wallet: remove unused TX_ANNOTATION type in transaction_annotations t…
rustyrussell 0edd183
listtransactions: get rid of per-tx type annotations.
rustyrussell a880b60
plugins/topology: add direction field to listchannels.
rustyrussell 90bb11d
lightningd: fix type of listhtlcs payment_hash.
rustyrussell c74bc54
doc: fix listsendpays man page.
rustyrussell c826513
common/gossip_store: clean up header.
rustyrussell 22afc18
common/gossip_store: expose routine to read one header.
rustyrussell 71c033b
common/gossip_store: move subdaemon-only routines to connectd.
rustyrussell abb0564
tools/fromschema.py: don't try to handle more complex cases.
rustyrussell 4418172
common: add routine to get double from JSON.
rustyrussell 1f2f1b7
doc/schemas: remove unnecessary length restrictions.
rustyrussell f1efb65
doc: use specific types in schema rather than "hex".
rustyrussell c8a173b
plugins/sql: initial commit of new plugin.
rustyrussell f98d1a8
plugins/sql: create `struct column` to encode column details.
rustyrussell bea8bab
plugins/sql: rework to parse schemas.
rustyrussell 1897b3d
plugins/sql: make tables for non-object arrays.
rustyrussell 1b58d37
plugins/sql: add listpeerchannels support.
rustyrussell b0c2560
pytest: perform more thorough testing.
rustyrussell 4bf9d21
plugins/sql: include the obvious indexes.
rustyrussell 0a6cd62
plugins/sql: refresh listnodes and listchannels by monitoring the gos…
rustyrussell e531904
doc/schemas: fix old deprecations.
rustyrussell 4885ef6
plugins/sql: pay attention to `deprecated` in schema.
rustyrussell 472d1b2
plugins/sql: print out part of man page referring to schemas.
rustyrussell 224383b
doc: document the sql command.
rustyrussell 212c859
plugins/sql: allow some simple functions.
rustyrussell 8d60994
plugins/sql: add bkpr-listaccountevents and bkpr-listincome support.
rustyrussell 28cf990
plugins/sql: listsqlschemas command to retrieve schemas.
rustyrussell cf3f295
doc: add examples for sql plugin.
rustyrussell c2face4
typo fixes found by @niftynei
rustyrussell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.