I'm happy to announce that Norm 2.2.0 has just been released.

This is quite a fat release, fixing a couple of nasty bugs:

  * JOINs have been reimplemented allowing to have fields with the same names 
in related models. That fixes the issue reported a few posts higher: 
<https://forum.nim-lang.org/t/6471#42262>
  * JOINs have been replaced with LEFT JOINs allowing to select rows with NULL 
values, which were previously omitted entirely.
  * Added `unique` pragma that lets you make field values unique.
  * Hid debug statements behind a compilation flag, which improves runtime 
performance.



[See the 
changelog](https://github.com/moigagoo/norm/blob/develop/changelog.rst#220-october-26-2020)

I'd like to thank all 
[contributors](https://github.com/moigagoo/norm/graphs/contributors) that 
helped by creating issues and sending PRs. 

Reply via email to