golistic / pxmysql

Go MySQL driver using X Protocol
MIT License
14 stars 0 forks source link

enh(xmysql): CreateSession becomes GetSession and Schema method, GetS… #65

Closed geertjanvdk closed 1 year ago

geertjanvdk commented 1 year ago

…chema

BREAKING CHANGE: To align with the MySQL X DevAPI, we rename xmysql.CreateSession as xmysql.GetSession, not keeping the old name. The methods Session.Schema and Session.SchemaWithName have been renamed as Session.GetSchema and Session.GetSchemaWithName, again, not keeping the old names.

Resolves #64