Mark Carrington

Results 86 comments of Mark Carrington

> The work around is to use Collect instead Thanks, I've just come up against this as `Patch` seems to be the natural way to do it and using `Patch`...

What sort of entity is it that you’re using, eg regular, virtual, elastic?

This message should only be used on elastic tables, but it sounds like it has been added somehow in the affected tenants for this entity. You can check this by...

Thanks for the information! The first query triggers legacy paging which limits the results to 50k. I'll look at improving this in the next update, but in the meantime you...

I also have a need for this while trying to make dynamic changes to the parsed AST. @vwegert do you have a solution available to reuse to generate this?

I have a manually selected collection of records and I want to be able to work with the children of those records. In my case I have a collection `SelectedRecords`...

Can I confirm you don't see the "Enter your question here" box at the bottom (your screenshot only shows the top of the panel which I'd expect to be blank),...

The Copilot panel uses the WebView2 control - if you're running on a device where this isn't already installed as part of Windows you may need to install it yourself...

Thanks for the suggestion! You can get the ID of newly inserted records using `@@IDENTITY` which might get you what you need, e.g. ```sql INSERT INTO account (name) VALUES ('New...

Indeed, using `OUTPUT` would be a good enhancement but flagging `@@IDENTITY` as a possible workaround for now when you are working with single records.