-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mainly for ticket #539, bunch of changes, updates and improvements
- Ticket #539: Table data INSERTION process - The workbench now supports the insertion process for all standard tables via the UI through right-click actions. - A tree view structure has been implemented for listing table structures. This structure accommodates all table complexities, including various depths and nesting levels, ensuring accurate representation. - Real-time validation is provided for all supported Cassandra data types, such as integer, date, UUID, etc. - For each data type, appropriate functions and tools are available for seamless insertion. For example, date types include user-friendly date/time pickers, while UUID types are automatically populated with relevant functions like `uuid()`. - For `blob` type, a file with maxium set size in the workbench's config file can be uploaded, the workbench will convert it to hexadecimal string, blob content can also be previewed easily - if it's safe to do that -, for now, images and documents are fully supported. - This feature can be disabled via the option `previewBlob` under the `features` section, the maximum allowed size for a file to be uploaded and converted to proper blob content can be changed via the option `insertBlobSize` under the `limit` section. - NULL values can be easily set for fields, alongside the ability to ignore non-mandatory fields during insertion. - Data requiring conversion via built-in Cassandra functions is automatically handled. For instance, when inserting a timestamp into a date type, the workbench will automatically include the toDate() function in the generated insertion statement. - Support has been added for setting the TTL (Time to Live), data creation timestamp, and write consistency level during data insertion. - JSON data format insertion is now supported, including the ability to set default values for omitted columns in JSON format. - Minor changes and update - New phrases have been added to the languages files. - New packages have been added, and other have been removed. - Renamed a few labels in the UI. - Minor other changes and updates.
- Loading branch information
1 parent
779f74d
commit 5974cc6
Showing
34 changed files
with
17,758 additions
and
3,961 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.