-
Notifications
You must be signed in to change notification settings - Fork 17
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
A configuration parameter missing in the examples. #3
Comments
That shouldn't be a problem - by design the component works across schemas. Cheers
|
Well, it doesn't work for the MySqlConnector. I was struggling with this issue for little while and didn't get it until I stepped through the code with my debugger. I think it would help a lot to mention it. |
You can add the schema in the |
Makes sense, I'll update the docs. However, I do think its good practice to fully qualify table names to avoid ambiguity, and connecting to a "default" schema can sometimes cause confusion. Its been a while since I've only been dealing with a single schema though, and I understand thats not necessarily the case for everyone. |
I just noticed that the configuration examples in the doc for MySQL are missing the
database
-parameter for creating a connection. :)The text was updated successfully, but these errors were encountered: