sqlkata/querybuilder
SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
C#MIT
Issues
- 1
Is project still active ?
#733 opened by m4ss1m0g - 0
- 0
- 0
- 0
Recursive CTE required "WITH RECURSIVE" in MySQL
#727 opened by killswtch - 0
- 2
Postgres over-escaping ?
#715 opened by rolivares - 0
Method .As("T") not working?
#724 opened by TiepHoangDev - 3
- 0
- 0
[Ignore] atbt discerning Insert/Update
#721 opened by 7CMiguel - 1
[SQLServer] insert bool value #437
#697 opened by mvernikUt - 0
Use RetryProvider in SqlKata.Execution
#718 opened by Genmutant - 2
`With` missing if defined in sub query
#717 opened by filipagh - 2
how to use include
#705 opened by XxSu - 3
SqlServerCompiler Limit generates different query on compile compared to previous versions
#714 opened by gerneio - 0
- 1
- 5
- 1
Error on WhereContains
#707 opened by joc-luis - 1
Question: Combining multiple Statements
#706 opened by Xzelsius - 0
Vulnerability in System.Text.RegularExpressions 4.3.0
#703 opened by joehom0416 - 0
Distinct AsCount error
#702 opened by WimAtIHomer - 0
Possible documentation error
#701 opened by nester-a - 0
db access where day error No value given for one or more required parameters.
#696 opened by KarimQaderi - 1
- 0
Compile query with parameters for ODBC Connection
#691 opened by mconca-kube - 2
- 0
RobiniaDocs API Explorer
#690 opened by NeuroXiq - 0
Can you please include https://github.com/sqlkata/querybuilder/commit/f3d7c924f4d11c33056d7b002f9d5066dc856117 & re-publish 2.4.0 ?
#686 opened by ElderOrb - 0
Oracle connection pooling with SqlKata
#685 opened by galarlo - 0
Vulnerability in System.Private.Uri as result of dependency on System.Collections.Concurrent/4.3.0
#684 opened by AnyFlippingUsernameWillDo - 0
Meilisearch target?
#683 opened by chucker - 1
- 4
- 0
How can I do SELECT FOR UPDATE ?
#678 opened by marakonec - 0
Escape problem on insert (MySQL)
#677 opened by 0x25CBFC4F - 2
Value Expressions
#670 opened by davisylvestre - 6
- 0
Query is generated twice
#675 opened by superrnovae - 1
Fails to update jsonb field
#673 opened by mesgar - 2
Multiple bindings with the same value
#666 opened by fairking - 1
Supporting multi-row inserts with IEnumerable<IEnumerable<KeyValuePair<string, object>>>
#663 opened by lilacse - 1
Insert many with IEnumerable<object>
#665 opened by Shepardeon - 0
Oracle Error ORA-00933 (SQL command not properly ended) on insert of many entities
#662 opened by NunzioCar - 0
Example of GetMultiple(Async) method on QueryFactory
#661 opened by m4ss1m0g - 1
Will support `MERGE` operator in feature?
#660 opened by Cricle - 1
- 1
Update/Insert statement doesn't accept DbType for parameter arguments
#657 opened by KostetskyiYaroslav - 0
Sqlite Compiler wraps columns into string literals, preventing the 'No Such Column' exception from occurring (returning the string literal instead of throwing)
#655 opened by RFBomb