dingqiangliu
released this
14 Mar 13:22
·
7 commits
to master
since this release
major improvement:
- Resolved the issue that HPL/SQL can not select Date and Timestamp type values into variables
- Resolved the issue that HPL/SQL incorrectly generate literal when referring Date or Timestamp type variable in SELECT or other SQL statements, eg. it should be DATE '2019-02-20', not 2019-02-20 .