-
Notifications
You must be signed in to change notification settings - Fork 4
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
Recursive file checksum report of an erlang VM #236
Labels
Comments
Sample usageselect
app, appVsn, file, fileVsn, filePath, fileOrigin
from
ddVersion
where
app = 'sqlparse' Sample output[
{
"app": "sqlparse",
"appVsn": "4.4.0",
"file": "sql_lex",
"fileVsn": "vsn:[131606334710264393319949122493806996698]",
"filePath": "c:/projects/git/K2InformaticsGmbH/tmp/dderl/_build/default/lib/sqlparse/ebin/sql_lex.beam",
"fileOrigin": "https://github.com/K2InformaticsGmbH/sqlparse/raw/c59604318c89c70b0de2865f496f2c2b4ddc528a/src/sql_lex.xrl"
},
{
"app": "sqlparse",
"appVsn": "4.4.0",
"file": "sqlparse",
"fileVsn": "vsn:[278921480926115891132835489001292967950]",
"filePath": "c:/projects/git/K2InformaticsGmbH/tmp/dderl/_build/default/lib/sqlparse/ebin/sqlparse.beam",
"fileOrigin": "https://github.com/K2InformaticsGmbH/sqlparse/raw/c59604318c89c70b0de2865f496f2c2b4ddc528a/src/sqlparse.yrl"
},
{
"app": "sqlparse",
"appVsn": "4.4.0",
"file": "sqlparse.app.src",
"fileVsn": "ph2:66723463",
"filePath": "c:/projects/git/K2InformaticsGmbH/tmp/dderl/_build/default/lib/sqlparse/src/sqlparse.app.src",
"fileOrigin": "https://github.com/K2InformaticsGmbH/sqlparse/raw/c59604318c89c70b0de2865f496f2c2b4ddc528a/src/sqlparse.app.src"
},
{
"app": "sqlparse",
"appVsn": "4.4.0",
"file": "sqlparse.cf",
"fileVsn": "ph2:98977971",
"filePath": "_build/default/lib/sqlparse/priv/bnf_converter",
"fileOrigin": ""
},
{
"app": "sqlparse",
"appVsn": "4.4.0",
"file": "sqlparse.ebnf",
"fileVsn": "ph2:114485736",
"filePath": "_build/default/lib/sqlparse/priv/railroad_diagram_generator",
"fileOrigin": ""
},
{
"app": "sqlparse",
"appVsn": "4.4.0",
"file": "sqlparse_fold",
"fileVsn": "vsn:[102208884779502355283483466134511098602]",
"filePath": "c:/projects/git/K2InformaticsGmbH/tmp/dderl/_build/default/lib/sqlparse/ebin/sqlparse_fold.beam",
"fileOrigin": "https://github.com/K2InformaticsGmbH/sqlparse/raw/c59604318c89c70b0de2865f496f2c2b4ddc528a/src/sqlparse_fold.erl"
},
{
"app": "sqlparse",
"appVsn": "4.4.0",
"file": "sqlparse_format_flat",
"fileVsn": "vsn:[271422244527642713873343122224758767967]",
"filePath": "c:/projects/git/K2InformaticsGmbH/tmp/dderl/_build/default/lib/sqlparse/ebin/sqlparse_format_flat.beam",
"fileOrigin": "https://github.com/K2InformaticsGmbH/sqlparse/raw/c59604318c89c70b0de2865f496f2c2b4ddc528a/src/sqlparse_format_flat.erl"
},
{
"app": "sqlparse",
"appVsn": "4.4.0",
"file": "sqlparse_format_pretty",
"fileVsn": "vsn:[139626311694512237591916476297512517445]",
"filePath": "c:/projects/git/K2InformaticsGmbH/tmp/dderl/_build/default/lib/sqlparse/ebin/sqlparse_format_pretty.beam",
"fileOrigin": "https://github.com/K2InformaticsGmbH/sqlparse/raw/c59604318c89c70b0de2865f496f2c2b4ddc528a/src/sqlparse_format_pretty.erl"
}
] |
c-bik
added a commit
that referenced
this issue
Mar 11, 2019
acautin
added a commit
that referenced
this issue
Mar 13, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Integrate vsn.escript as safe local MFA
The text was updated successfully, but these errors were encountered: