Skip to content

Commit

Permalink
TEIID-2426 updating sybase default version
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Mar 7, 2013
1 parent e325c18 commit 3b262a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html
Expand Up @@ -190,6 +190,11 @@ <h2><a name="Configuration">Configuration Issues</a></h2>

See the <a href="teiid-docs/teiid_admin_guide.pdf">Admin Guide</a> for more on configuration and installation.

<h4>from 8.2</h4>
<ul>
<li>The default version for Sybase was update to 15.0.2 rather than 12.5.
</ul>

<h4>from 8.1</h4>
<ul>
<li>The connector batch size setting is no longer used. Instead a fetch size will be sent to the translator that is 2 times the working batch size or the non-pushed limit, whichever is less.
Expand Down
Expand Up @@ -68,7 +68,7 @@ public class SybaseExecutionFactory extends BaseSybaseExecutionFactory {
protected boolean jtdsDriver;

public SybaseExecutionFactory() {
setDatabaseVersion(TWELVE_5);
setDatabaseVersion(FIFTEEN_0_2);
setSupportsFullOuterJoins(false);
setMaxInCriteriaSize(250);
setMaxDependentInPredicates(8);
Expand Down

0 comments on commit 3b262a1

Please sign in to comment.