Restructured RuntimeValue to not expose the values dictionary directly. Created a really simple proof of concept sql client library wraping around SqlConnection and such. Added support for external value mapping for RuntimeAwareFunctions and support for finalizers to be tagged for Table objects from runtime aware functions. This is primarly for cleaning up external values that are used for the value. Finalizers are called as script end/reset. Added support for RuntimeAwareFunctions to receive a thisObj parameter when it is called from a Table object (obj.Method())
↧