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 168 querybuilder issues
Sort by recently updated
recently updated
newest added

Currently, SqlKata consumers have been using HavingRaw to aggregate functions in Having Queries. I have been fixed this issue. Consumers can now use aggregate functions in Having Queries without using...

Hi Added a few methods that speed up development using SqlKata.

In order to get this sentence using WhereRaw: ```sql SELECT * FROM "condition_tests" WHERE ( "field_varchar_nullable" IS NOT NULL AND unaccent(TRIM(regexp_replace(field_varchar_nullable, E'[\\n\\r]+', '', 'g' ))) ilike '%' || unaccent('le dijo')...

**.NET Version**: 8 **Compiler**: SQLServer **Relevant error message**: ``` Microsoft.Data.SqlClient.SqlException HResult=0x80131904 Message=Operand type clash: nvarchar(4000) encrypted with (encryption_type = 'DETERMINISTIC', encryption_algorithm_name = 'AEAD_AES_256_CBC_HMAC_SHA_256', column_encryption_key_name = 'PasswordCEK', column_encryption_key_database_name = 'PasswordPortal') is...

`?` is a legal character in SQLServer, sadly. Building following query would not work currently: `SELECT TOP(10) [A].[B] AS [TEST?] FROM [C]` But SQLServer is completely fine with this. What...

I'm trying to use a [RetryProvider](https://learn.microsoft.com/en-us/sql/connect/ado-net/configurable-retry-logic-sqlclient-introduction?view=sql-server-ver16) with the SqlKata.Execution package. Which works for the RetryProvider on the connection, as I can just set it before passing the connection to a...

Bumps [Npgsql](https://github.com/npgsql/npgsql) from 4.0.4 to 4.0.14. Release notes Sourced from Npgsql's releases. v4.0.14 This version contains a high-severity security patch for CVE-2024-32655 everyone is advised to upgrade. Thanks to @​paul-gerste-sonarsource...

dependencies
.NET

Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.5.1 to 4.8.6. Release notes Sourced from System.Data.SqlClient's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...

dependencies
.NET