You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by li...@apache.org on 2019/02/20 03:54:30 UTC

[trafodion] branch master updated (7da4aeb -> 3e07023)

This is an automated email from the ASF dual-hosted git repository.

liuyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafodion.git.


    from 7da4aeb  Merge pull request #1800 from sbroeder/sean_traf_2.4
     add 37a5248  [TRAFODION-3277] Add *OVERLAPS predicate* in Trafodion SQL Reference Manual
     new 86cbb40  Incorporate comments 1
     new 3e07023  Merge PR 1799

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../asciidoc/_chapters/sql_language_elements.adoc  | 387 +++++++++++++++++++++
 1 file changed, 387 insertions(+)


[trafodion] 01/02: Incorporate comments 1

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

liuyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafodion.git

commit 86cbb40bac57949d907951c1b110d4188761fc24
Author: Yu Liu <qw...@hotmail.com>
AuthorDate: Wed Feb 20 11:47:47 2019 +0800

    Incorporate comments 1
---
 docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc
index 229b708..b459e8f 100644
--- a/docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc
+++ b/docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc
@@ -3753,7 +3753,7 @@ Technical Writer
 * If two date-time periods are not instantaneous, they overlap when they share a common period, that is, they must have one-second overlap for TIME/TIMESTAMP or one-day overlap for DATE/TIMESTAMP.
 
 +
-TIP: S1-E1 stands for `_(start 1, end 1)_`, S2-E2 stands for `_(start 2, end 2)_`, and so forth.
+TIP: The diagram below describes how various time periods overlap the time period S1-E1. Here, Sn-En refers to `_(start n, end n)_`.
 
 +
 ```


[trafodion] 02/02: Merge PR 1799

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

liuyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafodion.git

commit 3e070237e9dc543651743b91ae087930a2059a8e
Merge: 7da4aeb 86cbb40
Author: Yu Liu <qw...@hotmail.com>
AuthorDate: Wed Feb 20 11:54:17 2019 +0800

    Merge PR 1799

 .../asciidoc/_chapters/sql_language_elements.adoc  | 387 +++++++++++++++++++++
 1 file changed, 387 insertions(+)