Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11755426
D3699.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3699.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D3699: Improve style
Attached
Detach File
Event Timeline
Log In to Comment