Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable connection class retargeting #34

Closed
benlower opened this issue Jun 29, 2016 · 2 comments
Closed

Enable connection class retargeting #34

benlower opened this issue Jun 29, 2016 · 2 comments
Assignees

Comments

@benlower
Copy link
Contributor

Take an existing TDS file ( say for PostgreSQL DB ) and change connection to MySQL/SQLServer/etc DB connection by changing the connection attributes from (class='postgres' to class='mysql' ) , Servername, dbname, port, username, auth-mode, sslmode, schema, single-node, workgroup-auth-mode.

@t8y8 t8y8 self-assigned this Jul 2, 2016
@t8y8
Copy link
Contributor

t8y8 commented Jul 2, 2016

If we decide to allow this, it's just a matter of making the class attribute settable (Currently it's read only)

@t8y8
Copy link
Contributor

t8y8 commented Sep 22, 2016

I'm going to consider this closed by #65 and we can do new issue reports for the odd-ball attributes that specific connectors have

@t8y8 t8y8 closed this as completed Sep 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants