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

When i dispose Queryfactory, il also dispose my connection (i use this connection in diffèrent other process) Proposition : Delete this code ? (its not the role of sqlkata to...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies
.NET

Replace data if has same key,or insert a new Key-Value.

I'm try this query with playground. Array variable only get first index and variables after it use value of array. Query ``` using SqlKata.Extensions; var test1 = "test1"; var test2...

It appears SqlKata is unable to generate 'data-modifying' common table expressions (CTE's). This can be observed when using the fluent api to build a Query using the `With` method and...

Can we have a statement that allows us to insert into a temp table using the sql standard INTO? All other statements seem to be available but this, and hand-coding...

Hi, Just wondering if it is possible to build a query statement to update a table which includes joins. When using the Update() method it compiles fine but does not...

The query generated by SqliteCompiler for a table with UUID, the parameters are treated as string. But the sqlite db stores UUID as blob so the strings needs to be...

- [x] SelectDatePart - [x] GroupByDatePart - [x] OrderByDatePart

From https://sqlkata.com/docs/where-date#wheredate support where datepart. Will it support in the feature?