sqlkata / querybuilder

SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
https://sqlkata.com
MIT License
3.08k stars 498 forks source link

Add execution tests for Sqlite #605

Closed ahmad-moussawi closed 1 year ago

ahmad-moussawi commented 1 year ago

This should cover the basic of sqlite execution, no need for advanced or complex cases at this stage.

ahmad-moussawi commented 1 year ago

607