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

2018-03-13 Thread asfgit
Github user asfgit closed the pull request at:

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


---


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

2018-03-12 Thread DaveBirdsall
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 
Date:   2018-03-12T17:59:04Z

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




---