DBD::Sybase: syb_server_version_string truncated?

"Rob Verschoor" <[email protected]> Sat, 26 May 2007 14:42:49 +0200
Newsgroups gmane.comp.lang.perl.modules.dbi.sybase
Organization Sypron B.V.
Message-ID <0f1801c79f93$67353e60$6601a8c0@ZEUS>
As I understand it, syb_server_version_string should return the full 
@@version string. However, it seems to be truncated after 15 characters:


print "$dbh->{syb_server_version}\n$dbh->{syb_server_version_string}\n";

12.5.4
Adaptive Server


Am I doing something wrong? The connection is OK and subsequent queries 
run fine.

Thanks in advance,

Rob V.