AnatolyUss / nmig

NMIG is a database migration tool, written in Node.js and highly inspired by FromMySqlToPostgreSql.
GNU General Public License v3.0
451 stars 83 forks source link

Allow excluding tables when database name includes dashes. #124

Closed freezy closed 6 months ago

freezy commented 7 months ago

When using the exclude_tables option and the database name contains dashes, the request to retrieve the tables fails. This PR fixes that.

AnatolyUss commented 6 months ago

Thank you, @freezy !