diff --git a/README.md b/README.md index 2ace7bc..c580e3c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The package allows to write SQL queries in the data step, e.g. set %SQL(select * from sashelp.class order by age); run; ``` -SHA256 digest for the latest version of `SQLinDS`: 085F0B8BD4A59343E2913FF9635EA6E551ADD54E9678C35F5096D4A0A895B9C5 +SHA256 digest for the latest version of `SQLinDS`: D5A66E60602270E5FB1E592FA3E0C2F2C640BC077FE799A2223CB9BA275F6F47 [**Documentation for SQLinDS**](./sqlinds.md "Documentation for SQLinDS") diff --git a/hist/2.2.3/sqlinds.zip b/hist/2.2.3/sqlinds.zip new file mode 100644 index 0000000..7ac4fd1 Binary files /dev/null and b/hist/2.2.3/sqlinds.zip differ diff --git a/sqlinds.md b/sqlinds.md index 0019b22..62ea5a1 100644 --- a/sqlinds.md +++ b/sqlinds.md @@ -1,4 +1,4 @@ -- [The SQLinDS package [ver. 2.2.2]](#sqlinds-package) +- [The SQLinDS package](#sqlinds-package) - [Content description](#content-description) * [library `dsSQL`](#library-dssql) * [`%dsSQL_inner()` macro](#dssql-inner-macro) @@ -8,7 +8,7 @@ --- -# The SQLinDS package [ver. 2.2.2] ############################################### +# The SQLinDS package [ver. 2.2.3] ############################################### The **SQLinDS** package is an implementation of the *macro-function-sandwich* concept introduced in the @@ -46,10 +46,10 @@ Package contains: Required SAS Components: *Base SAS Software* -*SAS package generated by generatePackage, version 20221121* +*SAS package generated by generatePackage, version 20221125* The SHA256 hash digest for package SQLinDS: -`085F0B8BD4A59343E2913FF9635EA6E551ADD54E9678C35F5096D4A0A895B9C5` +`D5A66E60602270E5FB1E592FA3E0C2F2C640BC077FE799A2223CB9BA275F6F47` --- # Content description ############################################################################################ diff --git a/sqlinds.zip b/sqlinds.zip index 1192e81..7ac4fd1 100644 Binary files a/sqlinds.zip and b/sqlinds.zip differ