2.0.0
Features
- Add InParam, OutParam and Param to
incendium.db
Breaking Changes
- All calls to
incendium.db
functions must be changed from creating adict
for IN and OUT params to creating alist
ofInParam
andOutParam
incendium.db
incendium.db
functions must be changed from creating a dict
for IN and OUT params to creating a list
of InParam
and OutParam