[GitHub] incubator-trafodion pull request #1249: [TRAFODION-2757] Fix bug JDBC execut...

2017-09-29 Thread CoderSong2015
GitHub user CoderSong2015 opened a pull request:

https://github.com/apache/incubator-trafodion/pull/1249

[TRAFODION-2757] Fix bug JDBC executeQuery() throws exception on the "with 
... select" stmt

The jdbcT4 driver can't check the sql statement type succefully if the 
beginning of the query is 'with ... select'. 


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

$ git pull https://github.com/CoderSong2015/incubator-trafodion master

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

https://github.com/apache/incubator-trafodion/pull/1249.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 #1249


commit fdbb5dff3df8730243a752238727296d033065b9
Author: CoderSong2015 <403438...@qq.com>
Date:   2017-09-30T02:30:46Z

[TRAFODION-2757] Fix bug JDBC executeQuery() throws exception on the "with 
... select" stmt




---


[GitHub] incubator-trafodion pull request #1198: [TRAFODION-647]Make threshold of com...

2017-08-03 Thread CoderSong2015
GitHub user CoderSong2015 opened a pull request:

https://github.com/apache/incubator-trafodion/pull/1198

[TRAFODION-647]Make threshold of compression configurable

In Windows,you need to modify the registry to set the compression threshold.
In Linux,you need to set the threshold by DSN file like:
[Default_DataSource]
...
Compression = balance
CompressionThreshold = 3000
...

You also can config it by connection string like:
"DSN=Default_DataSource;USER=XX;PWD=XXX;CompressionThreshold=3000"

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

$ git pull https://github.com/CoderSong2015/incubator-trafodion master

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

https://github.com/apache/incubator-trafodion/pull/1198.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 #1198


commit a731155a95df05b41ad780a8254a60faada79027
Author: CoderSong2015 <403438...@qq.com>
Date:   2017-08-04T03:36:14Z

Make threshold of compression configurable in linux

commit c181c842beb1c8c9617c1c5db507d672eff0ea46
Author: CoderSong2015 <403438...@qq.com>
Date:   2017-08-04T03:48:18Z

Make threshold of compression configurable in windows




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-trafodion pull request #1193: [TRAFODION-647]Make threshold of com...

2017-08-03 Thread CoderSong2015
Github user CoderSong2015 closed the pull request at:

https://github.com/apache/incubator-trafodion/pull/1193


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-trafodion pull request #1197: [TRAFODION-2702]Fix wrong offset whe...

2017-08-03 Thread CoderSong2015
GitHub user CoderSong2015 opened a pull request:

https://github.com/apache/incubator-trafodion/pull/1197

[TRAFODION-2702]Fix wrong offset when the charset type is ucs2 in SQLTOC

The offset will record the number of the chars returned,which have been 
translated from ucs2 to SQL_C_CHAR. When the function is called again to get 
the remaining chars, it  use the length of string without translation and the 
offset translated to calculate the number of the remaining chars.

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

$ git pull https://github.com/CoderSong2015/incubator-trafodion forUCS2

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

https://github.com/apache/incubator-trafodion/pull/1197.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 #1197


commit cdee98c4390006dd14b98288fc334184548283c5
Author: CoderSong2015 <403438...@qq.com>
Date:   2017-08-03T11:05:30Z

[TRAFODION-2702]Fix wrong offset when the charset type is ucs2 in SQLTOC




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-trafodion pull request #1193: [TRAFODION-647]Make threshold of com...

2017-08-02 Thread CoderSong2015
GitHub user CoderSong2015 opened a pull request:

https://github.com/apache/incubator-trafodion/pull/1193

[TRAFODION-647]Make threshold of compression configurable

In Windows,you need to modify the registry to set the compression threshold.
In Linux,you need to set the threshold by DSN file like:
[Default_DataSource]
...
Compression = balance
Compressionlimits = 3000
...

You also can config it by connection string like:
"DSN=Default_DataSource;USER=XX;PWD=XXX;Compressionlimits=3000"


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

$ git pull https://github.com/CoderSong2015/incubator-trafodion master

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

https://github.com/apache/incubator-trafodion/pull/1193.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 #1193


commit 82479353930649b13ce2c19cee17905032bf27eb
Author: CoderSong2015 <403438...@qq.com>
Date:   2017-08-02T05:17:50Z

Make threshold of compression configurable in linux

commit c508372fca9c0917a2676f9d75ee0533aa00ce9b
Author: CoderSong2015 <403438...@qq.com>
Date:   2017-08-02T05:25:22Z

Make threshold of compression configurable in Windows




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-trafodion pull request #1097: [TRAFODION-647]Make threshold of com...

2017-05-16 Thread CoderSong2015
GitHub user CoderSong2015 opened a pull request:

https://github.com/apache/incubator-trafodion/pull/1097

[TRAFODION-647]Make threshold of compression configurable

In Windows,you need to modify the registry to set the compression threshold.
In Linux,you need to set the threshold by DSN file like:
[Default_DataSource]
...
Compression = balance
Compressionlimits = 3000
...


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

$ git pull https://github.com/CoderSong2015/incubator-trafodion master

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

https://github.com/apache/incubator-trafodion/pull/1097.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 #1097


commit 11a8db4a733c9611b58a8152e6bc467f860fb7fe
Author: CoderSong2015 <403438...@qq.com>
Date:   2017-05-16T08:55:47Z

make threshold of compression configurable in linux

commit 48919df6740192eed1a3aeebfada97e4dd5ca204
Author: CoderSong2015 <403438...@qq.com>
Date:   2017-05-17T02:01:35Z

make threshold of compression configurable in windows




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---