Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 1021 Bytes

CHANGELOG.md

File metadata and controls

58 lines (30 loc) · 1021 Bytes

SqlQuery change log

0.7.1 / Unreleased

  • [Added]

  • [Deprecated]

  • [Removed]

  • [Fixed]

0.7.0 / 2020-08-04

  • [Added] support for exec_query from ActiveRecord sufleR#7

0.6.0 / 2017-03-30

  • [Added] possibility to override path where gem will look for sql file.

0.5.0 / 2016-04-26

  • [Added] possibility to overwrite default connection class and connection directly using db_connection option.

0.4.0 / 2016-01-20

  • [Added] execute will accept boolean attribute. When set to false it will use raw query instead of prepared for logs. By default it will be set to true.

0.3.0 / 2015-12-10

  • [Added] support for partials

0.2.1 / 2015-05-01

  • [Added] support for activerecord >= 3.2

  • [Deprecated]

  • [Removed]

  • [Fixed]

0.2.0 / 2015-05-01

  • [Added] First argument in initialize as sql file name with path

  • [Deprecated]

  • [Removed] sql_name and sql_path in options hash

  • [Fixed]

0.1.0 / 2015-04-27

  • [Added] support for .erb.sql extension