Skip to content

Implement MySqlConnection.ChangeDatabase #201

@rigofunc

Description

@rigofunc

Currently, I user this package for test, I will dynamically change the database name, but I found the ChangeDatabase(string) method throw NotImplemtedException

public override void ChangeDatabase(string databaseName)
{
	throw new NotImplementedException();
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions