You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.2.0.rst
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,17 @@ Added an optional new more secure auto router. These are the changes from the le
44
44
45
45
See :ref:`auto-routing-improved` for the details.
46
46
47
+
Commands
48
+
========
49
+
50
+
- Added ``db:table`` command.
51
+
- You can now see the names of all the tables in the database you are currently connected, field names or other metadata, like the column type, max length and ... each table, and the information in that table in the terminal.
- The ``spark routes`` command now shows closure routes, auto routes, and filters. See :ref:`URI Routing <spark-routes>`.
57
+
47
58
Others
48
59
======
49
60
@@ -58,7 +69,6 @@ Others
58
69
- Added Validation Strict Rules. See :ref:`validation-traditional-and-strict-rules`.
59
70
- Added new OCI8 driver for database.
60
71
- It can access Oracle Database and supports SQL and PL/SQL statements.
61
-
- The ``spark routes`` command now shows closure routes, auto routes, and filters. See :ref:`URI Routing <spark-routes>`.
62
72
- 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.
63
73
- 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>"
64
74
- Added support for webp files to **app/Config/Mimes.php**.
- Debug toolbar is now using ``microtime()`` instead of ``time()``.
73
-
- Added new Command for CLI.
74
-
- ``db:table`` - You can now see the names of all the tables in the database you are currently connected, field names or other metadata, like the column type, max length and ... each table, and the information in that table in the terminal.
0 commit comments