Commit b60cfc6
committed
Fix #599: SSASCMDLETS module cannot be loaded
This change fixes an issue where SQL's SSASCMDLETS module cannot be loaded
into the interactive console because the host currently has a pre-1.0
version number. For now we will fix this by reporting our version as 1.0
since we're pretty close to 1.0 anyway.1 parent c97453e commit b60cfc6
1 file changed
+11
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
| |||
0 commit comments