fix: reduce length of tmp table names. Closes #130
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 4m55s

This commit is contained in:
Allan 2024-12-31 15:25:37 +00:00
parent 3de095fe77
commit f9c2491ab6

View File

@ -622,7 +622,7 @@ data work.bitemp0_append &keepvars &outds_del(drop=&md5_col )
%put DCNOTE: Extracting matching observations from &base_lib..&base_dsn;
%if &engine_type=OLEDB %then %do;
%let temp_table=##%mf_getuniquefileref(prefix=BTMP)_&base_dsn;
%let temp_table=##%mf_getuniquefileref(prefix=BTMP);
%if &loadtype=BITEMPORAL or &loadtype=TXTEMPORAL %then
%let base_table=(select * from [dbo].&base_dsn
where convert(datetime,&SQLNOW) < &tech_to );