orange-orm 4.7.8-beta.0 → 4.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/changelog.md +2 -0
- package/package.json +1 -1
package/docs/changelog.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
## Changelog
|
|
2
|
+
__4.7.8__
|
|
3
|
+
Bugfix: Support for multiple result sets from stored procedures in MsSql. See [#130](https://github.com/alfateam/issues/130)
|
|
2
4
|
__4.7.7__
|
|
3
5
|
Always do logging with question mark as placeholder instead of dialect specific placeholder.
|
|
4
6
|
__4.7.6__
|