Calum Sieppert

Results 24 issues of Calum Sieppert

Currently using `'infinity'::date/timestamp` looks to be unsupported, with no easy way to use infinity as a parameter value or to read it from query results. For parameters, closest I got...

### What happens? The new `MERGE INTO` statement seems to require substantially more memory than `INSERT` statements, particularly when running many of these in a single transaction. For example with...

under review

**Is your feature request related to a problem? Please describe.** Noted [here](https://code.visualstudio.com/docs/copilot/guides/notebooks-with-ai#_make-inline-edits-in-notebook-cells), when using inline chat in a notebook vscode supports referencing kernel variables so the llm can access the...

enhancement

Dotnet version: 9.0.3 STJ: 9.0.4 FsCodec: 3.0.3 There's a strange edge case when passing an `obj` to `JsonSerializer.Serialize`: ```f# open System.Text.Json.Serialization open FsCodec.SystemTextJson let s v = System.Text.Json.JsonSerializer.Serialize(v:>obj) [] type...