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

Update README #48

Open
1 of 2 tasks
kadishmal opened this issue Sep 21, 2016 · 0 comments
Open
1 of 2 tasks

Update README #48

kadishmal opened this issue Sep 21, 2016 · 0 comments
Assignees
Milestone

Comments

@kadishmal
Copy link
Contributor

kadishmal commented Sep 21, 2016

  • Tell about how DATE/DATETIME fields are parsed in node-cubrid. The values are parsed as UTC values. That is if the data in date field is stored as 10/02/2012, when it is returned by node-cubrid, it is returned in local time as Tue Oct 02 2012 09:00:00 GMT+0900 (KST). This example consider my current time zone +09:00. This is done because CUBRID does not store the time zone information along with the date. So we suggest storing dates in UTC consistently.
  • Some methods will be removed in v3.0.0.
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
Closes #49, #11, #12, #13, #14, #48 Implement Protocol v6 of CUBRID.
@kadishmal kadishmal added this to the 3.0.0 milestone Oct 5, 2016
@kadishmal kadishmal self-assigned this Oct 5, 2016
@kadishmal kadishmal added the docs label Oct 12, 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

1 participant