[
https://issues.jboss.org/browse/TEIID-4520?page=com.atlassian.jira.plugin...
]
Rafal Korytkowski edited comment on TEIID-4520 at 5/9/18 9:05 AM:
------------------------------------------------------------------
Thanks for the tip about null ConcatFunctionModifier. Quick progress report. Failures down
from 366 to 323. Any hints for changing conversion from timestamp to string to be
2000-01-01 00:00:00.000000 instead of 2000-01-01 00:00:00.0?
Nevermind, I guess I need something along these lines:
{code:java}
convertModifier.addConvert(FunctionModifier.TIMESTAMP, FunctionModifier.STRING, new
ConvertModifier.FormatModifier("to_char", TIMESTAMP_FORMAT));
{code}
was (Author: rkorytkowski):
Thanks for the tip about null ConcatFunctionModifier. Quick progress report. Failures down
from 366 to 323. Any hints for changing conversion from timestamp to string to be
2000-01-01 00:00:00.000000 instead of 2000-01-01 00:00:00.0?
Support for Exasol Connector
----------------------------
Key: TEIID-4520
URL:
https://issues.jboss.org/browse/TEIID-4520
Project: Teiid
Issue Type: Feature Request
Components: Misc. Connectors
Affects Versions: 9.x
Reporter: Van Halbert
Assignee: Andrej Šmigala
Fix For: 10.x, Open To Community
Requesting support for Exasol Connector
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)