Skip to content

Commit 83c561c

Browse files
committed
docs: change section order in Enhancements
1 parent 374acd2 commit 83c561c

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

user_guide_src/source/changelogs/v4.2.0.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,6 @@ Added an optional new more secure auto router. These are the changes from the le
5555

5656
See :ref:`auto-routing-improved` for the details.
5757

58-
Commands
59-
========
60-
61-
- Added ``spark db:table`` command. See :doc:`../dbmgmt/db_commands` for the details.
62-
- You can now see the names of all the tables in the database you are currently connected in the terminal.
63-
- ``spark db:table --show``
64-
- Or you can see the field names and the records of a table.
65-
- ``spark db:table my_table``
66-
- ``spark db:table my_table --limit-rows 50 --limit-field-value 20 --desc``
67-
- Or you can see metadata like the column type, max length of a table.
68-
- ``spark db:table my_table --metadata``
69-
- The ``spark routes`` command now shows closure routes, auto routes, and filters. See :ref:`URI Routing <spark-routes>`.
70-
7158
Database
7259
========
7360

@@ -91,6 +78,19 @@ Helpers and Functions
9178
- Exception information logged through ``log_message()`` has now improved. It now includes the file and line where the exception originated. It also does not truncate the message anymore.
9279
- The log format has also changed. If users are depending on the log format in their apps, the new log format is "<1-based count> <cleaned filepath>(<line>): <class><function><args>"
9380

81+
Commands
82+
========
83+
84+
- Added ``spark db:table`` command. See :doc:`../dbmgmt/db_commands` for the details.
85+
- You can now see the names of all the tables in the database you are currently connected in the terminal.
86+
- ``spark db:table --show``
87+
- Or you can see the field names and the records of a table.
88+
- ``spark db:table my_table``
89+
- ``spark db:table my_table --limit-rows 50 --limit-field-value 20 --desc``
90+
- Or you can see metadata like the column type, max length of a table.
91+
- ``spark db:table my_table --metadata``
92+
- The ``spark routes`` command now shows closure routes, auto routes, and filters. See :ref:`URI Routing <spark-routes>`.
93+
9494
Others
9595
======
9696

0 commit comments

Comments
 (0)