-
Notifications
You must be signed in to change notification settings - Fork 5
PMI-97: Convert and parse INTERVALS. #5
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
Conversation
doc/system_requirements.md
Outdated
| * Asterisk ("*") | ||
| Rationale: | ||
|
|
||
| Neighboring systems of an Exasol database often do to have equivalent data types, so conversion to a primitive data type is required. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... do to have equivalent
This section is unclear
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed:
"... do not have ..."
| * <li>milliseconds (or fraction of seconds)</li> | ||
| * </ul> | ||
| * | ||
| * Since milliseconds are the highest resolution, each interval can also be expresses as a total number of milliseconds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo:
can be expressed
doc/design.md
Outdated
|
|
||
| The data converter can parse `INTERVAL DAY TO SECOND` from strings in the following format: | ||
|
|
||
| inverval-d2s = [ days SP ] hours ":" minutes [ ":" seconds [ "." milliseconds ] ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: inverval-d2s --> interval-d2s
At first glance, notation is not completely clear.
Maybe concret examples for string intervals (interval-d2s, hours, minutes ...) could be helpul (just suggestion)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added examples. Will add introduction including ABNF mention in separate ticket.
Summary: