Skip to content

Releases: ronin-rb/ronin-code-sql

2.1.1

15 Feb 07:57
v2.1.1
Compare
Choose a tag to compare
  • Omit parentheses when formatting SQL lists containing only one element (ex: order_by(1) -> ORDER BY 1, not ORDER BY (1)).
  • Use require_relative to improve load times.

2.1.0

27 Jun 02:35
v2.1.0
Compare
Choose a tag to compare
  • Added Ronin::Code::SQL::Mixin.
  • Added Ronin::Code::SQLI as an alias for Ronin::Code::SQL::Injection.
  • Added support for the syntax: and comment: keyword arguments to
    Ronin::Code::SQL::Statement#to_sql and Ronin::Code::SQL::Injection#to_sql. (@lena64t)
  • Added Ronin::Code::SQL::Clauses#order_by. (@lena64t)
  • Added Ronin::Code::SQL::Emitter#emit_comment.

2.0.0

10 Jun 00:52
v2.0.0
Compare
Choose a tag to compare
  • Require ruby >= 3.0.0.
  • Added ronin-support ~> 0.1 as a dependency.
  • Renmaed ronin/formatting/sql to ronin/support/encoding/sql and moved it
    back into ronin-support.