-
Notifications
You must be signed in to change notification settings - Fork 13
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
Code refactoring #14
Comments
kadishmal
added a commit
that referenced
this issue
Feb 1, 2015
kadishmal
added a commit
that referenced
this issue
Oct 5, 2016
kadishmal
added a commit
that referenced
this issue
Oct 5, 2016
kadishmal
added a commit
that referenced
this issue
Oct 5, 2016
kadishmal
added a commit
that referenced
this issue
Oct 5, 2016
kadishmal
added a commit
that referenced
this issue
Oct 5, 2016
kadishmal
added a commit
that referenced
this issue
Oct 5, 2016
kadishmal
added a commit
that referenced
this issue
Oct 5, 2016
New Features #49 Implement Protocol v6 of CUBRID. #13 Add support for alternative hosts to support client side HA. #12 #11 Provide a configurable logging function. #18 Added ENUM data type support via the old protocol. #14 Support promises. Refactoring #48 Update README. #14 Indent using spaces instead of tabs. #14 Reduce the use of self where this can be used directly. #14 Extract constants and other useless variables from the connection object.
kadishmal
added a commit
that referenced
this issue
Oct 5, 2016
kadishmal
added a commit
that referenced
this issue
Oct 5, 2016
kadishmal
added a commit
that referenced
this issue
Oct 5, 2016
Applicable to Travis CI builds only.
kadishmal
added a commit
that referenced
this issue
Oct 5, 2016
kadishmal
added a commit
that referenced
this issue
Oct 5, 2016
kadishmal
added a commit
that referenced
this issue
Oct 5, 2016
kadishmal
added a commit
that referenced
this issue
Oct 5, 2016
kadishmal
added a commit
that referenced
this issue
Oct 5, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
_closeQuery
instead of looping through_queriesPacketList
to find thequeryHandle
, maintain an object whose keys are thequeryHandle
.noDelay(true)
only once right after the socket gets created.self
wherethis
can be used directly. 365f867The text was updated successfully, but these errors were encountered: