]
Steven Hawkins commented on TEIID-5457:
---------------------------------------
For later AES versions "sql sqlnull on" can be run as an initialization query
just like with mysql -
Issues with sybase/ms sql pad pushdown
--------------------------------------
Key: TEIID-5457
URL:
https://issues.jboss.org/browse/TEIID-5457
Project: Teiid
Issue Type: Bug
Components: JDBC Connector
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 11.1
Sybase will return a non-null result then padding a null string.
Sybase and ms sql will trim from the string from the left when lpad is specified with a
pad length shorter than the string. The expected behavior is to always trim from the
right.