GitHub user anoopsharma00 opened a pull request:
https://github.com/apache/incubator-trafodion/pull/545
JIRA TRAFODION-2060 Add support for tinyint datatype
-- added support for tinyint datatype to be used in create
and cast statements
-- added support for returning tinyint in select list and
input params
-- currently tinyint select list and input params is only enabled for
queries from sqlci. Some support for it has been added to jdbc T4
but need to be completed. Until then, tinyint select/param support
is not enabled for t4/t2/odbc interfaces
-- removed obsolete tandem floating point datatypes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anoopsharma00/incubator-trafodion
ansharma_tinyint_br
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/545.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 #545
----
commit 88ec4feaaabcd2a609653e28496ed44ee9359ee3
Author: Anoop Sharma <[email protected]>
Date: 2016-06-14T19:14:32Z
JIRA TRAFODION-2060 Add support for tinyint datatype
-- added support for tinyint datatype to be used in create
and cast statements
-- added support for returning tinyint in select list and
input params
-- currently tinyint select list and input params is only enabled for
queries from sqlci. Some support for it has been added to jdbc T4
but need to be completed. Until then, tinyint select/param support
is not enabled for t4/t2/odbc interfaces
-- removed obsolete tandem floating point datatypes
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---