Skip to content

Releases: danielgindi/SequelNet

Fix for regression in column DEFAULT generation

25 Sep 13:02
Compare
Choose a tag to compare

Computed columns, Substring phrase

12 Feb 16:17
Compare
Choose a tag to compare
  • Added Substring phrase
  • Added computed columns support (In the DAL generator addin too!)

Added CASE phrase

04 Feb 17:55
Compare
Choose a tag to compare

Fixes a minor bug when using IPhrase as first argument in Where

18 Jan 13:29
Compare
Choose a tag to compare

Removed old BindableList

01 Jan 11:28
Compare
Choose a tag to compare

Removed the BindableList that was required for data binding support in .NET 2.0. This is no longer needed, as the minimum version is 4.5.2.

Json support, more overloads

11 Dec 20:29
Compare
Choose a tag to compare
  • JSON type support, and JsonExtract phrase
  • More overloads for Select and Where
  • More overloads for Having, for easier use of Phrases
  • Improved schema generator to consider IsDelete column

Where improvements

01 Nov 16:00
Compare
Choose a tag to compare
  • Unified Query support in all Where cases
  • Added automatic IN () syntax error fallback (Using IN (NULL))

Concat/GroupConcat phrases

24 Oct 19:14
Compare
Choose a tag to compare
  • Added Concat
  • Added GroupConcat (MySql and PostgreSQL only)
  • Added missing Count overload in PhraseHelper

Removed `AddWhere`. `Where` is not clearing the wherelist anymore.

06 Oct 14:31
Compare
Choose a tag to compare

Breaking changes:

  • Removed AddWhere
  • Where is not clearing the wherelist anymore. Use ClearWhere() to clear.

The previous behavior was unclear, and it is unlikely that anyone used just Where to clear the where list.
Anyway, you should check your code of you know of a case that you have reused a query object and cleared the where list using a Where call without ClearWhere()

Support for SHA1, and binary MD5/SHA1

28 Sep 06:29
Compare
Choose a tag to compare