krummas / DrizzleJDBC

A BSD licensed JDBC driver for Drizzle and MySQL
BSD 3-Clause "New" or "Revised" License
31 stars 22 forks source link

Issue #34: support of setCatalog() for mysql connections #35

Closed gilius38 closed 9 years ago

gilius38 commented 9 years ago

Calls to DrizzleConnection#[set|get]Catalog() are now forwarded to the Protocol instance so that MySQL connections now switch their underlying schema with a "USE <new schema>"