Skip to content

Implement MySqlConnection.GetSchema #361

@Thorium

Description

@Thorium

I would like to use some of .NET System.Data.Common database-interface features, like:

  • DbConnection.GetSchema(...)
  • MySqlDbType

For a start, these would be nice:

GetSchema "DataTypes":

  • Returns a datatable with columns: DataType, TypeName, ProviderDbType
  • Exposes the information how this provider maps .NET types to MySql database

GetSchema "Procedures":

  • Returns a datatable with columns: "ROUTINE_TYPE", "ROUTINE_SCHEMA", "SPECIFIC_NAME"
  • Type is e.g. a "FUNCTION" or "PROCEDURE"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions