Releases: maxlambrecht/odatasql
Releases · maxlambrecht/odatasql
v0.2.1
What's change
- Enhanced input validation to prevent potential SQL injection attempts.
- Stricter sanitization of user inputs, blocking unsafe characters (;, --, /* ... */).
- Ensured only valid OData expressions are processed, improving security.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's changed
- Renamed function
Convert
toFilterToSQL
.
v0.1.0
🚀 First release of ODataSQL!
- Converts OData filters to SQL WHERE clauses
- Supports AND, OR, NOT, and IN operators
- Prevents SQL injections with strict validation
- Preserves explicit parentheses for correct precedence