Page MenuHomeDevCentral

D3699.diff
No OneTemporary

D3699.diff

diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@
Tools and utilities to work with reports are located in the tools/ folder:
* **[nasqueron-reports](tools/nasqueron-reports/README.md)**:
- allows to run the MariaDB or MySQL query,
- and format the result as expected, e.g. as MediaWiki table
+ allows run the MariaDB or MySQL query and format
+ the result as expected, like as a MediaWiki table
### Contribute
@@ -29,4 +29,4 @@
You can so add any project to generate or use a report at Nasqueron here,
regardless of the choice of technology stack.
-Software in tools/<name of the project> are intended to be built autonomously.
+Projects in tools/<name of the project> are intended to be built autonomously.
diff --git a/tools/nasqueron-reports/src/nasqueron_reports/connectors/db_mysql.py b/tools/nasqueron-reports/src/nasqueron_reports/connectors/db_mysql.py
--- a/tools/nasqueron-reports/src/nasqueron_reports/connectors/db_mysql.py
+++ b/tools/nasqueron-reports/src/nasqueron_reports/connectors/db_mysql.py
@@ -42,8 +42,7 @@
def parse_statements(query):
- """Parse SELECT or USE; SELECT; statements.
- as a main SELECT query and a database."""
+ """Parse SELECT or USE/SELECT statements as a main SELECT query and a database."""
statements = split_statements(query)
n = len(statements)

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 21, 17:13 (7 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3002203
Default Alt Text
D3699.diff (1 KB)

Event Timeline