Skip to content

Releases: maxlambrecht/odatasql

v0.2.1

19 Mar 22:41
da77129
Compare
Choose a tag to compare

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

19 Mar 20:00
b4c86f3
Compare
Choose a tag to compare

What's changed

  • Renamed function Convert to FilterToSQL.

v0.1.0

18 Mar 14:55
bb0a2d2
Compare
Choose a tag to compare

🚀 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