DBMaker 5.4.5 T4 Version
-
- support JDBC type 4
- feature enhancement and bug fix
- support aggregate function FIRST, LAST, STDDEV_POP, STDDEV_SAMP,
VAR_POP, VAR_SAMP, BIT_AND, BIT_OR, BIT_XOR - support for using the “limit” clause in a SELECT statement with a subquery
in the projection - support for using a subquery in a “CASE WHEN” statement
- support subquery with order by syntax
- support DBMaker DB replication with file object when RP_BKFOM=1
- reserve for an additional “SYSADM” connection specifically for
“dmsql” and “jtool” when the user license has been exceeded - fix the issue with the “not exists” subquery that may produce
incorrect results when referencing an outer query - fix the typo in the “ORDINAL_POSITION” field in the “SHOWINDEX” procedure
- fix the issue where using “insert or replace into” and creating a trigger
may result in unpredictable outcomes - fix the issue where using “SQLSetPos” or “SQLGetData” returns error 5307
after calling “SQLFetch” - fix select row_number on view which has order by alias will cause ERROR (6523)
- fix the issue where using a “LEFT OUTER JOIN” with “ORDER BY” and “LIMIT”
may produce incorrect results
- support aggregate function FIRST, LAST, STDDEV_POP, STDDEV_SAMP,
- support web application framework in github
- fix the bug in the django-dbmaker Driver
- support for laravel-dbmaker with PHP 8
-
- support and fix DCI with ISCOBOL
- support DCI_TABLESPACE_IDX to create index in another tablespace
- support insert default when column default attribute is SYSTEM
- support XFD COMMENT DCI_NULL_ON_SPACE_CHAR
- fix unexpected FS=46 (no current record) when reading a multi-record
- fix start/read/delete/rewrite should return error ERR_DISABLE_INDEX when index
is disabled
- dmSQL
- support EXPORT INTO data-file FROM (select statement)
- support EXPORT description_file option DISPLAY_NAME
- JDBC and JTOOL GUI enhancement and fix
- support and fix DCI with ISCOBOL
-
- fix the issue where the JDBC “pstmt.clearparameters()” method throws an exception
- fix the bug in JDBA related to handling “TIMESTAMP” data
- fix the issue where repeatedly turning the lock graph on and off
causes the JDBA Tool to shut down