SqExpress Versions Save

SqExpress is a sql query builder which allows creating SQL expressions directly in C# code with strong typing and intellisense.

v0.0.7

3 years ago

New Features

  • My SQL
  • All Columns .*
  • Values Constructor as Subquery
  • Modulo operator
  • Query Handler
  • Analytic Functions
  • Subqueries without derived tables
  • Post "Done" modifications

Bugfix

  • '+' instead of '-' in arithmetic expressions
  • Double “LIMIT” with “ORDER BY”