- Add `Parameterizer` - Uppdate `Parameter` to be dialect-aware - Remove `ListParameter`, `DictParameter`, `QmarkParameter`, etc. - Wrap query's offset and limit with ValueWrapper so they can be parametrized - Fix a missing whitespace for MSSQL when pagination without ordering is used
0.2.2
- Fix enums not quoted. (7) - Drop python3.7 support - Move all custom Exception class to `pypika.exceptions` - Apply bandit check in ci - Pass mypy check and add it to ci