Merge branch 'main' into issue98
Some checks failed
Build / Build-and-ng-test (pull_request) Failing after 51s

This commit is contained in:
mihajlo 2024-05-23 14:17:18 +00:00
commit cb9a5f0eb4
4 changed files with 22 additions and 4 deletions

View File

@ -1,3 +1,17 @@
## [6.8.5](https://git.datacontroller.io/dc/dc/compare/v6.8.4...v6.8.5) (2024-05-23)
### Bug Fixes
* bitemporal load issue [#105](https://git.datacontroller.io/dc/dc/issues/105) ([967698e](https://git.datacontroller.io/dc/dc/commit/967698e4ce1e0abcbc6f0aff8a4be6c512dee93c))
## [6.8.4](https://git.datacontroller.io/dc/dc/compare/v6.8.3...v6.8.4) (2024-05-22)
### Bug Fixes
* new approach to fixing [#105](https://git.datacontroller.io/dc/dc/issues/105) ([c11bd9a](https://git.datacontroller.io/dc/dc/commit/c11bd9a2c55e49f10451962cb2e222c21206bce5))
## [6.8.3](https://git.datacontroller.io/dc/dc/compare/v6.8.2...v6.8.3) (2024-05-09)

View File

@ -1,6 +1,6 @@
{
"name": "dcfrontend",
"version": "6.8.3",
"version": "6.8.5",
"description": "Data Controller",
"devDependencies": {
"@saithodev/semantic-release-gitea": "^2.1.0",

View File

@ -1048,8 +1048,12 @@ run;
%if &loadtype=BITEMPORAL %then %do;
%let cat_string=catx('|' ,&bus_from,&bus_to);
data bitemp5a_lkp (keep=&md5_col);
set bitemp0_base;
data work.bitemp5a_lkp (keep=&md5_col)
%if "%substr(&sysver,1,1)" ne "4" and "%substr(&sysver,1,1)" ne "5" %then %do;
/nonote2err
%end;
;
set work.bitemp0_base;
/* for BITEMPORAL we need to compare business dates also */
&md5_col=put(md5(&cat_string!!'|'!!&stripcols),$hex32.);
run;

View File

@ -341,7 +341,7 @@ data work.STAGING_DS;
&droplist;
infile "&csv_dir/&fname" dsd dlm="&dlm" lrecl=32767
firstobs=2 missover termstr=&termstr encoding='utf-8';
attrib &attrib ;
attrib _____DELETE__THIS__RECORD_____ length=$3 &attrib ;
if _n_=1 then call missing (of _all_);
missing a b c d e f g h i j k l m n o p q r s t u v w x y z _;
input