Releases: danielgindi/SequelNet
Releases · danielgindi/SequelNet
Fix for regression in column DEFAULT generation
1.3.8 1.3.8
Computed columns, Substring phrase
- Added
Substring
phrase - Added computed columns support (In the DAL generator addin too!)
Added CASE phrase
1.3.6
Fixes a minor bug when using IPhrase as first argument in Where
Removed old BindableList
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
- 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
- Unified Query support in all Where cases
- Added automatic
IN ()
syntax error fallback (UsingIN (NULL)
)
Concat/GroupConcat phrases
- Added Concat
- Added GroupConcat (MySql and PostgreSQL only)
- Added missing Count overload in PhraseHelper
Removed `AddWhere`. `Where` is not clearing the wherelist anymore.
Breaking changes:
- Removed
AddWhere
Where
is not clearing the wherelist anymore. UseClearWhere()
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
1.2.4 1.2.4