Ahmad Moussawi

Results 98 comments of Ahmad Moussawi

@samtrion @b-twis my only concern in the PR, is that using enum instead of string for the component section will limit the ability to extend the query/compiler behavior in the...

I will close this now, since setting `UseLegacyPagination = false` will help in this case, if this still an issue for you, feel free to reopen

@frenkhub @generik0 I can't reproduce this, and the SQLite execution tests are passing as expected, I am using the `Microsoft.Data.Sqlite` package more details here https://docs.microsoft.com/en-us/dotnet/standard/data/sqlite/?tabs=netcore-cli Can you confirm please?

Yes this is by design, as you have mentioned `.Clone()` is what you want here.

There is no plan for this, unless there is a valid reason to do this, check this thread #176 anyway, we are open to discussing more this.

Making the query immutable requires major rewriting, and honestly I don't see the clear benefit for it, the `query.Clone()` provide a handy way to do that, when needed.| so the...

Hello, check this thread https://github.com/sqlkata/querybuilder/issues/370 it may help you, and let me know

I think this branch needs rebasing with master

I will close this one, since the same functionality is merged here #614 @Dave-Coll this is merged now, will be available in the next release, or you can use the...

When I see `SelectCount` or similar functions, I get the intention that this is a shortcut for `SelectRaw("count(...)")` method while this is not the case, the `AsCount` here is the...