MarkNicholls

Results 9 issues of MarkNicholls

This has been noted many years ago with JSON, I assume that does the same thing. ``` type RawXml3 = XmlProvider let t = RawXml3.Parse "file.xml" match t.Vehicle.Bicycle, t.Vehicle.Car with...

I know this is by design, but i think its presumptious I WANT to use the names I see in the data, not mentally map them. If i have 2...

This would be great https://stackoverflow.com/questions/65465265/is-the-fsharp-data-xml-type-provider-generative-or-not/65483405#65483405 It would especially be nice to use with VB XML literals, I can use the literals to generate the output, and type providers to access...

Its a bit daunting. I have been doing some work in hot chocolate, which from my perspective is a maze of dependency injection, custom attributes and reflection, horrific to comprehend,...

I'm interested in using this to model very large Xmls, but I'm concerned that the library is effectively eagerly reading all the data in, and will take enormous amounts of...

question

I've thought about it. The key issue I had which genuinely caused me years of confusion (I didnt understand it so I ignored it, and dealt with it by typeing...

XSLT
Discussion

Hello, the xsd is too enormous and horrid to include (at least at this stage). this is the full error `error FS3033: The type provider 'ProviderImplementation.XmlProvider' reported an error: Cannot...

I don't especially do this. a) because the environment that we run XSLT in (95% of the time) doesnt support it b) because its too rigid to use (maybe I'm...

XSLT
PR Pending

### Description linq2db 6.0.0-rc3 linq2db.PostgresSQL 6.0.0-rc3 Npgsql (9.0.3) I have a very complex set of queries using postgres, including CTEs etc. The query though executes. ```cs private static T[] ExecuteSQL(IQueryable...

status: investigation-required
status: needs-tests