nichobbs commented on issue #4058: Oracle "ORA-00907: missing right 
parenthesis" error
URL: 
https://github.com/apache/incubator-superset/issues/4058#issuecomment-351925450
 
 
   Fix appears to be to change line 1076 of superset/db_engine_specs.py to 
   """TO_TIMESTAMP('{}', 'YYYY-MM-DD"T"HH24:MI:SS.ff6')"""
   from 
   """TO_TIMESTAMP('{}', 'YYYY-MM-DD'T'HH24:MI:SS.ff6')"""
   
   Note different quotes around the T. I've made a change locally and this 
seems to work.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to