Skip to content

v3.0.4: Removes final keyword from constructor

Choose a tag to compare

@thorewi thorewi released this 02 Jun 12:09
· 33 commits to master since this release
Removes the final keyword from the constructor to allow for extension in subclasses.

Normalizes condition strings for `IS NOT EMPTY` and `IS NOT NULL` cases to ensure consistency.