]
Barry LaFond commented on TEIIDDES-2780:
----------------------------------------
[~cballego] FYI... Teiid runtime does not use the *Format* property for any of the
standard JDBC translators _(see comment above)_. You'll have to go the *view with
function conversion* route.
Use of Format property in Properties window in source model
doesn't seem to work
--------------------------------------------------------------------------------
Key: TEIIDDES-2780
URL:
https://issues.jboss.org/browse/TEIIDDES-2780
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 10.0, 9.0.5
Reporter: Matus Makovy
Priority: Minor
Issue copied from BZ, original reporter is cvanball(a)redhat.com.
Description of problem:
We have a use case where we have to replace datatypes with alternate
For example
SHIPPING_DATE and RETURN_DUE_DATE on CUSTOMER_ORDER_LINE_COPY from DATE to string field
of 10 (dd-mm-yyyy) and name it STR_SHIPPING_DATE, STR_RETURN_DUE_DATE respectibly.
Version-Release number of selected component (if applicable):
N/A
Actual results:
Date are not conform the dd-MM-yyyy format. Iow no transformation done despite the fact
of Format property filled in
Expected results:
Date transformation to dd-MM-yyyy
mmakovy: I reproduced this with 10.0.0.Beta2, formatting doesn't work.