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/01/21 03:20:40 UTC

[trafodion] branch master updated (55dcebf -> 4819b3b)

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 55dcebf  Merge PR 1768
     new 3c44bd6  [TRAFODION-3258] Fix Typos in Trafodion SQL Reference Manual
     new 81b9147  Fix More
     new 4819b3b  Merge PR 1774

The 3 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:
 .../_chapters/sql_functions_and_expressions.adoc   | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)


[trafodion] 02/03: Fix More

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 81b914725e7f74717d192c3787a999774cb1a534
Author: Yu Liu <qw...@hotmail.com>
AuthorDate: Mon Jan 21 11:17:42 2019 +0800

    Fix More
---
 .../src/asciidoc/_chapters/sql_functions_and_expressions.adoc  | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc
index 45796ed..06d309f 100644
--- a/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc
+++ b/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc
@@ -7020,7 +7020,7 @@ OCTET_LENGTH ('Robert')
 
 <<<
 [[offset_function]]
-=== OFFSET Function
+== OFFSET Function
 
 The OFFSET function is a sequence function that retrieves columns from
 previous rows of an intermediate result table ordered by a SEQUENCE BY
@@ -8437,7 +8437,7 @@ min_i1
 
 <<<
 [[runningstddev_function]]
-=== RUNNINGSTDDEV Function
+== RUNNINGSTDDEV Function
 
 The RUNNINGSTDDEV function is a sequence function that returns the
 standard deviation of non-null values of a column up to and including the
@@ -8793,7 +8793,7 @@ SINH (1.25)
 
 <<<
 [[space_function]]
-=== SPACE Function
+== SPACE Function
 
 The SPACE function returns a character string consisting of a specified
 number of spaces, each of which is 0x20 or 0x0020, depending on the
@@ -9659,7 +9659,7 @@ TAN (0.3491)
 
 <<<
 [[tanh_function]]
-=== TANH Function
+== TANH Function
 
 The TANH function returns the hyperbolic tangent of a numeric value
 expression, where the expression is an angle expressed in radians.
@@ -11126,7 +11126,7 @@ See <<lcase_function,LCASE Function>>.
 
 <<<
 [[upper_function]]
-=== UPPER Function
+== UPPER Function
 
 The UPPER function up-shifts alphanumeric characters. For
 non-alphanumeric characters, UCASE returns the same character. UPPER can


[trafodion] 03/03: Merge PR 1774

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 4819b3b498dda81d2ae4c5741f02edfa161951ef
Merge: 55dcebf 81b9147
Author: Yu Liu <qw...@hotmail.com>
AuthorDate: Mon Jan 21 11:20:27 2019 +0800

    Merge PR 1774

 .../_chapters/sql_functions_and_expressions.adoc   | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)


[trafodion] 01/03: [TRAFODION-3258] Fix Typos in Trafodion SQL Reference Manual

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 3c44bd632da8863e930258eec1f924aef6783e81
Author: Yu Liu <qw...@hotmail.com>
AuthorDate: Mon Jan 21 11:15:25 2019 +0800

    [TRAFODION-3258] Fix Typos in Trafodion SQL Reference Manual
---
 .../asciidoc/_chapters/sql_functions_and_expressions.adoc    | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc
index bf0aa77..45796ed 100644
--- a/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc
+++ b/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc
@@ -525,7 +525,7 @@ ACOS (COS (0.3491))
 
 <<<
 [[add_months_function]]
-=== ADD_MONTHS Function
+== ADD_MONTHS Function
 
 The ADD_MONTHS function adds the integer number of months specified by
 _int_expr_ to _datetime_expr_ and normalizes the result. ADD_MONTHS is a {project-name} SQL
@@ -1930,7 +1930,7 @@ CEILING (2.25)
 
 <<<
 [[char_function]]
-=== CHAR Function
+== CHAR Function
 
 The CHAR function returns the character that has the specified code
 value, which must be of exact numeric with scale 0.
@@ -2409,7 +2409,7 @@ COS (0.3491)
 
 <<<
 [[cosh_function]]
-=== COSH Function
+== COSH Function
 
 The COSH function returns the hyperbolic cosine of a numeric value
 expression, where the expression is an angle expressed in radians.
@@ -5629,7 +5629,7 @@ See <<ucase_function,UCASE Function>>.
 
 <<<
 [[left_function]]
-=== LEFT Function
+== LEFT Function
 
 The LEFT function returns the leftmost specified number of characters
 from a character expression. Every character, including multi-byte
@@ -5786,7 +5786,7 @@ LOG (2.0)
 
 <<<
 [[log10_function]]
-=== LOG10 Function
+== LOG10 Function
 
 The LOG10 function returns the base 10 logarithm of a numeric value
 expression.
@@ -6810,7 +6810,7 @@ FROM mining.seqfcn SEQUENCE BY ts;
 
 <<<
 [[nullif_function]]
-=== NULLIF Function
+== NULLIF Function
 
 The NULLIF function compares the value of two expressions. Both
 expressions must be of comparable types. The return value is NULL when