Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@mstgnz mstgnz released this 18 Oct 09:06
· 1 commit to main since this release

Add query reset support, reflection-based string reset, and sanitize SQL values

  • Implemented query reset using reflection.
  • Refactored ToSql to auto-reset state.
  • Fixed addWhereClause formatting.
  • Removed placeholders in between and IN clauses for cross-db compatibility.
  • Secured Insert method with value sanitization.
  • Added tests for Insert and between clauses.