Allan Bowe
|
7406288d79
|
fix: mp_gsubfile() now works with multiline files (and we have a multiline test to go with it)
v2.45.2
|
2021-09-16 18:30:17 +01:00 |
|
Allan Bowe
|
2e7fcbe5b8
|
fix: prevening truncation of _debug in mp_abort.sas and more reliable way to fetch syswarningtext and syserrortext
v2.45.1
|
2021-09-16 14:04:50 +01:00 |
|
Allan Bowe
|
3e7b9f8c14
|
chore: fixing example in header for mp_gsubfile()
|
2021-09-16 13:54:27 +01:00 |
|
Allan Bowe
|
e9189ccc06
|
Merge pull request #74 from sasjs/gsub
feat: adding mp_gsubfile.sas - a SAS macro that uses Lua to perform a…
v2.45.0
|
2021-09-14 19:13:15 +03:00 |
|
Allan Bowe
|
8c00d715c2
|
chore: formatting
|
2021-09-14 16:08:30 +01:00 |
|
Allan Bowe
|
d47a369cdf
|
feat: adding mp_gsubfile.sas - a SAS macro that uses Lua to perform a full text find and replace of an entire file. Not restricted by number of characters (only memory). IIncludes a test.
|
2021-09-14 16:07:12 +01:00 |
|
Allan Bowe
|
52bf6019fd
|
Merge pull request #73 from sasjs/defaultvars
fix: adding default lengths to vars in mv_getfoldermembers to cover u…
v2.44.2
|
2021-09-11 19:26:06 +03:00 |
|
Allan Bowe
|
25e61fd8ef
|
chore: updating all.sas
|
2021-09-11 19:25:28 +03:00 |
|
Allan Bowe
|
3038be83a0
|
fix: adding default lengths to vars in mv_getfoldermembers to cover use case where no members found (and downstream process expects an empty table with those vars. Also fixing mp_webin to cover a case where native temp filerefs (starting with a #hash) are not supported.
|
2021-09-11 19:24:51 +03:00 |
|
Allan Bowe
|
6e2447c70a
|
fix: missing dependency in mp_webin()
v2.44.1
|
2021-09-11 19:00:04 +03:00 |
|
Allan Bowe
|
486aba84ca
|
Merge pull request #72 from sasjs/webinnings
New mp_webin() macro and performance improvement to mf_getuniquefileref()
v2.44.0
|
2021-09-08 19:51:36 +03:00 |
|
Allan Bowe
|
b5944181e1
|
chore(dependencies): bumping cli
|
2021-09-08 19:35:27 +03:00 |
|
Allan Bowe
|
3f69cf506a
|
feat: mp_webin() macro for handling the _webin_xxx macro variables in SAS web services
|
2021-09-08 19:34:28 +03:00 |
|
Allan Bowe
|
6013897c50
|
feat: updating mf_getuniquefileref() to use native approach to get a unique fileref (which is 100 times faster than the old approach)
|
2021-09-08 15:30:51 +03:00 |
|
Allan Bowe
|
27cf2a2532
|
Merge pull request #71 from sasjs/including
fix: conditional logic around mp_abort(mode=INCLUDE) to cover case wh…
v2.43.1
|
2021-09-05 20:56:40 +03:00 |
|
Allan Bowe
|
d096cbddeb
|
fix: conditional logic around mp_abort(mode=INCLUDE) to cover case when no mp_include was executed
|
2021-09-05 20:55:44 +03:00 |
|
Allan Bowe
|
117503f214
|
Merge pull request #70 from sasjs/including
feat: new mp_include() feature for handling %includes with macros
v2.43.0
|
2021-09-03 11:17:21 +03:00 |
|
Allan Bowe
|
5cc5fae750
|
chore: adding mp_abort to mp_include sas macros list
|
2021-09-03 11:06:12 +03:00 |
|
Allan Bowe
|
d93032e1a9
|
chore: docs
|
2021-09-03 10:54:21 +03:00 |
|
Allan Bowe
|
507557b2cb
|
feat: new mp_include() feature for handling %includes with macros
|
2021-09-03 00:40:10 +03:00 |
|
Allan Bowe
|
ee5c3c185a
|
chore: merge
|
2021-08-28 14:22:16 +03:00 |
|
Allan Bowe
|
e5592a2eb2
|
chore: avoiding the string 'ERROR:' in logs
|
2021-08-28 14:21:36 +03:00 |
|
Allan Bowe
|
59200a6e73
|
Merge pull request #69 from sasjs/issue68
feat: supporting postgres timestamps for mp_ds2inserts and mp_lib2inserts
v2.42.0
|
2021-08-24 21:03:09 +03:00 |
|
Allan Bowe
|
f468f60ae1
|
fix: substr issue in mp_ds2inserts. Closes #68
|
2021-08-24 20:51:29 +03:00 |
|
Allan Bowe
|
9f60d827b6
|
feat: supporting postgres timestamps for mp_ds2inserts and mp_lib2inserts
|
2021-08-24 20:39:02 +03:00 |
|
Allan Bowe
|
5c936ddb65
|
Merge pull request #67 from sasjs/issue66
feat: adding APPEND option to mp_binarycopy.sas, and a new test (mp_b…
v2.41.0
|
2021-08-24 14:04:25 +03:00 |
|
Allan Bowe
|
d0bde62594
|
feat: adding APPEND option to mp_binarycopy.sas, and a new test (mp_binarycopy.test.sas). Closes #66
|
2021-08-24 13:43:31 +03:00 |
|
Allan Bowe
|
ada9192337
|
Merge pull request #65 from sasjs/issue64
fix: increasing limit for mv_getfoldermember.sas, also adding a test,…
v2.40.2
|
2021-08-20 22:50:27 +03:00 |
|
Allan Bowe
|
6161f588a9
|
fix: increasing limit for mv_getfoldermember.sas, also adding a test, and updating mf_getapploc to search _program by default (and fixing it to work with macro tests, and updating the test for that also)
|
2021-08-20 22:38:56 +03:00 |
|
Allan Bowe
|
67079d8c17
|
fix: adding default value for exists in mf_existfunction
v2.40.1
|
2021-08-19 00:20:49 +03:00 |
|
Allan Bowe
|
75bd39adb0
|
Merge pull request #63 from sasjs/issue62
feat: adding FCMP capability
v2.40.0
|
2021-08-19 00:00:15 +03:00 |
|
Allan Bowe
|
078bdbeecf
|
chore: bumping devDependency (sasjs cli)
|
2021-08-18 23:47:17 +03:00 |
|
Allan Bowe
|
8ddb86785c
|
feat: new fcmp stpsrv_header function
|
2021-08-18 23:45:45 +03:00 |
|
Allan Bowe
|
005af0ecf8
|
feat: new mf_existfunction macro
|
2021-08-18 23:36:12 +03:00 |
|
Allan Bowe
|
bc410a9135
|
chore: fixing docs for tests
|
2021-08-18 19:55:05 +03:00 |
|
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 |
|