-
Notifications
You must be signed in to change notification settings - Fork 26
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
Feature/promises #32
base: master
Are you sure you want to change the base?
Feature/promises #32
Conversation
Albert, there are many files / lines modified in this pull request where the change is replacing single quotes with double quotes. While we never declared a standard, our existing code in the driver uses single quotes, so we'd like to keep this the same for consistency. Can you revert all of those changes, that will make it easier for us to review the consequential changes in this request. Thanks! |
Sure, if you find any other convention difference I'll change it to the convention you guys use. |
Now that you mention, I think the /tests had the double quotes and defined a .eslintrc with a double quote rule. If it's ok with you, I'll change the /tests to use sinlge quotes too. |
Yes, that would be great. It will help make the project more consistent. |
…on to leave like the original to localhost
No reconection when database closes socket.
Most of the async operations are modified to return promises.
VoltTable support as a parameter ( volttable class in lib/volttable.js ).
Reconnect Capabilities.
More tests.
Hashinator implementation.
Sugar methods for: adHoc, updateClasses, systemOverview and others.