Allan Bowe
|
fc8ba2e36c
|
chore: moving files to tidy up docs
|
2021-08-18 19:43:38 +03:00 |
|
Allan Bowe
|
756441384a
|
feat: adding first fcmp macro, mcf_string2file.sas
|
2021-08-18 18:35:51 +03:00 |
|
Allan Bowe
|
10f9eecf9e
|
Merge pull request #60 from sasjs/vpn-fix
chore: vpn fix
|
2021-08-13 14:41:25 +03:00 |
|
|
|
470ebb50a7
|
chore: vpn fix
|
2021-08-13 12:57:31 +02:00 |
|
Allan Bowe
|
26cd5d9d31
|
Merge pull request #59 from Stefan-Dimitrov-Stoyanov/patch-1
Update README.md
|
2021-08-12 11:59:25 +03:00 |
|
Stefan-Dimitrov-Stoyanov
|
0b694bb878
|
Update README.md
Fix the missing space at the end of the first line under the Installation header: https://github.com/sasjs/core/blob/main/README.md#installation
|
2021-08-11 13:34:44 +01:00 |
|
Allan Bowe
|
b403c02bba
|
chore: docs for mm_createfolder
|
2021-08-06 15:36:55 +03:00 |
|
Allan Bowe
|
0b555bb31c
|
Merge pull request #58 from sasjs/apploc
feat: new mf_getapploc macro
v2.39.0
|
2021-08-04 22:04:55 +03:00 |
|
Allan Bowe
|
40b513a9e3
|
feat: new mf_getapploc macro
|
2021-08-04 22:00:18 +03:00 |
|
Allan Bowe
|
4eacf4deae
|
Merge pull request #57 from sasjs/mf_existfref
fix: showing filerefs that exist (even when underlying does not) in m…
v2.38.1
|
2021-08-03 14:32:23 +03:00 |
|
Allan Bowe
|
5824423c13
|
fix: showing filerefs that exist (even when underlying does not) in mf_existfileref, along with 3 tests
|
2021-08-03 14:16:52 +03:00 |
|
Allan Bowe
|
ce5bfd41dc
|
chore(docs): updating header for mm_gettables
|
2021-08-02 10:37:01 +03:00 |
|
Allan Bowe
|
0c67a07e42
|
Merge pull request #56 from sasjs/ddlworkz
feat: new mp_lib2inserts macro. In addition, modified mp_getddl to i…
v2.38.0
|
2021-07-30 10:11:27 +03:00 |
|
Allan Bowe
|
187504600a
|
chore: fixing test
|
2021-07-30 00:21:02 +03:00 |
|
Allan Bowe
|
658d67feaa
|
chore: fixing comments
|
2021-07-30 00:17:44 +03:00 |
|
Allan Bowe
|
5207a77591
|
feat: new mp_lib2inserts macro. In addition, modified mp_getddl to ignore views, closing #5. Created a test, which highlighted another issue in mp_getddl (labels were being double quoted which caused macro resolution attempts when %including). Changed to single quotes. Switched 'outlib' to 'outschema' in mp_ds2inserts to harmonise with mp_getddl. Added a maxobs option, to speed up testing.
|
2021-07-30 00:14:29 +03:00 |
|
Allan Bowe
|
4456adf1dc
|
fix: switching default flavour from BASE to SAS to be consistent with mp_getddl
v2.37.4
|
2021-07-29 20:35:57 +03:00 |
|
Allan Bowe
|
03962c2a50
|
fix: for PGSQL DDL generation, ignore tables with over 1600 columns (as they are not supported in Postgres)
v2.37.3
|
2021-07-29 15:45:16 +03:00 |
|
Allan Bowe
|
6d2fc7e265
|
fix: removing bug introduced to mp_getddl and adding a test to prevent regression
v2.37.2
|
2021-07-29 13:02:58 +03:00 |
|
Allan Bowe
|
39b2e7c5f9
|
fix: supporting salts over 32 chars in mp_hashdataset()
v2.37.1
|
2021-07-28 23:22:43 +03:00 |
|
Allan Bowe
|
f99adf5c3e
|
Merge pull request #55 from sasjs/insertforpg
feat: updating mp_ds2inserts to support postgres database
v2.37.0
|
2021-07-28 19:11:38 +03:00 |
|
Allan Bowe
|
69f8e91a2d
|
feat: adding salt as option for mp_hashdataset
|
2021-07-28 17:04:41 +03:00 |
|
Allan Bowe
|
5b5d01993f
|
fix: updating mp_getddl to enable append to a fileref
|
2021-07-28 17:01:49 +03:00 |
|
Allan Bowe
|
00fa464a7c
|
feat: updating mp_ds2inserts to support postgres database
|
2021-07-27 11:07:12 +03:00 |
|
Allan Bowe
|
a5baf46233
|
chore: removing unnecessary proc format and generating the all.sas file
|
2021-07-26 22:30:02 +03:00 |
|
Allan Bowe
|
d63d2a4ec1
|
Merge pull request #54 from sasjs/mp_ds2inserts
feat: mp_ds2inserts macro
v2.36.0
|
2021-07-26 22:10:44 +03:00 |
|
Allan Bowe
|
900f694065
|
chore: removing extra period
|
2021-07-26 21:59:48 +03:00 |
|
Allan Bowe
|
838324c15e
|
chore: updating header
|
2021-07-26 19:06:53 +03:00 |
|
Allan Bowe
|
e3205ec06c
|
feat: mp_ds2inserts macro for creating programs for inserting data (and corresponding test)
|
2021-07-26 19:04:49 +03:00 |
|
Allan Bowe
|
154a33434e
|
chore: more contributors
|
2021-07-24 21:06:30 +03:00 |
|
Allan Bowe
|
bfa1bbaeb1
|
chore: all contributors update in README
|
2021-07-24 21:03:49 +03:00 |
|
Allan Bowe
|
1f0128aec4
|
Merge pull request #53 from sasjs/base64doublebytefix
fix: mp_base64copy.sas fixes, removed renegade % symbol and issue wit…
v2.35.5
|
2021-07-18 17:16:58 +03:00 |
|
Allan Bowe
|
69f03f4e14
|
fix: mp_base64copy.sas fixes, removed renegade % symbol and issue with truncation at character 76. Added two tests, including one to test double byte encoded characters.
|
2021-07-18 17:05:05 +03:00 |
|
Allan Bowe
|
a932f321d8
|
Merge pull request #52 from sasjs/sasjs-cli-version-bump
fix: bump sasjs/cli version + 'prepare' support windows CMD/Powershell
v2.35.4
|
2021-07-10 09:40:48 +03:00 |
|
Saad Jutt
|
21200c11c1
|
fix: bump sasjs/cli version + 'prepare' support windows CMD/Powershell
|
2021-07-10 03:43:58 +05:00 |
|
Allan Bowe
|
825c97c49c
|
fix: switch postinstall to prepare
v2.35.3
|
2021-06-30 19:50:20 +03:00 |
|
Allan Bowe
|
f301899269
|
Merge pull request #51 from sasjs/issue50
fix: setting syscc to zero to prevent error state in response. Close…
v2.35.2
|
2021-06-29 00:09:42 +03:00 |
|
Allan Bowe
|
fc81f62d2f
|
fix: setting syscc to zero to prevent error state in response. Closes #50
|
2021-06-28 23:52:12 +03:00 |
|
Allan Bowe
|
93aea5ed02
|
Merge pull request #49 from sasjs/logfix
Context fixes on mv_jobflow and mp_testservice
v2.35.1
|
2021-06-27 00:35:24 +03:00 |
|
Allan Bowe
|
55d4c7238a
|
fix: updating mp_testservice.sas and mv_jobflow to use the provided context. Also updating mv_getjobresult to fetch byte by byte (as some inputs are very wide).
|
2021-06-27 00:22:53 +03:00 |
|
Allan Bowe
|
cd75bf263a
|
fix: removing redundant parameter from mv_getjoblog
|
2021-06-26 21:11:26 +03:00 |
|
Allan Bowe
|
929a1a9974
|
chore: updating docs
|
2021-06-24 00:39:09 +03:00 |
|
Allan Bowe
|
7cafb4fb36
|
Merge pull request #48 from sasjs/base64
feat: adding mp_base64copy macro
v2.35.0
|
2021-06-24 00:30:21 +03:00 |
|
Allan Bowe
|
a8d222a0f8
|
chore: automated commit
|
2021-06-24 00:29:54 +03:00 |
|
Allan Bowe
|
ac0ddf38b0
|
chore: automated commit
|
2021-06-24 00:28:41 +03:00 |
|
Allan Bowe
|
ecd389c935
|
feat: adding mp_base64copy macro
|
2021-06-24 00:26:41 +03:00 |
|
Allan Bowe
|
06a5ea06f8
|
Merge pull request #46 from sasjs/mendfixes
sasjs lint fix for macro name in MEND statement
v2.34.8
|
2021-06-23 22:27:36 +03:00 |
|
Allan Bowe
|
955471ed3c
|
Merge branch 'main' into mendfixes
|
2021-06-23 21:55:44 +03:00 |
|
Allan Bowe
|
c8d3b43b12
|
fix: adding lrecl to mv_createfile to support lines 1 million characters wide. Closes #47
v2.34.7
|
2021-06-23 21:53:32 +03:00 |
|
Allan Bowe
|
3e313b06a9
|
fix: adding mend in python lua build
|
2021-06-21 17:25:58 +03:00 |
|