<p dir="auto">In Adaptive Server Enterprise 16.0 SP03 PL13 and 16.0 SP04 PL03, the value returned from <code class="notranslate">sp_server_info @attribute_id=1</code> changes from <code class="notranslate">SQL Server</code> to <code class="notranslate">Adaptive Server Enterprise</code>. An effect of this is that the condition in <code class="notranslate">DBIx::Class::Storage::DBI::Sybase::_rebless</code> to detect Adaptive Server Enterprise no longer fires, which means that connections to such databases would no longer use the storage class they should use (<code class="notranslate">DBIx::Class::Storage::DBI::Sybase::ASE</code>) but instead the superclass <code class="notranslate">DBIx::Class::Storage::DBI::Sybase</code>.</p>
<p dir="auto">This Pull Request updates the condition in <code class="notranslate">_rebless</code> to also accept the new product name returned by <code class="notranslate">sp_server_info @attribute_id=1</code> .</p>
<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/Perl5/DBIx-Class/pull/148'>https://github.com/Perl5/DBIx-Class/pull/148</a></p>
<h4>Commit Summary</h4>
<ul>
<li><a href="https://github.com/Perl5/DBIx-Class/pull/148/commits/60e83e096d85b055bc567637b1a2c4da8a9e4347" class="commit-link">60e83e0</a> Cope with updated name for Sybase ASE</li>
</ul>
<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/Perl5/DBIx-Class/pull/148/files">1 file</a>)</p>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/Perl5/DBIx-Class/pull/148/files#diff-a155259b91f502c6aa89bfda9601f2ef43020c7e67094aaefae09ceba33e54ed">lib/DBIx/Class/Storage/DBI/Sybase.pm</a>
(2)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/Perl5/DBIx-Class/pull/148.patch'>https://github.com/Perl5/DBIx-Class/pull/148.patch</a></li>
<li><a href='https://github.com/Perl5/DBIx-Class/pull/148.diff'>https://github.com/Perl5/DBIx-Class/pull/148.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/Perl5/DBIx-Class/pull/148">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AACJ4ATDSDPQ73VOK6226KTX44A5NANCNFSM6AAAAAA5MY64XM">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AACJ4AS2EX5MOH6XAEAHNB3X44A5NA5CNFSM6AAAAAA5MY64XOWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHHE26TUA.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><Perl5/DBIx-Class/pull/148</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/Perl5/DBIx-Class/pull/148",
"url": "https://github.com/Perl5/DBIx-Class/pull/148",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>