Skip to content

Latest commit

 

History

History
45 lines (42 loc) · 1.07 KB

Roadmap.md

File metadata and controls

45 lines (42 loc) · 1.07 KB

Description --Query

  • Delete Expression
  • Update Expression
  • "CASE WHEN"
  • Arithmetic Expressions

0.0.5

  • Make "Where" nullable
  • Temporary Tables
  • Tree Walker
  • Tree Modifier
  • Serialization
  • Scalar Functions
  • Insert Values (with DEFAULT)

0.0.6

  • Column Indexes
  • Column Default Values
  • Unsafe Value Expression

0.0.7

  • Support of MySQL
  • Sub-Queries without derived tables
  • Post "Done" modifications

0.1.0

  • Binary Type
  • Tables Meta Codegenerator
  • Export to JSON (for .Net Core 3.1+)

0.2.0

  • "Update Data" builder
  • genmodels - SqModel attribute can be used with derived and temporary tables
  • "MERGE" polyfill for PostgreSql and MYSQL

0.3.1

  • genmodels - model mode [immutable, mutable, record] as a parameter

0.4

  • CTE

After 1.0

  • gentables - support MYSQL and PostgreSql
  • Table Value Functions

After 1.0

  • "Create If Not Exists"
  • Stored Procedures Call
  • gentables - table filters
  • genmodels - list of "using"s as a parameter