Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 483 Bytes

CHANGELOG.md

File metadata and controls

19 lines (13 loc) · 483 Bytes

v1.0.0 (??-03-2021)

  • Crystal 1.0.0 support 🎉

v0.3.0 (29-10-2016)

  • Escape queries by default.

  • Add Tren.escape_character = to specify your custom escape character.

      Tren.escape_character = "\\'" # For Postgresql
    

v0.2.0 (12-10-2016)

  • Support multiline SQL queries.
  • Support multiple SQL queries in a single file.
  • Properly escape double quotes.
  • Add glob support to load multiple files at once.
  • Escape SQL injections.
  • Composable SQL queries <3