Hello,
the new version of sqlcl is great, but I have a problem with SYSDATE function.
The following sql command :
SELECT SYSDATE FROM DUAL;
returns :
* sqlplus output : 05/02/2016 12:05:02
* sqlcl (previous version) output : 05/02/2016 12:05:02
* sqlcl (new version) output : 05/02/2016
sqlplus and old sqlcl behavior is the same and it fine.
but new sql version display a truncated sysdate. could you fix this, in order to align the behavior with sqlplus ?
thank you.