Describe the bug
Field/parameter names in the framework are case sensitive while in sql they are not
To Reproduce
Try to add parameter named param1 and PARAM1. They will be considered as two different ones, while for SQL they are the same.
Expected behavior
Ensure case-insensitivity of the parameter names.