Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-33485

Add table discovery to ODBC wrappers

Details

    Description

      Adding table discovery for ODBC tables would make it possible to access them without having to know the exact layout of the table. This makes it easier to connect to data sources when you either don't know the table layout but you know what you want or the task of mapping the types is either complex or laborious.

      ODBC has catalog functions that readily expose this information: SQLColumns for columns, SQLStatistics for indexes, SQLPrimaryKeys for primary keys. Using these it should be possible to expose an adequate mapping of the stored types without having to implement database-specific SQL queries.

      Attachments

        Issue Links

          Activity

            There are no comments yet on this issue.

            People

              ralf.gebhardt Ralf Gebhardt
              markus makela markus makela
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.