querybuilder icon indicating copy to clipboard operation
querybuilder copied to clipboard

SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird

Results 204 querybuilder issues
Sort by recently updated
recently updated
newest added

Specially `SqlResult.ChangeToSqlValue`, DateTime values is convert with invariant culture format. But DateTimeOffset values is converting with `return "'" + value.ToString().Replace("'", "''") + "'";` For different cultures; DateTime -> YYYY-MM-DD DateTimeOffset...

From the Docs: > If you are coming from a Linq background here is a bonus for you. You can use the Skip and Take methods as aliases for Offset...

Is it possible to update the NuGet build settings to improve package security and integrity? The current build is missing some recommended options: - Source Link: not configured - Symbols:...

Hi @ahmad-moussawi As mentioned in #738, I broke the test improvements and benchmarks into two separate PR. We used SqlKata in our project, and I’ve started exploring its internals. I...

Hi @ahmad-moussawi, As asked here #738, here is the separate benchmark pull request. This PR contains a benchmark project with a few scenarios, documentation about how to use it, and...

Suggestion on how issue #760 could be tackled.

Hi there 😺 we here at SIEDA have been using SqlKata in our main product for about 4 years now and are pretty happy with the library, as it nicely...

This weekend I have successfully created the CASE WHEN function that allows developers to build the case when and/or lines using arrays within the main parts array. I would like...