Able to export columns data with table structure for only those selected columns like sqlYog
(MXS-4143)
|
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | REST-API |
| Affects Version/s: | None |
| Fix Version/s: | 24.02.0 |
| Type: | Sub-Task | Priority: | Major |
| Reporter: | Duong Thien Ly | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | MXS-SPRINT-194, MXS-SPRINT-195, MXS-SPRINT-196, MXS-SPRINT-197, MXS-SPRINT-199 | ||||||||
| Description |
|
The GUI needs result set metadata like column datatypes, sizes, and the result set's table name to add the "Export as SQL" option. Parsing the query in the GUI was considered but it's not an optimal approach as the users can have multiple "select" in a stored procedure, the GUI can't parse the store procedure to query additional metadata. |
| Comments |
| Comment by Duong Thien Ly [ 2023-12-04 ] | |||||||||||||||||||||||||||
|
For example:
|