1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-07 17:40:05 +00:00

fix: supporting special missings in BETWEEN and IN operators

Impacts mp_filtercheck.sas.  Tests added.  Closes #279
This commit is contained in:
Allan Bowe
2022-07-07 22:47:04 +00:00
parent b377b83442
commit 6e32eb3bd6
4 changed files with 81 additions and 28 deletions

View File

@@ -67,7 +67,7 @@
},
{
"name": "server",
"serverUrl": "",
"serverUrl": "https://sas.4gl.io",
"serverType": "SASJS",
"httpsAgentOptions": {
"allowInsecureRequests": false
@@ -107,4 +107,4 @@
"contextName": "SAS Job Execution compute context"
}
]
}
}