Skip to content

Releases: EndsOfTheEarth/QueryLite

v0.9.5 Beta Release

31 Aug 19:38
Compare
Choose a tag to compare
v0.9.5 Beta Release Pre-release
Pre-release

What's Changed

  • Generator changes - Output code for mediator requests and handlers.
  • Added support for rowversion data type in sql server.
  • Added support for sql server data types char, text, ntext and binary.
  • Added support for postgresql types - regproc, regprocedure, regoper, regoperator, regclass, regtype, regconfig, and regdictionary.
  • Schema validation fixes.
  • Added timeout property to QueryExecuting and QueryPerformed events.
  • Fix issue where inserting and updating a short enum column causes an exception
  • Fixes to issues found with enums.
  • Created functions to support addition and subtraction in update queries.
  • Add support for custom types.

Full Changelog: v0.9.4...v0.9.5

v0.9.4 Beta Release

09 Jul 00:25
Compare
Choose a tag to compare
v0.9.4 Beta Release Pre-release
Pre-release

What's Changed

  • Fix issue where code generated namespaces are not including the schema name
  • Tidy up async implementation
  • Add unique constraint support

v0.9.3 Beta Release

01 Jul 07:40
Compare
Choose a tag to compare
v0.9.3 Beta Release Pre-release
Pre-release

What's Changed

  • Fix issues with update syntax (#31)
  • Change delete syntax to only support 'From' / 'Using' syntax (#32)
  • Implement IResultRow function date only and time only methods (#27)
  • Include schema name in code generation namespaces (#34)
  • Various minor fixes to code generator by (#35)
  • Sort tables listed in code generator tree view by table name. (#36)
  • Generate class and validation code inside single namespaces. (#37)

v0.9.2 Beta Release

22 Jun 10:26
Compare
Choose a tag to compare
v0.9.2 Beta Release Pre-release
Pre-release

What's Changed

  • Fix schema loader exception and missing DateTime2 type mapping
  • Fluent validation code generator fixes
  • Add support for geography types in Sql Server

v0.9.1 Beta Release

18 Jun 02:16
Compare
Choose a tag to compare
v0.9.1 Beta Release Pre-release
Pre-release

v0.9.1 Beta Release

Many changes, fixes and documentation updates. Most notably new prepared query functionality has been implemented.