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

mssql: fix issues #299 #409 #462 #464

Merged
merged 4 commits into from Jun 25, 2018

Conversation

n-riesco
Copy link
Contributor

No description provided.

* `yarn docker:mssql:start` launches a local mssql server on port 1433
  with user `sa` and password `yourStrong(!)Password`.
* Ensured database, schema and table names are surrounded by quotes.

* Ensured table names include the schema name.

Fixes plotly#299
Fixes plotly#409
Fixes plotly#462
@n-riesco
Copy link
Contributor Author

Hi @kndungu , would you be available to review this PR?

@kndungu
Copy link
Contributor

kndungu commented Jun 22, 2018

Hi @n-riesco, certainly.

Will do so in the next 24 hours, I need to go through the issues to make sure the PR fully addresses them.

Copy link
Contributor

@kndungu kndungu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@n-riesco the PR ticks all the boxes.

  • Fixes the issues
  • Doesn't break anything
  • Tests still passing
  • Code readable and well formatted

🚢 it!

@n-riesco n-riesco merged commit f54de61 into plotly:master Jun 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants