You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by DaveBirdsall <gi...@git.apache.org> on 2018/03/12 18:01:25 UTC

[GitHub] trafodion pull request #1469: [TRAFODION-2990] Fix CREATE TABLE LIKE having ...

GitHub user DaveBirdsall opened a pull request:

    https://github.com/apache/trafodion/pull/1469

    [TRAFODION-2990] Fix CREATE TABLE LIKE having long numeric default constant

    The routine LineBreakSqlText (common/NAString.cpp) was inserting a line break after the decimal point in a numeric constant, making one token into two. The code has been changed to distinguish between a dot that separates two identifiers (a legitimate place to insert line breaks) and decimal points.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaveBirdsall/trafodion Trafodion2990

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafodion/pull/1469.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1469
    
----
commit 582ff40280d0f99025a529914ea78533fc6e12bc
Author: Dave Birdsall <db...@...>
Date:   2018-03-12T17:59:04Z

    [TRAFODION-2990] Fix CREATE TABLE LIKE having long numeric default constant

----


---

[GitHub] trafodion pull request #1469: [TRAFODION-2990] Fix CREATE TABLE LIKE having ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/trafodion/pull/1469


---