Clement Gutel
Clement Gutel
Fixed by https://github.com/nozzlegear/ShopifySharp/pull/1101
This should be fixed in the new pre-release nuget package and will be fixed in the next release nuget.
Hi @nozzlegear I understand that you have been working on some significant changes in a separate branch. That's great. I love that you keep investing in the project. I haven't...
Any plans of supporting this. This is becoming an increasingly used features.
Confirming that we have been successfully parsing IS [NOT] DISTINCT FROM expressions for a while. It definitely works with 170.128.0
@mcenzato how do you construct the parser? We use `new TSql170Parser(true, SqlEngineType.SqlAzure)` and I wonder if you might be using an older TSQL version, where the DISTINCT FROM construct is...
For anyone interested, we have now released the new library, [ShopifyNet](https://github.com/Wish-Org/ShopifyNet). As mentioned above, it has a much lighter footprint and only supports GraphQL and targets .NET 9.
But wouldn't that be dangerous to change the casing of identifiers if they depend on the collation used by the containing DB?
Hi @nozzlegear, Sounds like you have been working hard on this. I'm curious what it will look like in the end from the user's perspective.
Oh I see. That's quite ambitious. I see how it will be useful to build queries dynamically in a type safe way 👍