Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@postmodern postmodern released this 27 Jun 02:35
· 8 commits to main since this release
v2.1.0
  • 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.