We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed080f2 commit d2ae388Copy full SHA for d2ae388
lsp-mssql.el
@@ -264,11 +264,11 @@ PARAMS the params."
264
(- row-count loaded-index)
265
to-load)))
266
`(:ownerUri ,owner-uri
267
- :resultSetIndex ,id
268
- :rowsCount ,to-load
269
- :rowsStartIndex ,(prog1 loaded-index
270
- (setf loaded-index (+ loaded-index to-load)))
271
- :batchIndex ,batchId))
+ :resultSetIndex ,id
+ :rowsCount ,to-load
+ :rowsStartIndex ,(prog1 loaded-index
+ (setf loaded-index (+ loaded-index to-load)))
+ :batchIndex ,batchId))
272
(lsp--info "All items are loaded")
273
nil)))
274
(when-let ((params (subset-params)))
0 commit comments