1.30.22
New Features
-
If your DolphinDB license is expiring in two weeks or less, a warning message is displayed when connecting to DolphinDB databases.
-
When creating new tables through the graphical user interface, the column data type dropdown now includes the DECIMAL128 data type option.
-
You can now create databases and tables through a graphical user interface.
-
You can now view all databases and tables (including the schema, columns and partitions) in the Database view.
-
If no code is selected, clicking the "Execute" button will now execute all of the code in the editor.
-
Support for
select NULL
SQL statement. -
SQL keywords can now be recognized in all-capitalization.
-
Support for creation and display of DECIMAL data type.
Improvements
-
Enhanced the design of the popups displaying version and node information in the upper-right corner.
-
When a table is expanded in the Database view, the contents of that table are automatically displayed in the Data view.
-
To prevent the interface from getting stuck, the Data view now limits displayed content to a maximum of 10,000 characters for tables, vectors, and dictionaries.
-
The dropdown lists in the Controller/Nodes Configuration dialogs now include all available configuration parameters.
-
The input for the regularArrayMemoryLimit configuration parameter has been changed from a dropdown menu to an input field in the Nodes Configuration dialog.
-
Unnecessary input validation checks have been removed for certain configuration parameters in the Controller/Nodes Configuration dialogs.
-
In the Nodes Configuration dialog, configuration parameters with an empty value field will not be included in the configuration file.
-
Removed the DFS tab from the left navigation pane. Database and table information is now integrated into the Shell tab Database view.
-
Rearranged page layout: Moved the terminal view to the top right and the data view to the bottom.
-
The terminal view now displays up to 100,000 entries.
Issues Fixed
-
Fixed an issue where partitions were incorrectly shown in the menu for dimension tables in the Database view.
-
The system now displays an error message if you try to start data nodes without first logging in.
-
Fixed an issue in the Data view where null values in DATE columns were incorrectly displayed as the string "null". Now, null DATE values are properly displayed as empty cells.
-
Fixed incorrect syntax coloring in the Editor view for vectors containing empty string elements represented by a single back quote `.
-
Fixed an issue where array vector columns were not included in the columns menu in the Database view.
-
Clicking an empty symbol in the Local Variables view no longer triggers an error.
-
The fonts in the terminal view and editor are now displayed in a fixed-width format.
-
The Local Variables view now has a scroll bar. Previously, content overflowed into the Shared Variables view without a scroll bar.
-
Fixed incorrect configuration parameter names related to asynchronous replication.