Details
-
Sub-Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
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.
The `mariadb-connector-cpp` seems to have the `ResultSetMetaData` interface, so getting the result set's metadata seems possible.
Attachments
Issue Links
- blocks
-
MXS-4143 Able to export columns data with table structure for only those selected columns like sqlYog
- Closed